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 developer is working on an existing checkout implementation built against the Lightning Web Runtime (LWR) and wants to implement a custom child checkout component to modify out-of-the-box functionality.
Which interface must the developer implement for the child component?
Salesforce B2B leverages global API's for encapsulating business logic into blocks
that can be extended and modified by subscribers. Which three statements are true
regarding extending ccServiceProduct and exposing custom fields on the Product Detail
Page? (3 answers)
Where is the API-based record creation generally handled in Salesforce B2B
Commerce?
In checkout, what event should the developer's code listen for in order to help troubleshoot and respond to actions?
What isthe difference between Gross Layout Overrides and Subscriber Templates?
A developer needs to create an event listener on a parent component programmaticallv. With the script below, what should replace the text
Ursa Major is planning to implement Salesforce B2B Commerce, and a developer needs to configure taxes for their storefront. The company operates in multiple states, each with different tax rates and tax rules.
What are two ways the developer should configure taxes in B2B Commerce?
Which two blocks of code are needed to implement a custom getter in a Lightning web component?
A)
B)
C)
D)
A developer is attempting to write a Lightning Web component from scratch by first creating the HTML markup and receives an error. Which three tags when used as the first element in the file would produce an error?
Universal Containers (UC) is ready to build a tax provider class using the interfaces available in the Buyer Experience SDK. When creating a tax provider, what are three things that a developer should consider first?
Which three files are required for a deployable Lightning Web Component called displayMyData that will fetch and display data?
A dev at Northern Trail Outfitters (NTO) exported Order Summary records via Data Loader, but noticed that some orders were missing. What is the most likely cause?
What does a developer need to do to modify the out-of-the-box checkout flow template?
Which handlebars helper expression is used in Salesforce B2B Commerce pages and
components to toggle the display of a block of markup?
How can a developer introduce new screen behavior in a checkout flow step?
What is a valid way of referencing the global cc_api_CartExtentsion apex class via
subscriber code?
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)
Which interface does a developer have to implement to override Inventory in Checkout?
Which event should be triggered when user facing info, warning or error messages
need to be displayed on a Visualforce page?
What are two maintainable ways that Lightning Web Components can be made mobile ready? 33m 215
Which method needs to be implemented when rendering a Salesforce B2B
Commerce view in order to have it called after rendering has finished?
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 used slots to pass content from one Lightning Web Component to another. How can they access the.
DOM for what was passed to those slots?
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 know if a CSS file containing small changes was actually deployed to the org. What is one way this can be accomplished?
A Northern Trail Qutfitters (NTO) developer made a tile component. To expose a click event and react to user input using the markup below, what should replace
Which cookie stores the effective account ID when effective account is enabled?
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?
Which wire adapter should a developer use to retrieve metadata about a specific picklist?
A query containing a subquery is executed. What is appended to the subquery name
as part of its transformation by default in Salesforce B2B Commerce?
A developer has been working on the flow of an Inventory Class for checkout. The developer has handled all the error states and now needs to indicate that inventory is available for all items and amounts in the cart.
Which step should happen next?
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?
How can a developer establish communication between components that are not in the same DOM (Document Object Model) tree?
Which two technologies can subscribe to the CommerceDiagnosticEvents event?
A developer is on a tight timeline and needs to implement a Lightning web component which can read, create and modify single records. What is the recommended path forward?
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)
An administrator has just provided a developer with a new org and username. Which two sets of steps can the developer use to authorize the org and begin deploying Lightning web components?
What should a developer do to expose a public property in a Lightning web component?
A developer needs to debug a flow tracing a single input in complete detail, watching all variable changes as the checkout process is executed. Which feature should the developer enable? ~.
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? ~.
Which element can be used to pass HTML from a parent component to a child component? 03m 19s
A user wants to leverage a three columnlayout on a page. The user also wants to move the mini-cart widget from the right to the center column. How can this requirement be fulfilled?
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?
What is essential for a Salesforce B2B Commerce theme to show up in the theme section in CC Admin?
An administrator has just provided a developer with a completely new org and a username. Assuming the username is me@my-new-org.org, what is the correct set of steps to authorize the org for Command Line Interface (CLI) access so the developer can deploy Lightning web components?
The ccUtil apex class in Salesforce B2B Commerce provides numerous utility
functions that can be leveraged in subscriber classes. Which command will return the
value in the given Map if found or a default value in the event that the Map is null,
empty, or an object is not found for that key?
Which format is the custom Salesforce field with the API name
"My_Fiels_Name__c" transformed onto by default in Salesforce B2B Commerce?
What are two guidelines for logging that are used within the core Salesforce
B2B Commerce product? (2 answers)
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?
Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)
A developer is trying to integrate a new shipping provider to use during checkout in a storefront Which two steps must the developer take to make an integration available for selection?
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?
Universal Containers (UC) needs to wrap a Lightning Web Component they have created called "lwcContainerComponent†inside an Aura component. Which set of tags is the correct approach?
A)
B)
C)
D)