What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)
Which two technologies can subscribe to the CommerceDiagnosticEvents event?
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 wire adapter can a developer use to retrieve metadata about a specific object?
What does a developer need to do to modify the out-of-the-box checkout flow template?
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?
Which two components in a B2B store template should a developer use to customize a storefront page?
What are three ways to test the value of Page Label on any Salesforce B2B
Commerce Community Page? (3 answers)
Which two behaviors does a target value of lightning__FlowScreen in metadata allow for a Lightning web
component?
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 code statement should a developer use to import the ID of the current Lightning Experience
A new payment type for the Checkout flow has been implemented. Which three
descriptors follow best practice for possible configuration metadata are needed to enable
a flow? (3 answers)
What are two ways a developer should ensure that a store verifies changes by using an external service?
What isthe difference between Gross Layout Overrides and Subscriber Templates?
Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)
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?
A developer needs to import some new product data contained in a JSON file one time. What are two viable ways to do this? .
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 tool is used to retrieve and manipulate Salesforce data in a Lightning Web Component?
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?
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)
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)
In which three ways should useful debugging information in Salesforce B2B
Commerce implementation be garnered? (3 answers) A) Enabling the logging token via
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?
Which wire adapter should a developer use to retrieve metadata about a specific object?
What is a method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?
Which two items are required for a developer to bring picklist values into a Lightning Web Component?
Which technique can be used with Lightning web components to expose them outside of an org in another web container?
Which two log levels does a developer need to include to debug platform events?
Which interface does a developer have to implement to override Inventory in Checkout?
Which technique is used by Lightning Web Components to provide areas of swappable, customizable content?
Which wire adapter should a developer use to retrieve metadata about a specific picklist?
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 orders can a user view on Order List Component (Aura) for B2B stores?
Which three files are required for a deployable Lightning Web Component called displayMyData that will fetch and display data?
Which wire adapter should a developer use to retrieve metadata about a specific picklist?
Numerous flags when set, have a direct impact on the result set provided by the
Global API's. Which conversion flag allows for sObjects to be returned from the
Global API's when provided as a Boolean parameter with a value of true?
How are variables bound when services use the ccSercviceDao classto execute queries?
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 three steps are necessary to have subscriberpage added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)
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?
How can a developer establish communication between components that are not in the same DOM (Document Object Model) tree?
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?
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 handlebars helper function is used on Salesforce B2B Commerce pages and
components for formatting price values?
A developer has the task to create custom Lightning web components (LWCs). Which two steps must a developer take when creating custom LWCs?
Which event is triggered within Salesforce B2B Commerce whenever a cart's statechanges?
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)
What is the recommended method for increasing the number of required autocomplete characters that are typed before autocomplete works?
What are three ways to implement custom post Order processing? (3 answers)
In a B2B Commerce store, which three tasks must a developer complete to implement the use of a third-party service for either tax, shipping, or pricing calculation?
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 valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?
Which two steps are necessary to enable Salesforce B2B Commerce
logging in the managed package?
Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package? (3 answers)
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?