A developer needs to implement a custom Lightning web component (LWC) for the storefront.
The LWC contains language-specific text values.
How should the developer translate the text values?
A developer needs to implement specific styling for a standard component on a single page of the B2B Commerce store using an Aura template. The component should use the default style on all other pages
How should the developer implement the required changes over multiple instances?
Which Lightning web component path allows a developer to view or edit a record while maintaining control over specifying its layout and set of fields?
How should data for Lightning web components be provided?
A developer has made some changes to the products of an existing storefront, but they are unable to see the changes in the products from the store.
Which action did the developer forget to take?
What is a valid way of referencing the global cc_api_CartExtentsion apex class via
subscriber code?
Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)
Which two statements are accurate?
Northern Trail Outfitters (NTO) has a requirement to schedule a reusable data import across multiple orgs for customer demo purposes. NTO also has a requirement to seed data of related objects—ProductCatalog, ProductCategory, Product2, and ProductCategoryProduct— while preserving its relationships and without purchasing additional licenses or using thirdparty tools.
What is the recommended tool a developer should select to address the requirement?
A developer is debugging a flow and needs to watch all the variables changing as the checkout process is executed, but nothing is displaying. Which two features did the developer forget to enable?
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 developer is working on a storefront and is seeing unexpected Ul behavior in one of the custom Lightning web components (LWCs) their team has built.
How should the developer investigate the issue?
Which wire adapter should a developer use to retrieve metadata about a specific picklist?
Which two different types of services do Salesforce B2B
Universal Containers (UC) needs to display data from standard objects (entities) in a different format than what
comes with B2B Commerce out of the box. In doing this, what is one advantage of using the Lightning Data
Service vs using a custom Controller class?
The ccUtil apex class in Salesforce B2B Commerce provides numerous utility
functions that can be leveraged in subscriber classes.
What are two ways to check the input or return data of the Global API's? (2 answers)
Which wire adapter should a developer use to retrieve metadata about a specific object?
Which two are considered discrete units of work (code units) within a transaction in the debug logs?
Which tool is used to retrieve and manipulate Salesforce data in a Lightning Web Component?
What are two purposes of the Shadow DOM in a Lightning web component?
Which event should be triggered when user facing info, warning or error messages
need to be displayed on a Visualforce page?
How should a developer get the grand total amount, including shipping and tax, for items in the
cart and in the currency of the cart, when developing a new Lightning web component for an
Aura storefront cart page?
In checkout, what event should the developer's code listen for in order to help troubleshoot and respond to actions?
A developer has just deployed a new Lightning Web Component to an authorized org. What should the developer do next to use the new component on apage?
Numerous flags, when set, have a direct impact on the result set provided by the
Global API's. What is the default Global API DataSizing convention flag that is used by
theAPI's unless otherwise specified?
When a user buys 10 units of product B, the user wants 1 unit of Product A to be
automatically added to the cart. How can this requirement be fulfilled?
Which format is the custom Salesforce relationship with the API name,
"My_Relationship_Name__r.My_Name__c" queried and transformed into dy default in
Salesforce B2B Commerce?
A user wants to have a Contact Us page in the storefront. This page will be a web-tolead form and it should have the header and footer, essentially the same look and feel as
all the pages in the application. How can this requirement be fulfilled?
A developer is building a custom component in Lightning web components (LWC) that needs to fetch data from an API.
Which lifecycle hook should the developer use to make the API call?
A developer suspects that a defect exists in 30 lines of Apex code. How can the developer add debug statements, run the block of apex code in isolation and observe the immediate results?
What is likely to happen if a developer leaves debug mode turned on in an environment?
Which three components should a developer use on the product page to replace the out-of-the-box Product Detail Card component?
In what way can a developer's code subscribe to platform events?
Northern Trail Outfitters (NTO) exports Order Summary data from its org. A developer launches Data Loader, selects Order Summary, clicks the Select All Fields button, and clicks Finish. Custom fields are defined in the Cart and Order Summary objects and successfully mapped from Cart to Order Summary during checkout. However, all three custom fields in the Order Summary are empty in the export file.
What is the most likely cause?
A user wants the pricing to reflect the price values stored in an external ERP during
the checkoutflow. In what way can this requirement be satisfied?
Which wire adapter should a developer use to retrieve metadata about a specific picklist?
A developer needs to create an event listener on a parent component programmaticallv. With the script below, what should replace the text
What happens to all previous tax entries during tax implementation?
Although Salesforce B2B Commerce and Salesforce recommend against using
"without sharing classes" whenever possible, sometimes it is unavoidable. Which three
items will open up a major security hole? (3 answers)
Based on error emails flowing in, a developer suspects that recent edits made to a checkout flow have created a defect. The developer has data points available to use as inputs in reproducing the scenario.
What should the developer do next?
A developer is building a custom component in Lightning web components (LWC) that has a grandchild component that needs to pass information to the grandparent component. What is the correct way to demonstrate the passing of a message from the grandchild component to the grandparent component?
A)
B)
C)
D)
What is the fastest route to setting up a B2B Commerce Store as a developer?
Why is the use of a standard Visualforce control such as apex:form discouraged in
Salesforce B2B Commerce page includes and subscriber pages?
What tool can a developer use to investigate errors during development? 07m 42s
Salesforce B2B Commerce natively provides a robots.txt file, however, a customer
can also create its own version.Which three scenarios are valid reasons for customer to
create their own robots.txt file? (3 answers)
What should a developer's implementation code return if the External Prices are the same as Sales Prices for Products in the Cart?
Northern Trail Outfitters (NTO) has acquired a company and is looking to manage product data across the org seamlessly. The company has a governance policy to not install any tool or use third-party API applications to export or import the data into Salesforce. However, users have access to Salesforce CLI.
Which set of tasks must a developer perform whento export data from Salesforce or import data into Salesforce?
A user wants to have a customized experience for adding items to the cart. The user
also wants the mini cart module to reflect changes to the state of the cart afterwords. How
should this requirement be fulfilled?
A developer is writing custom code to compare External Prices and Sales Prices for cart items. What should be returned if the External Prices are the same as Sales Prices for Products in the Cart? ~.
What two things happen with the Cart during tax implementation?
A developer is working in Visual Studio Code on a previously deployed project which is rather large and deployments are time consuming. The developer wants to deploy some small CSS changes without waiting for the entire project deployment. What are two ways this can be accomplished?
For which two reasons is it preferable to extend the Salesforce B2B Commerce remote invocation object instead of using the standard Salesforce remote action invocation manager (2 answers)
Which three considerations should a developer keep in mind when creating a tax provider?
Inwhich three different ways can a theme be enabled in
Salesforce B2B Commerce? (3 answers)
Which two guidelines should a developer consider when migrating aura components to LWC?
Which template will correctly display the details message only when areDetailsVisible becomes true given the following code in a Lightning Web Component?
A)
B)
C)
D)
Northern Trail Outfitters (NTO) has a B2B Commerce store for its resellers. It has received many customer service calls involving questions about the delivery date of customer orders.
How should a developer expose delivery time estimates to NTO's customers in the storefront to reduce call volume?
What isthe difference between Gross Layout Overrides and Subscriber Templates?
A developer needs to bulk export all of the Product data from an org and does not have access to Data Loader or Workbench. However, the Command Line Interface (CLI) is available. Which command allows the developer to accomplish this task?
What are three advantages of using ccLog over the Salesforce
standard System.debug class? (3 answers)
How do the REST APIs in Salesforce B2B Commerce support pass-through parameter handling
What target does a developer need to set in the js-meta.xml file when creating a custom LWC component for use in the Checkout Flow?
What is a best practice when passing query parameters from user interface to an apex controller?
While in the process of gathering requirements from a customer about how they would like to set up their net new storefront checkout experience, a consultant learns that the customer needs the ability to add new shipping and billing addresses during checkout.
Which approach should a developer take to meet this requirement?
The sizing keys used in the Salesforce B2B Commerce Global APIs five distinct operations. What are three of these operations? (3 answers)
Which three actions must a developer take, in a B2B Commerce store, to accept credit card payments using a client's chosen payment provider?