Salesforce Certified Revenue Cloud Consultant Accredited Professional Practice Test - Questions Answers, Page 2
List of questions
Question 11
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
How can a Revenue Cloud Consultant create a new payment Method for a credit card thatwill be saved for future Payments?
Explanation:
To create a new payment method for a credit card that will be saved for future payments, the Revenue Cloud Consultant should follow these steps:
Navigate to the account record that needs the new payment method.
Find the Payment Methods related list, and then click New Payment Method Credit Card. This button opens a form that allows entering the credit card details, such as card number, expiration date, cardholder name, and billing address.
Optionally, select a payment gateway record to associate the payment method with a specific gateway. If no payment gateway is selected, the default gateway for the org is used.
Optionally, select the Autopay checkbox to make this payment method the default one for all transactions on this account.
Click Save. This action creates a new payment method record and also sends a request to the payment gateway to tokenize the credit card information. Tokenization is a process that replaces sensitive data with a unique identifier that can be used for payment processing without exposing the original data.
Once the payment gateway returns a token, the payment method record is updated with the token value in the Payment Gateway Token field. This token is used to process payments with this payment method in the future.
Create a Credit Card Payment Method
Payment Methods
Payments and Credits
Question 12
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A user story for a Revenue Cloud implementation states. As an Accounts ReceivableManager, I want to automatically generate invoices in draft status the same day of everymonth''. what implementation option should a revenue cloud consultant pursue first?
Explanation:
An invoice scheduler is a feature of Salesforce Revenue Cloud that allows you to automate the creation of invoices based on predefined criteria and schedules. An invoice scheduler uses an invoice run to evaluate whether and when an order product gets invoiced. You can set up an invoice scheduler to run daily, weekly, monthly, or once, and specify the target date and time, the invoice date, and the invoice batches to include. You can also choose to automatically post the generated invoices or review them in draft status before posting. An invoice scheduler is the best option to fulfill the user story, as it can generate invoices in draft status the same day of every month without requiring any manual intervention or custom code.12
Triggers and apex are not the best option, as they require writing and maintaining custom code, which can be complex and error-prone. They also do not provide the flexibility and control of an invoice scheduler, as they can only check the bill now checkbox after the order status is changed to ''Activated'', which may not match the desired invoicing schedule or criteria.3
Workflow rules are also not the best option, as they have similar limitations as triggers and apex. They can only check the bill now checkbox after the order status is changed to ''Activated'', and they cannot specify the invoice date, time, or batches. Workflow rules also have some restrictions and considerations, such as the number of actions per rule, the order of execution, and the impact on performance.4
Setting up a payment scheduler is not relevant to the user story, as it is a feature of Salesforce Revenue Cloud that allows you to automate the collection of payments from customers based on predefined criteria and schedules. A payment scheduler does not create invoices, but rather applies payments to existing invoices or payment allocations. [5]
1: Invoice Schedulers for Automating Invoice Creation - Salesforce
2: Invoice Scheduler | Salesforce Subscription Management | Salesforce Developers
3: Use Invoice Scheduler to Generate Invoices - Salesforce
4: Workflow Rules Considerations - Salesforce
[5]: Payment Schedulers for Automating Payment Collection - Salesforce
Question 13
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A Revenue Cloud customer has posted an invoice andnow wants to add on more itemsfrom another order associated to that account. Without using invoice batches, howcan thisbe accomplished?
Explanation:
When a Revenue Cloud customer needs to add more items from another order to a posted invoice without using invoice batches, the recommended approach is to 'Cancel and Rebill' the invoice. This process involves rolling the invoice back to its state before the most recent billing cycle, allowing corrections or additions to be made to the invoice record. This action is applicable to both draft and posted invoices and is designed to address errors or changes needed on the invoice, such as adding new order items. This method ensures that all necessary adjustments are made while maintaining the integrity of the invoice's audit trail and data.
Question 14
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
A Revenue Cloud Consultant Surveys a customer'sSales Cloud implementation anddiscovers Multiple triggers, Workflow and flow Processes applied to the Opportunityobject. what is the most appropriate recommendation tothe customer before designing aRevenue Cloud Solution?
Explanation:
When encountering a Salesforce Sales Cloud implementation with multiple triggers, workflow, and flow processes applied to the Opportunity object, it is advisable to recommend consolidating these automations into a single type. This approach is recommended to optimize performance and maintainability, reducing complexity and potential conflicts between different automation types. Consolidating automations into one trigger, process builder, or flow ensures a more streamlined and efficient execution of business logic, contributing to better system performance and easier troubleshooting and maintenance.
Question 15
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What are three risks when using too many cross object formula fields in aRevenue Cloud Project?
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.
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]
Question 16
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which corrective action should an admin take after noticing an error on a posted invoice?
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.
Question 17
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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 ...
Question 18
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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
Question 19
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the most Scalable way to set the legal Entityon the Order Product and OrderProduct Consumption Schedule?
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
Question 20
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What are three fundamental principles when scoping a Revenue CloudProject?
Explanation:
C . Lead with Business Requirements and Process123: This principle helps you understand the specific needs and objectives of the project, as well as the current and desired state of the business processes. It also helps you align the project scope with the business value and outcomes.
D . Think Transformation before Customization3: This principle helps you leverage the best practices and capabilities of Revenue Cloud, and avoid unnecessary or complex customizations that may increase costs, risks, and maintenance efforts. It also helps you embrace change and innovation, and optimize your revenue operations.
A . Alignment with customer on CPQ and Billing Terminology3: This principle helps you establish a common language and understanding of the key concepts and features of Revenue Cloud, such as CPQ (Configure-Price-Quote), Billing, Subscription Management, etc. It also helps you avoid
Question