Nimble Action: Remove a line or product from Proforma order
Overview
The Remove a line or product from Proforma order Nimble Action is specifically tailored for associations to seamlessly remove an order item line from a proforma order. Nimble Actions are Nimble AMS specific Salesforce Apex Actions, designed with App builders in mind, to configure the association’s org and automate the removal of order item lines form Proforma orders.
Associations often seek mechanisms that enable them to incorporate the removal of order item lines from proforma orders in their order management system without friction, and Nimble AMS is introducing this action to serve this exact purpose.
Input
Input | Type | Description |
---|---|---|
Order Id | Text | The ID of the order in proforma. |
Order Item Line Id | Text | The Id of the Order Item Line that needs to be removed from proforma. |
Product Id | Text | The Id of the product been removed from proforma. |
Remove Item | Boolean | Action to remove the identified order item line from the proforma order. |
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. This matches the Input order Id. |