Nimble Action: Process a Proforma order
Overview
The Process a Proforma order Nimble Action is specifically tailored for associations to seamlessly process a proforma order into a processed 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 processing of Proforma orders.
Associations often seek mechanisms that enable them to incorporate proforma orders into their order management system without friction, and Nimble AMS is introducing the Process a Proforma order action to serve this exact purpose. This ensures that constituents proforma orders are seamlessly processed within the overarching Proforma Order architecture.
Input
Input | Type | Description |
---|---|---|
Order Id | Text | The ID of the order that needs to be processed through proforma. |
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. |
Order Id | Text | ID of the order that is returned, and this matches the Input order Id. |