What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?
Which three statements are true about Global API versioning? (3 answers)
What are two ways a developer should ensure that a store verifies changes by using an external service?
Which three pages should be enabled for the Guest user profile for a storefront to have anonymous checkout? (3 answers)
Which three file extensions are allowed in a Lightning Web Component folder?
Which two steps are necessary to enable Salesforce B2B Commerce
logging in the managed package?
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 three considerations should a developer keep in mind when creating a tax provider?
Which three files are required for a deployable Lightning Web Component called displayMyData that will fetch and display data?
Which wire adapter can a developer use to retrieve metadata about a specific object?
In what way can a developer's code subscribe to platform events?
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 two log levels does a developer need to include to debug platform events?
A developer needs to deliver a solution for taxation that supports multiple countries and a complex set of jurisdictions. Which three steps should be considered as part of this process?
Which HTML element can be used as a root tag for a Lightning Web Component's HTML file?
Which method needs to be implemented when rendering a Salesforce B2B
Commerce view in order to have it called after rendering has finished?
In which threeways can Salesforce B2B Commerce API sizing blocks support
multiple API sizing requests? (3 answers)
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? ~.
What is likely to happen if a developer leaves debug mode turned on in an environment?
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?
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?
Which option is the correct syntax to render a property in a Lightning web component template?
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?
Northern Trail Outfitters (NTO) has acquired a company and is looking to manage product data across the org seamlessly. The company has a governance policy to not install any tool or use third-party API applications to export or import the data into Salesforce. However, users have access to Salesforce CLI.
Which set of tasks must a developer perform whento export data from Salesforce or import data into Salesforce?
A developer is working on a storefront that needs to use a sophisticated pricing engine hosted as a service outside the org. Assuming security and trusts have been established, which two actions must the developer take?
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 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?
Which category can receive signaling from a Lightning Message Channel?
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?
How does a project implement the process to persist payment information datain the
Checkout flow for Salesforce B2B Commerce version 4.2 and beyond?
Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)
A developer is trying to integrate a new shipping provider to use during checkout in a storefront Which two steps must the developer take to make an integration available for selection?
Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?
What is a best practice when passing query parameters from user interface to an apex controller?
Which method is used to override when extending the Salesforce B2B Commerce logic providers?
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?
What is true regarding adding more Configuration Settings
to Salesforce B2B Commerce?
Which out of the box Salesforce B2B Commerce page can give instructions to web
crawlers from accessing specific Salesforce B2B Commerce pages?
Which two aspects are applicable to Page Includes? (2 answers)
What does the developer need to implement to override Shipping in Checkout? 38m 04s
How are version related upgrades passed on to subscriber API extensions/overrides?
Which two behaviors does a target value of lightning__FlowScreen in metadata allow for a Lightning web
component?
A configuration value, CO.NewOrder, is set to TRUE. What is one way of
preventing anexisting payment page from being shown on the checkout payment page?
Northern Trail Outfitters (NTO) exports Order Summary data from its org. A developer launches Data Loader, selects Order Summary, clicks the Select All Fields button, and clicks Finish. Custom fields are defined in the Cart and Order Summary objects and successfully mapped from Cart to Order Summary during checkout. However, all three custom fields in the Order Summary are empty in the export file.
What is the most likely cause?
Which wire adapter should a developer use to retrieve metadata about a specific picklist?
Which Salesforce B2BCommerce object needs to have a record added when defining
a new Subscriber Pages to be rendered in a CC Page?
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?
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?
Which three decorators can be used in Lightning Web Components?
Which two blocks of code are needed to implement a custom getter in a Lightning web component?
A)
B)
C)
D)
Which two practices are allowed when it comes to naming a Lightning Web Components folder and associated files?
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?
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?
What are three ways to test the value of Page Label on any Salesforce B2B
Commerce Community Page? (3 answers)
Which handlebars helper expression is used in Salesforce B2B Commerce pages and
components to toggle the display of a block of markup?
Which of these is a key pattern leveraged when building Lightning Web Components? 39m 36s
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 one requirement to keep in mind when including additional JavaScript 1h files in a Lightning Web Component?
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?
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 three actions are applicable when extendinga default Salesforce B2B Commerce page via a page include? (3 answers)
Which two components in a B2B store template should a developer use to customize a storefront page?
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 different types of services do Salesforce B2B
How can a developer introduce new screen behavior in a checkout flow step?
The sizing keys used in the Salesforce B2B Commerce Global APIs five distinct operations. What are three of these operations? (3 answers)