I'm working on a Salesforce Revenue Cloud use case.
I have a custom attribute called Number of Lessons on my product.
Example:
- Language = English
- Number of Lessons = 10
- Price per Lesson = $66
- Total Price = $660
Currently, users must manually enter Quantity = 10.
Is there any standard Revenue Cloud feature to automatically populate the Quote Line Quantity from the Number of Lessons attribute?
Can this be achieved using a Pricing Procedure, Configuration Rule, or any standard Revenue Cloud functionality without custom Apex?
Directly I don't think you can with point and click.
If the quantity can't be used directly and the number of lesson need to override the quantity values, you'll need to go to a pricing plan with a pre hook.