Valid Rev-Con-201 Dumps shared by EduDump.com for Helping Passing Rev-Con-201 Exam! EduDump.com now offer the newest Rev-Con-201 exam dumps, the EduDump.com Rev-Con-201 exam questions have been updated and answers have been corrected get the newest EduDump.com Rev-Con-201 dumps with Test Engine here:
During a quote-to-contract conversion process, a popup is displayed that asks the user to select the appropriate quote prices or discounts to be added to the contract. The Revenue Cloud Consultant is tasked with removing the 'None' option from this popup. How should the consultant remove this option?
Correct Answer: B
Exact Extracts from Salesforce Revenue Cloud (CPQ & Billing Implementation Guides): * "During quote-to-contract conversion, the selection options presented in the discount popup are derived from the Contract Item Price object's Discount Type picklist field." * "Administrators can remove or rename values from the Discount Type picklist to customize which discount options appear to users during the conversion process." * "The screen flow and LWC components rely on metadata values; modifying these underlying picklist entries changes the available options in the UI." Step-by-Step Reasoning: * Requirement: Remove "None" option from the discount-selection popup. * Configuration Location: The options come from Contract Item Price # Discount Type picklist. * Solution: Remove the "None" picklist value in object metadata setup. * Why B is Correct:Declaratively removes the undesired value from the popup. * Why Others Are Incorrect: * A: The "Create Contract From Quote" flow references existing metadata and does not define picklist values. * C: LWC modification is not required for removing a metadata-driven value. References : * Salesforce Billing Implementation Guide - Quote-to-Contract Conversion and Discount Mapping * Salesforce CPQ Implementation Guide - Contract Item Price Configuration