3 Months Free Update
3 Months Free Update
3 Months Free Update
Which three considerations should a developer keep in mind when creating a tax provider?
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?
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?
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?
Which tool is used to retrieve and manipulate Salesforce data in a Lightning Web Component?
Which three actions must a developer take, in a B2B Commerce store, to accept credit card payments using a client's chosen payment provider?
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 tool should a developer use to author automated tests for custom Lightning web components?
Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)
Which method is used to override when extending the Salesforce B2B Commerce logic providers?
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)
A developer used slots to pass content from one Lightning Web Component to another. How can they access the.
DOM for what was passed to those slots?
What are two guidelines for logging that are used within the core Salesforce
B2B Commerce product? (2 answers)
A developer has the task to create custom Lightning web components (LWCs). Which two steps must a developer take when creating custom LWCs?
A developer has made a component with a lightning combobox in the follow! markup. To handle changes on the combobox, what should replace
Which interface does a developer have to implement to override Inventory in Checkout?
Which of these is a key pattern leveraged when building Lightning Web Components? 39m 36s
How can a developer establish communication between components that are not in the same DOM (Document Object Model) tree?
Why is the use of a standard Visualforce control such as apex:form discouraged in
Salesforce B2B Commerce page includes and subscriber pages?
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)
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)Which format is the custom Salesforce field with the API name
"My_Fiels_Name__c" transformed onto by default in Salesforce B2B Commerce?
Which two blocks of code are needed to implement a custom getter in a Lightning web component?
A)
B)
C)
D)
Which Global JavaScript Object should be extended when
writing custom Remote Actions?
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 log levels does a developer need to include to debug platform events?
In which three ways should useful debugging information in Salesforce B2B
Commerce implementation be garnered? (3 answers) A) Enabling the logging token via
What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)
Which method needs to be implemented when rendering a Salesforce B2B
Commerce view in order to have it called after rendering has finished?
What is the fastest route to establishing the data needed for checkout development when setting up a new Store?
Which cart item type is created with the Cart Delivery Group Method after the shipping integration?
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?
Salesforce B2B Commerce natively provides a robots.txt file, however, a customer
can also create its own version.Which three scenarios are valid reasons for customer to
create their own robots.txt file? (3 answers)
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?
How can a developer bring in a checkout flow step to another sequence order?
How does a project implement the process to persist payment information datain the
Checkout flow for Salesforce B2B Commerce version 4.2 and beyond?
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 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?
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?
A developer is building a custom component in Lightning web components (LWC) that needs to fetch data from an API.
Which lifecycle hook should the developer use to make the API call?
What are two considerations to keep in mind when including additional JavaScript files in a Lightning web component?
What is a best practice when passing query parameters from user interface to an apex controller?
A Northern Trail Qutfitters (NTO) developer made a tile component. To expose a click event and react to user input using the markup below, what should replace
Which two practices are allowed when it comes to naming a Lightning Web Components folder and associated files?
A developer needs to create an event listener on a parent component programmaticallv. With the script below, what should replace the text
Numerous flags, when set, have a direct impact on the result set provided by the
Global API's. What is the default Global API DataSizing convention flag that is used by
theAPI's unless otherwise specified?
Which practice is allowed when it comes to naming a Lightning web component's folder and associated files?
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)
Which two statements are accurate about the Cart Item with a Type of Charge?
Which out of the box Salesforce B2B Commerce page can give instructions to web
crawlers from accessing specific Salesforce B2B Commerce pages?
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?
What is a method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?
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? ~.
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?