Hi Team,
I have a question regarding the use of Salesforce Record-Triggered Flows in Revenue Lifecycle Management (RLM).
I'm trying to determine whether a Record-Triggered Flow can be used to dynamically update the List Price and Total Amount based on specific business conditions.
In my use case, the List Price is not fixed—it depends on different combinations of field values. For example:
- If Jurisdiction is populated, then the List Price should be XXX.
- If both Market and Jurisdiction are populated, then the List Price should be YYY.
- Additional combinations may result in different List Prices.
My current thought is to implement this logic using a Decision element in the flow to evaluate the conditions, followed by Assignment
elements to set the appropriate List Price and recalculate the Total.
Then how we can use in pricing prodecedure ??
Or Pricing procedure override my flow list price.??
You can create a custom decision table, and add it to the Pricing Recipe as a 'List Price', and add a custom List Price element in your Pricing Procedure
