REQUIREMENT Update the line level location of a sales order using mass update scirpt. SOLUTION
Tag: mass update script
Mass Update of item price level value through Script
Here is setting the “Base Price level” value as zero in the inventory item record. Note : The line number may varies according to the price level list order.
Creation and Running of Mass Update Scripts
How It Works A mass update script runs on a specified list of records and performs the same action to each of those records. Creating and Setting Up NAVIGATE to Customization > Scripting > Scripts > New UPLOAD your mass update javascript file and CLICK the “Create Script Record” button NAME your mass update. Example:… Continue reading Creation and Running of Mass Update Scripts
Update zip codes using mass update script.
This article briefs about to update billing address zip code using mass update script.