An implementation of B2B Commerce is requiring guest users to have read access to the Product object.
What should an Administrator do to ensure that guest users have access?
Answer : B
To ensure that guest users have read access to the Product object, an Administrator shouldB. Modify the guest user profile to provide access to the Product object. This involves adjusting the permissions within the guest user profile settings to grant read access specifically to the Product object, ensuring that guest users can view product details without compromising data security.
Which two permission sets are needed for a user on the storefront to view other accounts across multiple accounts?
Answer : C, D
For a user on the storefront to view other accounts across multiple accounts, the necessary permission sets areC. Account Switcher User, which allows users to switch between different accounts they have access to, andD. Buyer Manager (or B2B Commerce Super User), which provides broader permissions including the ability to manage and view information related to multiple accounts.
What are two advantages of having Commerce and CRM data together?
Answer : A, C
The advantages of having Commerce and CRM data together includeA. Personalized experience based on a history of interactions, which allows for tailored shopping experiences based on the customer's previous engagements, andC. Reduced number of integrations with other systems, simplifying the architecture and reducing the potential points of failure or data inconsistencies.
A company wants their homepage to have a different look and feel for a user that has logged into the site versus a guest
user. What should an Administrator create to allow the targeted specific user segments for the home page?
Answer : D
To target specific user segments for the homepage, an Administrator should createPage Variations (D). Page variations allow for the customization of content and layout based onaudience segments, such as logged-in users versus guest users, providing a personalized experience based on the user's status or other criteria.
Which object must have the B2B Commerce license and no additional add-ons in order to show up?
Answer : C
For an object to show up in Salesforce B2B Commerce, it must havetheB2B Commerce license assigned, and no additional add-ons are required for the Buyer Account (C)to appear. The Buyer Account is a fundamental entity in B2B Commerce, representing the customer's organization and enabling the management of business-specific data, pricing, and transactions. While Fulfillment Order (A), Billing Schedule (B), and Order (D) are important objects within the B2B Commerce ecosystem, the Buyer Account is crucial for establishing the foundational business relationship in the B2Bcontext.
An Administrator needs to migrate the Store configurations from the development
sandbox to theQA sandbox.
Which two steps should the Administrator take to migrate the changes to the new server?
Answer : A, D
To migrate Store configurationsfrom a development sandbox to a QA sandbox, an Administrator shouldUse Data Migration (A)to transfer configuration data and related records between environments.Export Store Configuration (D)is also a crucial step as it allows the Administrator to create a deployable package of the store's settings, which can then be imported into the QA environment.Apply Store Configuration (B)andPublish the Store (C)are actions taken after the configurations have been successfully migrated and are part of the setup process in the new environment, rather than the migration process itself.
Which field type cannot be added as a Searchable field?
Answer : C
The field type that cannot be added as a Searchable field isC. Formula. Formula fields are calculated fields that do not store data themselves but rather display data based on the formula's logic and the values of other fields. Due to their dynamic nature and lack of stored data, they cannot be indexed or made searchable like other static field types.