An Administrator needs to set up a variation product for the first time in a new org and prepare the search index. 26m 164 Before creating the product, in which two places does the Administrator need to go to establish a variation attribute structure?
Correct Answer: A,D
Before creating a variation product and preparing the search index, the Administrator needs to establish a variation attribute structure inA. Commerce Setupto configure the overall commerce settings, including attributes, and inD. Object Managerto customize the Product object and its fields, including setting up specific attributes for variations.
Question 77
What is the "Show in Menu" attribute used for?
Correct Answer: A
The "Show in Menu" attribute is used to control whether a category is displayed in the navigation menu of a B2B commerce site. The navigation menu is a component that allows buyers to browse products by category. If the "Show in Menu" attribute is set to false, the category is not shown in the navigation menu, but it can still be accessed by other means, such as search or facets. If the "Show in Menu" attribute is set to true, the category is shown in the navigation menu, unless it is hidden by other settings, such as visibility rules or active dates. Reference: Category Attributes; Navigation Menu Component
Question 78
Which two options are available for providing an out-of-the-box mobile experience to Salesforce B2B Commerce Buyers?
Correct Answer: C,D
For providing an out-of-the-box mobile experience to Salesforce B2B Commerce buyers, the available options includeC. Responsive web experience, which ensures that the storefront adapts to various screen sizes and devices, andD. Mobile app via Mobile Publisher, which allows for the creation of a branded mobile app that offers a native mobile experience to users.
Question 79
A developer needs to make a call to a long running web service which is critical to finalizing their checkout process. Which three items should the developer consider in their implementation?
Correct Answer: A,B,C
To make a call to a long running web service, a developer should consider the following items in their implementation: A new CORS entry may need to be created in Setup. CORS stands for Cross-Origin Resource Sharing, and it is a mechanism that allows web browsers to make requests to servers on different origins1. A CORS entry defines a trusted origin for an external web service and allows the browser to access its resources2. If the web service is not on the same origin as the Salesforce org, a CORS entry is required to avoid cross-origin errors3. A new Named Credential may need to be created in Setup. A Named Credential specifies the URL of an external web service and its authentication settings4. It can also store certificates or secrets for secure communication4. By using a Named Credential, a developer can simplify the callout code and avoid hardcoding sensitive information5. An Apex method returning a Continuation will need to be created. A Continuation is a class in Apex that allows making long-running requests to external web services without blocking the user interface6. It works by sending the request asynchronously and returning a placeholder response that can be used to resume the processing later6. A Continuation can handle requests that take up to 120 seconds, which is longer than the normal limit of 10 seconds for synchronous callouts7. Reference: Cross-Origin Resource Sharing (CORS), Create a CORS Whitelist Entry, Make Long-Running Callouts with Continuations, Named Credentials, Apex Web Services and Callouts, Continuation Class, Apex Governor Limits
Question 80
Which three configuration aspects must be set up outside the commerce app in order to deploy and activate B2B Commerce instance both for internal and external users?