Deploying Inventory Process
Once you have defined a custom inventory process, follow the steps below to enable and deploy it.
1. Navigate to Setup > App Setup > Create > Objects.
2. Click the primary object for which you have built the inventory process. For example, if you have created a custom Process Shipments process that works on the Parts Order object, select Parts Order.
3. Navigate to the Custom Buttons and Links section and then click New.
4. In the New Button or Link screen:
a. Enter a name for the button or link.
b. Select the applicable Display type.
c. In Behavior, select Display in the existing window without sidebar or header.
d. In Content Source, select URL.
e. In the content, enter the following link: /apex/SVMXC__INVT_SmartEngine?hdrId={ObjectId}&ampx;SMid={InventoryProcessID}
f. Select the text {Object Id} and insert the field name of the Id field from the object.For example, if the process is set up on Parts Order object, insert: {!SVMXC__RMA_Shipment_Order__c.Id}
g. Select the text {Inventory Process Id} and replace it with the inventory process ID.
h. Click Save.
5. Add the above button/link to the applicable page layouts.
Was this helpful?