Nimble Action: Fetch Membership Links with Prices
Overview
The Fetch Membership Links with Prices Nimble Action is specifically tailored for associations to seamlessly integrate membership products links and their prices into their pro forma orders. 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 membership products links and their prices into the order processing.
Associations often seek mechanisms that enable them to incorporate membership links with prices into their order management system without friction, and Nimble AMS is introducing the Fetch Membership Links with Prices to serve this exact purpose. This ensures that constituent memberships are seamlessly processed with their membership links with prices within the overarching Pro forma Order architecture.
Input
Input | Type | Description |
---|---|---|
Account Id | Text | The salesforce account ID of the order. |
Membership Type | Text | The selected membership type of this order. |
Stage | Text | The selected stage of the membership order. |
Selected Price Class | Text | The selected price class linked to the membership 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. |
Membership Type Product Links | List of Ids | There will be a list of Membership Type Product Links returned. |