An Administrator has given another administrator access to the store to validate the B2BCommerce installation,but the welcome email was never receive In which two ways can the second Administrator access the store without changing the setup?
A. Check the Debug Logs for the welcome email.
B. Enable Guest Access in Experience Builder.
C. Log in from the Contact page in the Commerce app.
D. Log in using the link in the More Information section of the Store page.
E. Reset this user's password from Setup and have the user login again.
Explanation:
If a second administrator did not receive the welcome email for B2B Commerce, they can still access the store without changing the setup byLogging in from the Contact page in the Commerce app (C). This method allows administrators with existing Salesforce credentials to access the B2B Commerce environment directly through the Commerce app, bypassing the need for a welcome email. Additionally,Resetting the user's password from Setup and having the user login again (E)is a common workaround for access issues. This approach ensures that the user can reset their password and gain access to the store without relying on the initial welcome email. Checking Debug Logs (A), Enabling Guest Access in Experience Builder (B), and Logging in using the link in the More Information section of the Store page (D) are not standard practices for this particular scenario.
Which status does CMS content need to be in to edit the record?
A. Review
B. Preproduction
C. Editable
D. Draft
Explanation:
CMS content must be in theD. Draftstatus to be editable. This status indicates that the content is in the initial stages of creation or modification and has not yet been finalized for publication. Draft status allows administrators to make changes before the content is reviewed, approved, and published, ensuring that only fully vetted and complete content is made available to end-users.
Which two potential risks can a company encounter when turning on Digital Experiences during B2B Commerce setup? 09m 56s
A. Digital Experiences extends portal access to external members.
B. External members may have permissions to view records they should not be able to view.
C. Digital Experiences extends internal org access to external members.
D. External members are provided read access to all objects in the org by default.
Explanation:
When turning on Digital Experiences during B2B Commerce setup, two potential risks includeDigital Experiences extending portal access to external members (A)andthe possibility of external members having permissions to view records they should not be able to view (B). Proper configuration and management of access rights and permissions are crucial to mitigate these risks, ensuring that external members only have access to appropriate information and functionalities.
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?
A. Commerce Setup
B. Product Workspace
C. Catalogs
D. Object Manager
Explanation:
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.
An Administrator is having trouble rebuilding the search index. 08m 41s What could be causing this issue?
A. The necessary permissions have not been given to the Administrator.
B. There are no active products associated to any of the categories in the store catalog.
C. There is no price book associated to the store.
D. The products have not been added to an entitlement policy.
Explanation:
If an Administrator is having trouble rebuilding the search index, a potential cause could bethe necessary permissions have not been given to the Administrator (A). Proper permissions are required to execute search index rebuilds, and without these permissions, the Administrator may encounter difficulties in initiating or completing the rebuild process.
An Administrator has a customer that will go live without an external tax provider until some complex regional requirements are solidified. They will start using a flat tax on a per country and per region basis in the meantime. The customer has provided the data in a CSV file with three columns: country, region, taxRate. Which two actions should the Administrator take to use the tax data?
A. Have a developer modify the tax code used in the checkout flow.
B. Use Data Loader to import the CSV file to the Cart Tax object.
C. Use the Import feature in the Commerce App to load the tax data.
D. Create a custom object.
Explanation:
To utilize the tax data provided in a CSV file for flat tax rates per country and region, the Administrator should:
B. Use Data Loader to import the CSV file to the Cart Tax object:Data Loader is a client application for the bulk import or export of data. Using it to import theCSV file into the Cart Tax object allows for the application of the specified tax rates during checkout based on the country and region.
C. Use the Import feature in the Commerce App to load the tax data:The Commerce App's import feature can facilitate the bulk upload of tax rates directly into the system, ensuring that the correct tax rates are applied during transactions based on the specified criteria.
While setting up B2B Commerce, which setting should an Administrator enable to defend against session hijacking and cross-site scripting?
A. CrossSiteSec
B. Require HttpOnly
C. HTTP Security
D. Cross Site Security
Explanation:
To defend against session hijacking and cross-site scripting in Salesforce B2B Commerce, an administrator should enableB. Require HttpOnlysetting. This setting helps prevent access to cookie data via client-side scripts, significantly reducing the risk of XSS (Cross-Site Scripting) attacks and protecting session cookies from being hijacked.
A client would like to customize the Store so certain groups of buyers see personalized information. Which three criteria types can an Administrator use to create an audience for a component on a Store page?
A. Active Cart Total Value
B. Permission Set
C. Profile
D. Product Category
E. User's Location
Explanation:
To create personalized experiences for different groups of buyers, an Administrator can use the following criteria types to create audiences for a component on a Store page:
B. Permission Set:This allows for content personalization based on the permissions granted to the user, enabling targeted content delivery.
C. Profile:Users with different profiles can be presented with tailored content, ensuring relevance and enhancing the user experience.
E. User's Location:Personalizing content based on the user's geographical location can significantly improve relevance and engagement.
What user license is needed at a minimum to deploy B2B Commerce successfully for Buyers and external users?
A. Customer Community Plus License
B. Partner Community License
C. Full CRM User license
D. Customer Community License
Explanation:
To deploy B2B Commerce successfully for Buyers and external users, the minimum user license needed isD. Customer Community License. This license type is designed for external users to access the community, enabling them to engage with the B2B Commerce store, view products, and make purchases.
AB2B Commerce store already exists in English. Now an Administrator wants to add additional languages to thesite. Which three steps must an Administrator take to add the additional languages?
A. Enable Currency Exchange Rates.
B. Enable Translation Workbench.
C. Enable Currency Translation.
D. Enable Data Translation.
E. Add the Supported Language field to the Store page layout.
Explanation:
To add additional languages to a B2B Commerce site, an Administrator must take the following three steps:B. Enable Translation Workbench, which is a tool for translating text and customizations into different languages;D. Enable Data Translation, which allows for the translation of data records; andE. Add the Supported Language field to the Store page layout, which specifies which languages are supported by the store.
Which field type cannot be added as a Searchable field?
A. Text
B. Formula
C. Picklist
D. Currency
Explanation:
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.
Howcan an Administrator configure the checkout time-to-live?
A. Find a WebCart and update CheckoutTimeToLive and CheckoutValidAfterDate properties
B. Find a WebStore and update properties and update CheckoutTimeToLive and CheckoutValidAfterDate properties
C. Update WebStore properties in Store Administration
D. Update TTL properties in Order Settings under Setup
Explanation:
To configure the checkout time-to-live in Salesforce B2B Commerce, an Administrator shouldD. Update TTL properties in Order Settings under Setup. This involves accessing the Order Settings in the Salesforce Setup menu and adjusting the Time To Live (TTL) properties, such as CheckoutTimeToLive, to define the duration for which a checkout session remains active before expiring.
Page 3 out of 10 Pages |
Previous |