A developer is implementing an Inventory class for checkout. All the error states have been handled and now the developer needs to take the next step to indicate that inventory is available for all of the items and amounts in the cart. What should the next step be?
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?
Which element can be used to pass HTML from a parent component to a child component? 03m 19s
Which two methods should a developer implement in a Lightning web component to successfully handle the subscription lifecycle of a Message Channel?
Which three components should a developer use on the product page to replace the out-of-the-box Product Detail Card component?
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?
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?
Which technique is used by Lightning Web Components to provide areas of swappable, customizable content?
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?
Which two are considered discrete units of work (code units) within a transaction in the debug logs?
Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package? (3 answers)
What are two maintainable ways that Lightning Web Components can be made mobile ready? 33m 215
Which event should be triggered when user facing info, warning or error messages
need to be displayed on a Visualforce page?
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?
Which three are considered code units, or discrete units of work within a transaction in the debug logs?
Which three actions must a developer take, in a B2B Commerce store, to accept credit card payments using a client's chosen payment provider?
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?
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?
Which three data types are supported for custom fields while using CSV file format for importing data for a store?
Which two components in a B2B store template should a developer use to customize a storefront page?
Which two event settings are required for a custom event called CustomEvent to fire from the Lightning web component and propagate up to the DOM?
What is default behavior for how theSalesforce B2B Commerce Global APIs transform Salesforce data?
Which method is used to override when extending the Salesforce B2B Commerce logic providers?
What is essential for a Salesforce B2B Commerce theme to show up in the theme section in CC Admin?
Which tool should a developer use to author automated tests for custom Lightning web components?
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)
Which Salesforce B2BCommerce object needs to have a record added when defining
a new Subscriber Pages to be rendered in a CC Page?
What does a developer need to do to modify the out-of-the-box checkout flow template?
Which interface does a developer have to implement to override Inventory in Checkout?
Inwhich three different ways can a theme be enabled in
Salesforce B2B Commerce? (3 answers)
When a developer configures a tax integration for a store, what happens to the previously calculated tax entries during the checkout flow?
A developer suspects recent edits to a checkout flow have created a bug based on flow errors being emailed. Given the emails and some inputs known to trigger the issue, which two activities should the developer consider in their investigation?
Which two methods from the platformResourceLoader module are relevant for including third party JavaScript and CSS in a Lightning web component?
Which tool is used to retrieve and manipulate Salesforce data in a Lightning Web Component?
Why is the use of a standard Visualforce control such as apex:form discouraged in
Salesforce B2B Commerce page includes and subscriber pages?
Which three files are required for a deployable Lightning Web Component called displayMyData that will fetch and display data?
Which three considerations should a developer keep in mind when creating a tax provider?
A developer has the task to bring some historical data into an org. The data must reside in the org, but cannot be populated in standard or custom objects. The customer is fine with developers building Ul components to surface this data on a case-by-case basis.
Which option allows a developer to meet all of these requirements?
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?
Which option is the correct syntax to render a property in a Lightning web component template?
Northern Tail Outfitters (NTO) is converting an existing aura component into a Lightning Web Component. The aura component has the following source code:
What is the equivalent of this code in a Lightning Web Component?
A)
B)
C)
D)
What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?
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)
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?
Which wire adapter should a developer use to retrieve metadata about a specific object?
In checkout, what event should the developer's code listen for in order to help troubleshoot and respond to actions?
Which service method should be overridden in order to allow "without sharing" queries?
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?
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?
How can a developer establish communication between components that are not in the same DOM (Document Object Model) tree?
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?
Which practice is allowed when it comes to naming a Lightning web component's folder and associated files?
A developer is trying to troubleshoot why a field is not displaying on the Product Detail Page. What should be typed in the Developer Tools Console in the browser to view the fields available for the Product Detail Page?
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?