Nimble Actions: Fetch Products with Prices
Overview
The Fetch Products with Prices Nimble Action is specifically tailored to allow associations seamlessly fetches products and their assigned prices, into an 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 return of products and their respective pricing in an order.
Associations often seek mechanisms that enable them to incorporate product prices into their order management system without friction, and Nimble AMS is introducing the, Fetch Products with Prices Action to serve this exact purpose. This ensures that products in an order are populated with their respective prices in the overarching Order architecture.
Input
Input | Type | Description |
---|---|---|
Account Id | Text | The account Id to get the product prices for. |
Record Type | Text | The record type of the products to be retrieved. |
Selected Price Class | Text | The price class of the selected product in the 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. |
Products | List | List of products to be returned. |