A developer exports data from an org on a standard entity which has a custom attribute. When they launch Data Loader, select the entity, click the Select All Fields button and click Finish, the custom field they added called MyCustomField_c has no values and no column header in the CSV file. What is the root cause?
What isthe difference between Gross Layout Overrides and Subscriber Templates?
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 three standard page reference types?
Which tool is used to retrieve and manipulate Salesforce data in a Lightning Web Component?
Which of these is a key pattern leveraged when building Lightning Web Components? 39m 36s
What is true regarding adding more Configuration Settings
to Salesforce B2B Commerce?
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?
Which three statements are true about Global API versioning? (3 answers)
What are three ways to implement custom post Order processing? (3 answers)
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?
What are three advantages of using ccLog over the Salesforce
standard System.debug class? (3 answers)
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?
What is a method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?
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 developer needs to implement a custom Lightning web component (LWC) for the storefront.
The LWC contains language-specific text values.
How should the developer translate the text values?
Which cookie stores the effective account ID when effective account is enabled?
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?
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?
What does a developer need to do to modify the out-of-the-box checkout flow template?
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)
A developer needs to create an event listener on a parent component programmaticallv. With the script below, what should replace the text
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?
What class must a developer implement to override Pricing during the checkout?
Which two items are required for a developer to bring picklist values into 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 cart item type is created with the Cart Delivery Group Method after the shipping integration?
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?
What happens to all previous tax entries during tax implementation?
Which two are considered discrete units of work (code units) within a transaction in the debug logs?
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?
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)
The sizing keys used in the Salesforce B2B Commerce Global APIs five distinct operations. What are three of these operations? (3 answers)
Which practice is allowed when it comes to naming a Lightning web component's folder and associated files?
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?
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 scoped modules should a developer import in Lightning web components to check user permissions?
Which method signature is used in the Global API's?
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?
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)
Which two aspects are applicable to Page Includes? (2 answers)
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 two usages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)
Which event should be triggered when user facing info, warning or error messages
need to be displayed on a Visualforce page?
Which two statements are accurate about the Cart Item with a Type of Charge?
Which two log levels does a developer need to include to debug platform events?
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?
What are two maintainable ways that Lightning Web Components can be made mobile ready? 33m 215
What does the developer need to implement to override Shipping in Checkout? 38m 04s
How can a developer introduce new screen behavior in a checkout flow step?
What is the fastest route to setting up a B2B Commerce Store as a developer?
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?
Which three file extensions are allowed in a Lightning Web Component folder?
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? ~.
How are variables bound when services use the ccSercviceDao classto execute queries?
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?
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 are two advantages of using Lightning Data Service?
Which interface does a developer have to implement to override Inventory in Checkout?
In checkout, what event should the developer's code listen for in order to help troubleshoot and respond to actions?
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? ~.
How is a price group dynamically set?
Which two user permissions in addition to View Setup and Configuration are required to bulk create Product data translations via Data Loader?
Which three files comprise the essential pieces of a Lightning Web Component that is named myComponent?
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?
What is the fastest route to establishing the data needed for checkout development when setting up a new Store?