Salesforce Revenue-Cloud-Consultant-Accredited-Professional Exam (page: 3)
Salesforce Revenue Cloud Consultant Accredited Professional
Updated on: 31-Mar-2026

What are three risks when using too many cross object formula fields in aRevenue Cloud Project?

  1. Formula field data is not always availableduring CPQ quote calculation
  2. Formula fields have unlimited access to object manyrelationships away which makesit vulnerable to data changes.
  3. They are computationally Expensive.
  4. They can easily exceed limits if not carefully designed and tested
  5. Formula Fields are editable, after the calculation completes the sales user or processautomation can overwrite its value

Answer(s): A,C,D

Explanation:

Cross object formula fields are fields that reference data from related objects using lookup or master- detail relationships. They can be useful to display information from parent or child objects without creating custom code or workflows. However, using too many cross object formula fields in a Revenue Cloud project can pose some risks, such as:
Formula field data is not always available during CPQ quote calculation. This means that the formula fields may not reflect the latest values from the related objects when the quote is being generated or updated. This can cause inaccurate pricing, discounts, or taxes. To avoid this, it is recommended to use CPQ fields or custom fields instead of cross object formula fields for quote calculation. 12 They are computationally expensive. This means that the formula fields require more processing power and time to evaluate and display the data from the related objects. This can affect the performance and responsiveness of the application, especially if there are multiple formula fields on the same object or page layout. To avoid this, it is recommended to limit the number and complexity of cross object formula fields, and use filters or conditions to reduce the number of records that need to be evaluated. 34
They can easily exceed limits if not carefully designed and tested. This means that the formula fields can cause errors or warnings if they exceed the maximum length, number, or level of relationships allowed by Salesforce. For example, a formula field can only reference up to 10 unique relationships and span up to five levels of relationships. If these limits are exceeded, the formula field will not save or display correctly. To avoid this, it is recommended to review the formula field limits and best practices, and test the formula fields in different scenarios and environments.


Reference:

1: Lookup Price Rule query considerations with Salesforce CPQ [7]
2: Salesforce CPQ Quote Calculation Stages [8]
3: What Is a Cross-Object Formula? - Salesforce [9]
4: Tips for Reducing Formula Size and Complexity - Salesforce [10]
5: Formula Field Limits - Salesforce [11]



Which corrective action should an admin take after noticing an error on a posted invoice?

  1. Cancel and rebill, correct the order, create and post a new invoice.
  2. Change the status from Posted to draft on the invoice, correct the invoicing error and repost it
  3. Delete the invoice record, correct the order, create and Post a new invoice
  4. credit the invoice, correct the order, create and post a new invoice

Answer(s): A

Explanation:

Upon noticing an error on a posted invoice, the recommended corrective action is to use the "Cancel and Rebill" feature. This process allows an admin to roll back the invoice to its state before the most recent billing cycle, enabling the correction of errors on the invoice record. This functionality is applicable to both draft and posted invoices, providing a way to address issues such as missing invoice lines or incorrect billing details. After canceling and rebilling, the admin can correct the order as needed and proceed to create and post a new invoice, ensuring the accuracy of billing records .



A Revenue Cloud Consultant learns salesforce is deploying a new release during thecourse of the implementation. which two should be taken to make sure theimplementation is tested against the new release before it deploys to production?

  1. Review status.salesforce.com to determine refresh cutoff for the new release
  2. The platform ensures that all sandboxes are upgraded at the same time so wait for theupdate.
  3. Determine whether your sandbox is on a preview or non preview instance.
  4. Submit a ticket to support when you want your sandbox Updated.

Answer(s): A,C

Explanation:

In Salesforce Revenue Cloud, when a new release is being deployed, it's important to test the implementation against the new release before it deploys to production. This can be achieved by:
Reviewing status.salesforce.com to determine refresh cutoff for the new release: Salesforce provides information about the refresh cutoff for the new release on status.salesforce.com. This allows you to know when the new release will be available in the sandbox for testing. Determining whether your sandbox is on a preview or non-preview instance: Salesforce refreshes preview sandboxes a month before each major release. Regular, non-preview sandboxes are refreshed toward the end of the release cycle. Knowing whether your sandbox is on a preview or non-preview instance can help you plan your testing schedule accordingly. It's worth noting that while Salesforce ensures that all sandboxes are upgraded, the timing of the upgrade can vary depending on whether the sandbox is on a preview or non-preview instance. Submitting a ticket to support when you want your sandbox updated is not a standard practice for preparing for a new release.
Reference
Test New Releases in a Sandbox Unit | Salesforce Trailhead Salesforce Introduces Revenue Cloud to Help Businesses Accelerate ...



A Revenue Cloud Project has a requirement where a Product can be either taxable or taxexempt depending on a custom field that holds the industry. what is the appropriatesolution to address this Requirement?

  1. Use Automation to set Tax Treatment Based on the value of the custom field.
  2. Use Automation to set Billing Rule Based on the value of the custom field.
  3. Use Automation to set Tax Rule Based on the value of the custom field.
  4. Use Automation to set Revenue Recognition Rule Based on the value of the customField.

Answer(s): A

Explanation:

In Salesforce Revenue Cloud, tax treatment can be automated based on the value of a custom field. This is particularly useful when a product's tax status (taxable or tax-exempt) depends on a specific attribute, such as the industry in this case1. By using automation, the system can automatically determine the appropriate tax treatment for each product based on the industry value in the custom field1. This not only ensures accuracy but also improves efficiency by eliminating the need for manual intervention1. Reference
Salesforce Introduces Revenue Cloud to Help Businesses Accelerate Revenue Growth Across Any Channel - Salesforce Sales



