Skip to main content

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?

 

5 answers
  1. Jul 15, 10:27 AM

    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.

0/9000