Cycle Counts

Cycle counting is a method of checks and balances by which companies confirm physical inventory counts match their inventory records. There are three main types of cycle counting: ABC analysis cycle counting. Process control group cycle counting. Opportunity based cycle counting. ABC analysis cycle counting: In ABC cycle counting , high volume, more valuable, fastest… Continue reading Cycle Counts

How to create animations using JavaScript

JavaScript animations are done by programming gradual changes in an element’s style. Basic Web Page To demonstrate how to create HTML animations with JavaScript, we can use a simple web page. Example Code: <!DOCTYPE html> <html> <body> <h1>My First JavaScript Animation</h1> <div id =”myContainer”> <div id =”myAnimation”>My animation will go here</div> </div> </body> <html> Styling the Elements To make an… Continue reading How to create animations using JavaScript

Preventing Locked Records to be edited via Inline Editing

A user wants to use a Lock Record action on their existing Workflow so that any other employees cannot edit a record not unless it uses an Administrator role (e.g Sales Order). However, Before Record Load triggers are not executed on Inline Edit. Hence, the Lock Record action in the Workflow is not being triggered… Continue reading Preventing Locked Records to be edited via Inline Editing

Inventory Count Record

The Inventory Count feature supports improved tracking of inventory and tighter control over assets. When this feature is enabled, you can enter regular periodic counts of on-hand item quantities to maintain inventory accuracy. Keeping an accurate item count can help reduce required safety stock, which lowers your overhead costs. We can create an inventory count… Continue reading Inventory Count Record

How to create an integration Token in Magento 2 manually

Step 1: Go to System -> Integrations Menu. Step 2:  Click add new integration to open a new integration form. Step 3: Enter the integration name as the form in the above picture. Step 4: Grant access to the API resources. Step 5: Save to create a new consumer public & secret keys for integration. Step 6: Activate integration for creating an access token… Continue reading How to create an integration Token in Magento 2 manually

Published
Categorized as Magento

Permission for Administrator to open any close order.

We would like to take away ability from all roles except Administrator to re-open any closed order.Any Administrator should be able to open any close orders. -> Create the workflow1.Navigate to Customization > Workflow > Workflows > New.2.Set the following field values:a. Name:b. Record Type: Select Transactionc. Sub-Types: Select Sales Orderd. Execute as Admin: Enter… Continue reading Permission for Administrator to open any close order.

Workflow > Set a specific Custom Form for New Transaction Triggered via Make Copy

Below is a sample workflow to set a specific custom form for a new transaction triggered via make copy of an Estimate. Steps:1. Create a new workflow with the following summary settings (Customization > Scripting > Workflows > New) a. Name = Default Custom Form – Make a Copy b. Record Type = Transaction c. Sub Types =… Continue reading Workflow > Set a specific Custom Form for New Transaction Triggered via Make Copy

Get NetSuite unexpected error ticket number for unexpected error.

When you get the unexpected error, it will point you to a link to a case form that allows you to report the error. To access this: Right-click on here in the message Click Copy Link Location Paste into Word or Notepad and find the part of the link that shows your ticket ID after &ticket= Your ticket ID… Continue reading Get NetSuite unexpected error ticket number for unexpected error.