What is the most Scalable way to set the legal Entityon the Order Product and OrderProduct Consumption Schedule?

  1. Use a WorkFlow
  2. Use a Custom Setting
  3. Use a Quote Calculator Plugin(QCP)
  4. Use a Flow that is triggered when the record is created and run before the record issaved.

Answer(s): D

Explanation:

A Flow is a scalable way to set the legal entity on the order product and order product consumption schedule because it allows you to automate complex business logic without writing code. A Flow can be triggered when a record is created and run before the record is saved, which means that you can assign the legal entity to the order product and order product consumption schedule before they are inserted into the database. This way, you can ensure that the order product and order product consumption schedule have the correct legal entity for the billing, tax, and revenue recognition treatments that are applied to them. A Flow also gives you more flexibility and control over the logic and criteria for setting the legal entity, compared to a workflow or a custom setting. A Quote Calculator Plugin (QCP) is not a scalable way to set the legal entity on the order product and order product consumption schedule because it is a custom code solution that requires development and maintenance. A QCP also runs after the order product and order product consumption schedule are created, which means that you have to update the legal entity after the record is saved, which can cause data validation issues. A workflow or a custom setting are also not scalable ways to set the legal entity on the order product and order product consumption schedule because they have limitations and drawbacks, such as:
A workflow can only run after the record is created and saved, which means that you have to update the legal entity after the record is saved, which can cause data validation issues. A workflow can only execute simple logic and actions, such as field updates, email alerts, tasks, and outbound messages. It cannot perform complex logic or actions, such as loops, conditions, variables, or invocations of other processes or services.
A custom setting is a type of custom metadata that stores data that can be accessed by formulas, validation rules, flows, Apex, and the SOAP API. However, a custom setting is not a good way to store data that changes frequently or varies by user or profile, such as the legal entity. A custom setting also requires manual configuration and maintenance, which can be error-prone and time- consuming.


Reference:

Legal Entities
Automation Guidelines for Orders and Order Products
Flow Builder



Viewing Page 3 of 19



Share your comments for Salesforce Revenue-Cloud-Consultant-Accredited-Professional exam with other users:

Noushin 11/28/2023 4:52:00 PM

i think the answer to question 42 is b not c
CANADA


susan sandivore 8/28/2023 1:00:00 AM

thanks for the dump
Anonymous


Aderonke 10/31/2023 12:51:00 AM

fantastic assessments
Anonymous


Priscila 7/22/2022 9:59:00 AM

i find the xengine test engine simulator to be more fun than reading from pdf.
GERMANY


suresh 12/16/2023 10:54:00 PM

nice document
Anonymous


Wali 6/4/2023 10:07:00 PM

thank you for making the questions and answers intractive and selectable.
UNITED STATES


Nawaz 7/18/2023 1:10:00 AM

answers are correct?
UNITED STATES


das 6/23/2023 7:57:00 AM

can i belive this dump
INDIA


Sanjay 10/15/2023 1:34:00 PM

great site to practice for sitecore exam
INDIA


jaya 12/17/2023 8:36:00 AM

good for students
UNITED STATES


Bsmaind 8/20/2023 9:23:00 AM

nice practice dumps
Anonymous


kumar 11/15/2023 11:24:00 AM

nokia 4a0-114 dumps
Anonymous


Vetri 10/3/2023 12:59:00 AM

great content and wonderful to have the answers with explanation
UNITED STATES


Ranjith 8/21/2023 3:39:00 PM

for question #118, the answer is option c. the screen shot is showing the drop down, but the answer is marked incorrectly please update . thanks for sharing such nice questions.
Anonymous


Eduardo Ramírez 12/11/2023 9:55:00 PM

the correct answer for the question 29 is d.
Anonymous


Dass 11/2/2023 7:43:00 AM

question no 22: correct answers: bc, 1 per session 1 per page 1 per component always
UNITED STATES


Reddy 12/14/2023 2:42:00 AM

these are pretty useful
Anonymous


Daisy Delgado 1/9/2023 1:05:00 PM

awesome
UNITED STATES


Atif 6/13/2023 4:09:00 AM

yes please upload
UNITED STATES


Xunil 6/12/2023 3:04:00 PM

great job whoever put this together, for the greater good! thanks!
Anonymous


Lakshmi 10/2/2023 5:26:00 AM

just started to view all questions for the exam
NETHERLANDS


rani 1/19/2024 11:52:00 AM

helpful material
Anonymous


Greg 11/16/2023 6:59:00 AM

hope for the best
UNITED STATES


hi 10/5/2023 4:00:00 AM

will post exam has finished
UNITED STATES


Vmotu 8/24/2023 11:14:00 AM

really correct and good analyze!
AZERBAIJAN


hicham 5/30/2023 8:57:00 AM

excellent thanks a lot
FRANCE


Suman C 7/7/2023 8:13:00 AM

will post once pass the cka exam
INDIA


Ram 11/3/2023 5:10:00 AM

good content
Anonymous


Nagendra Pedipina 7/13/2023 2:12:00 AM

q:32 answer has to be option c
INDIA


Tamer Barakat 12/7/2023 5:17:00 PM

nice questions
Anonymous


Daryl 8/1/2022 11:33:00 PM

i really like the support team in this website. they are fast in communication and very helpful.
UNITED KINGDOM


Curtis Nakawaki 6/29/2023 9:13:00 PM

a good contemporary exam review
UNITED STATES


x-men 5/23/2023 1:02:00 AM

q23, its an array, isnt it? starts with [ and end with ]. its an array of objects, not object.
UNITED STATES


abuti 7/21/2023 6:24:00 PM

cool very helpfull
Anonymous