Nimble Action: Apply Taxes to a proforma order
Overview
The Apply Taxes to a proforma order Nimble Action is specifically tailored for associations to seamlessly add taxes 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 taxes to order processing.
Associations often seek mechanisms that enable them to incorporate taxes into their order management system without friction, and Nimble AMS is introducing the Apply Taxes to a proforma order to a Proforma order action to serve this exact purpose. This ensures that taxes are applied to taxable products and taxable accounts within the overarching Proforma 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 taxes apply 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. |