What is the successful exit criteria that completes the User Acceptance Testing (UAT) phase?
Valuable:A user story must deliver value to the end user12.
Estimable:You must always be able to estimate the size of a user story12.
https://blog.logrocket.com/product-management/writing-meaningful-user-stories-invest-principle/
https://blog.logrocket.com/product-management/writing-meaningful-user-stories-invest-principle/
Which 3 objects are updated when posting an invoice?
A Revenue Cloud project has a requirement where a product can be either 16m 52s
taxable or tax exempt depending on a custom field that holds the industry. ''
What is the appropriate solution to address this requirement?
For a Revenue Cloud project where a product's taxability depends on a custom field that holds industry information, the appropriate solution is to use automation to set the Tax Rule based on the value of the custom field. This approach allows for dynamic application of tax rules to products based on industry-specific requirements, ensuring that the correct tax treatment is applied during the quoting and invoicing processes. Automation could involve using Process Builder, Flow, or Apex to update the tax rule assignments on products or quote lines based on the specified industry criteria. This ensures that products are taxed correctly according to the industry-specific regulations captured in the custom field.
A Revenue Cloud user story for a Subscription-based Company Looking to replace their
legacy system states ''As a pricing Manager, bulk discounts will include previously
purchased quantities for pricing calculations on the quote in order to reward loyal
customers''what should be included in the design of this solution?. (Choose 2 options)
To implement the user story of rewarding loyal customers with bulk discounts based on previously purchased quantities, the design of the solution should include the following components:
1: Revenue Management Platform & CPQ Solution - Salesforce.com US
3: Give Discounts for Long Subscriptions Unit | Salesforce Trailhead
Which is the correct sequence of evaluation events for a price rule,quote calculator plugin
(QCP) and CPQ package pricing engine?
The correct sequence of evaluation events for a price rule, quote calculator plugin (QCP), and CPQ package pricing engine is as follows:
Internal Initialization:This is the first step where the system prepares for the calculation process.
On Initialization:At this stage, any price rules that are set to trigger 'On Initialization' are run.
Calculate Formulas:The system evaluates formula fields.
Before Calculate:Any price rules that are set to trigger 'Before Calculate' are run.
Calculate Quantities:The system calculates quantities, for example, bundle components.
On Calculate:Any price rules that are set to trigger 'On Calculate' are run.
Price Waterfall Calculation:The system calculates out-of-the-box pricing tools such as block pricing, discount schedules, etc.
After Calculate:Any price rules that are set to trigger 'After Calculate' are run1.
https://help.salesforce.com/s/articleView?id=000388745&language=en_US&type=1