Bill Of Material Import

A Bill of Materials (BOM) includes the quantities of raw materials, assemblies, sub-components, and parts needed to manufacture a product. To import the BOM create the BOM template based on the requirement. To import BOM Setup> Import/ Export> Import CSV records. Enter the import type ” Supply chain”, Record Type- “Bill of Material” Add the… Continue reading Bill Of Material Import

How to stop a map-reduce while running

There is no direct way of stopping a map-reduce script while running. If the script is in queue and it is not started then we can stop it by using the ‘Cancel’ option in Map/Reduce Script Status page. To get this page, go to script deployment of the map-reduce script and click on ‘Status Page’… Continue reading How to stop a map-reduce while running

SDF deployment Error

We have a deploy.xml file which indicate that the deployment path. If you deploy all the object, then we set path as    Example, <objects> <path>~/Objects/*</path> </objects>  In this code section * means the whole file under the Object wants to deploy. Set the proper hierarchy in the path if you just want to deploy a specific file.… Continue reading SDF deployment Error