ExamGecko
Question list
Search
Search

Question 25 - Certified B2B Commerce Developer discussion

Report
Export

A configuration value, CO.NewOrder, is set to TRUE. What is one way of preventing anexisting payment page from being shown on the checkout payment page?

A.
Delete the Visualforce page from the code base.
Answers
A.
Delete the Visualforce page from the code base.
B.
Remove the value matching the page name from the pmt.whitelist configurationsetting, then rebuild and activate a new Configuration cache
Answers
B.
Remove the value matching the page name from the pmt.whitelist configurationsetting, then rebuild and activate a new Configuration cache
C.
Remove the payment type associated with the payment page from CO.pmts, thenrebuild and activate a new cache.
Answers
C.
Remove the payment type associated with the payment page from CO.pmts, thenrebuild and activate a new cache.
D.
Override the front end template and modify the way the embedded payment page getsloaded from the payment list configuration.
Answers
D.
Override the front end template and modify the way the embedded payment page getsloaded from the payment list configuration.
Suggested answer: B

Explanation:

This approach effectively removes the payment page from the list of allowed pages, ensuring itis not displayed during the checkout process.

Thepmt.whitelistconfiguration setting in Salesforce B2B Commerce is used to manage theVisualforce pages that support all payment types on the storefront1. If you want to prevent anexisting payment page from being shown on the checkout payment page, one way to do it is toremove the value matching the page name from thepmt.whitelistconfiguration setting.Afterdoing this, you would need to rebuild and activate a new Configuration cache for the changesto take effect1.Please note that this information is based on the Salesforce B2B Commercedocumentation and best practices1.

asked 23/09/2024
Peter Klaffehn
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first