Which two are considered discrete units of work (code units) within a transaction in the debug logs?
Which two items are required for a developer to bring picklist values into a Lightning Web Component?
Which service method should be overridden in order to allow "without sharing" queries?
What is the recommended method for increasing the number of required autocomplete characters that are typed before autocomplete works?
Which three file extensions are allowed in a Lightning Web Component folder?
Which two usages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)
A developer is creating a component to implement a custom Terms and Conditions checkbox at checkout in the Aura Commerce template.
Which method should the developer implement on the Lightning web component to ensure the user accepts the terms and conditions?
Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)
What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)
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?
Where is the API-based record creation generally handled in Salesforce B2B
Commerce?
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 one requirement to keep in mind when including additional JavaScript 1h files in a Lightning Web Component?
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 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)
Which wire adapter should a developer use to retrieve metadata about a specific picklist?
Which interface does a developer have to implement to override Inventory in Checkout?
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 product is assigned to the entitlement policy but is missing from the Price Book related to the Buyer Group. The entitlement policy has View products and View prices in catalog checked.
How will the product behave on the B2B Portal?
What class must a developer implement to override Pricing during the checkout?
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?
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 Salesforce B2BCommerce object needs to have a record added when defining
a new Subscriber Pages to be rendered in a CC Page?
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?
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)
A developer has just deployed a new Lightning web component called myNewLwcComp to an
authorized org. The developer tries to find the component in the Lighting Page Builder, but it
does not come up in searches. Which two steps should the developer take next?
Which two user permissions in addition to View Setup and Configuration are required to bulk create Product data translations via Data Loader?
Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?
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?
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?
A developer is setting up a storefront from scratch. They need to create a storefront, push store sources, create buyer users, import products, and create and search index.
Which command allows the developer to accomplish this task?
Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package? (3 answers)
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?
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 create a scheduled job in another system to move data into the B2B Commerce org. How can the developer do this without additional third party tools?
Which tool should a developer use to author automated tests for custom Lightning web components?
Which two methods from the platformResourceLoader module are relevant for including third party JavaScript and CSS in a Lightning web component?
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?
What is the fastest route to setting up a B2B Commerce Store as a developer?
In which threeways can Salesforce B2B Commerce API sizing blocks support
multiple API sizing requests? (3 answers)
Which method is used to override when extending the Salesforce B2B Commerce logic providers?
Which of these is a key pattern leveraged when building Lightning Web Components? 39m 36s
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?
Which option is the correct syntax to render a property in a Lightning web component template?
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 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 technique is used by Lightning Web Components to provide areas of swappable, customizable content?
Which two log levels does a developer need to include to debug platform events?
How can a developer establish communication between components that are not in the same DOM (Document Object Model) tree?
Which orders can a user view on Order List Component (Aura) for B2B stores?
What is essential for a Salesforce B2B Commerce theme to show up in the theme section in CC Admin?
Which three files comprise the essential pieces of a Lightning Web Component that is named myComponent?
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?
Numerous flags ... have a directimpact on the result set provided by the Global
API's. What Global API Data-Sizing convention flag prevents an API request from
propagating to further requests when provided as a Boolean parameter with a value of
true?
Which two practices are allowed when it comes to naming a Lightning Web Components folder and associated files?
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?
Which three data types are supported for custom fields while using CSV file format for importing data for a store?
In which two ways can events fired from Lightning web components be handled?
Which code statement should a developer use to import the ID of the current Lightning Experience
Which HTML element can be used as a root tag for a Lightning Web Component's HTML file?