Which handlebars helper expression is used in Salesforce B2B Commerce pages and
components to toggle the display of a block of markup?
Which three components should a developer use on the product page to replace the out-of-the-box Product Detail Card component?
Which two methods from the platformResourceLoader module are relevant for including third party JavaScript and CSS in a Lightning web component?
Which wire adapter should a developer use to retrieve metadata about a specific object?
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 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 are considered discrete units of work (code units) within a transaction in the debug logs?
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 default behavior for how theSalesforce B2B Commerce Global APIs transform Salesforce data?
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)
What are two maintainable ways that Lightning Web Components can be made mobile ready? 33m 215
Where is the API-based record creation generally handled in Salesforce B2B
Commerce?
Which two behaviors does a target value of lightning__FlowScreen in metadata allow for a Lightning web
component?
Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)
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 a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?
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 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?
A developer has created a custom Lightning web component to display on the Product Detail page in the store. When the developer goes to add the component to the page in Experience Builder, it is missing from the list of custom components.
Which XML fragment should the developer include in the component's configuration XML file to ensure the custom component is available to add to the page?
A)
B)
C)
D)
Which interface does a developer have to implement to override Inventory in Checkout?
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 three pages should be enabled for the Guest user profile for a storefront to have anonymous checkout? (3 answers)
A Developer created a custom field that a project wants to expose on a given page.
How does the Developer ensure that the field is available to display on a given page?
Witch static method invocation is used to initialize ccrz.cc_CallContext with information from ccrz.cc_RemoteActionContext and return an instance of ccrz.cc_RemoteActionResult in an apex @RemoteAction methos?
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 two practices are allowed when it comes to naming a Lightning Web Components folder and associated files?
Which practice is allowed when it comes to naming a Lightning web component's folder and associated files?
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 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? ~.
The ccrz.cc_hk_UserInterface apex class, HTMLHead Include Begin and HTML Head Include End Cloudcraze Page Include sections allow additional content to be added to the HTML
tag. What are two reasons that is it preferred to use the ccrz.cc_hk_UserInterface extension over the Cloudcraze Page Include sections? (2 answers)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?
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)
How can a developer establish communication between components that are not in the same DOM (Document Object Model) tree?
What are three advantages of using ccLog over the Salesforce
standard System.debug class? (3 answers)
What is the fastest route to establishing the data needed for checkout development when setting up a new Store?
Which two guidelines should a developer consider when migrating aura components to LWC?
While working on a commerce rollout, a developer needs to update the checkout process so that buyers can purchase with one of the below payment types.
• Credit Card
• Purchase Order
• Contract Now & Pay Later
Additionally, the developer needs to show only Purchase Order and Contract Now & Pay Later if a custom checkbox field on the account is checked.
How should the developer meet these requirements?
Which three files comprise the essential pieces of a Lightning Web Component that is named myComponent?
Which three files are required for a deployable Lightning Web Component called displayMyData that will fetch and display data?
What are two ways a developer should ensure that a store verifies changes by using an external service?
Which out of the box Salesforce B2B Commerce page can give instructions to web
crawlers from accessing specific Salesforce B2B Commerce pages?
What is one requirement to keep in mind when including additional JavaScript 1h files in a Lightning Web Component?
Which technique is used by Lightning Web Components to provide areas of swappable, customizable content?
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?
Which three actions must a developer take, in a B2B Commerce store, to accept credit card payments using a client's chosen payment provider?
Which wire adapter should a developer use to retrieve metadata about a specific picklist?
A developer needs to loop through a series of child components which are tiles. What is the correct syntax for this if the child component is called appTile?
A)
B)
C)
D)
Which two user permissions in addition to View Setup and Configuration are required to bulk create Product data translations via Data Loader?
A developer attempts to export data from an org by launching Data Loader, selecting a standard entity, clicking the "Select All Fields" button and clicking the Finish button. The developer finds that the CustomField_c field they added to the entity has no values under the header in the CSV file output. What is the root cause?
Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)
Which two blocks of code are needed to implement a custom getter in a Lightning web component?
A)
B)
C)
D)
How does a project implement the process to persist payment information datain the
Checkout flow for Salesforce B2B Commerce version 4.2 and beyond?
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)
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?
Northern Trail Outfitters (NTO) wants to be able to reference historical data in another system from the Salesforce user experience as read-only, but does not want to import the data into the
org or incur storage costs. What is one product feature that could accomplish this?
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?