Nimble Action: Apply shipping address to a line in ProForma order
Overview
The Apply shipping address to a line in Proforma order Nimble Action is specifically tailored for associations to seamlessly add a shipping address to an order item line in proforma order. Nimble Actions are Nimble AMS specific Salesforce Apex Actions, designed with App builders in mind, to configure in the association’s org and automate the inclusion of shipping address to order processing.
Associations often seek mechanisms that enable them to incorporate subscriptions into their order management system without friction, and Nimble AMS is introducing the Apply shipping address to a line in Proforma order action to serve this exact purpose. This ensures that shipping address are applied to shippable products within the overarching Pro forma Order architecture.
Input
Input | Type | Description |
---|---|---|
Account Id | Text | The salesforce account ID of the person placing the order. |
Order Id | Text | The ID of the order that the shipping address applies to. |
Order Item Line Id | Text | The ID of the order item line that the shipping address applies to. |
Output
Output | Type | Description |
---|---|---|
Error Message | Text | An error is returned if the process fails. That is, the screen is populated with an error message if Success is false. |
Is Success | Boolean | This indicates whether the process was successful or not. If True, then the operation was successful. |