Nimble Actions: Get Default Price Class for the Customer
Overview
The Get Default Price Class for the Customer Nimble Action is specifically tailored to allow associations seamlessly get the default price class applicable to the account. Nimble Actions are Nimble AMS specific Salesforce Apex Actions, designed with App builders in mind, to configure in the association’s org and get a default price class for a product.
Associations often seek mechanisms that enable them to get the default price class assigned to Accounts and Nimble AMS is introducing the Get Default Price Class Action to serve this exact purpose. This ensures that the right price is applied to a product according to the default price class in the overarching Order architecture.
Input
Input | Type | Description |
---|---|---|
Customer Account Id | Text | The account Id of the customer placing the order. |
Order Id | Text | The order Id to get the default price class of the customer account. |
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. |
Price Class Record Id | Text | The Id of the retrieved Price Class record for a specified account. |