Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What are three ways to test the value of Page Label on any Salesforce B2B

Commerce Community Page? (3 answers)

A.

Access the source HTML for the page viathe browser developer tools.

B.

Execute CCRZ.pagevars.pageLabels['PAGE_LABEL_NAME') in the JavaScript console.

C.

Execute CCRZ.processPageLabelMap('PAGE_LABEL_NAME') in the JavaScript console.

D.

Enable the 'display page label names' in cc admin.

E.

Execute (('PAGE_LABEL_NAME')) in the JavaScript console

What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)

A.

SOSL

B.

SQL

C.

SOQL

D.

Schema-less queries

Which two components in a B2B store template should a developer use to customize a storefront page?

A.

My Lists

B.

Product List

C.

Order List

D.

Address List

Northern Trail Outfitters (NTO) exports Order Summary data from its org. A developer launches Data Loader, selects Order Summary, clicks the Select All Fieldsbutton, 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 themost likely cause?

A.

There was a misspelling in one of the custom fields.

B.

The Cart to Order action does not support the mapping of custom fields.

C.

The developer does not have access to the fields.

D.

The developer can export Order Summary recordsonly by using Data Export Service

Which three are considered code units, or discrete units of work within a transaction inthe debug logs?

A.

Validation rule

B.

Apex class

C.

Web service invocation

D.

Lightning component load

E.

Workflow invocations

What are three standard page reference types?

A.

standard__app

B.

standard__component

C.

standard__pageNamed

D.

comm_loginPage

E.

standard__recordDetailPage

Northern Trail Outfitters (NTO) wants to be able to reference historical data in another system from the Salesforce user experience as read-only, but does not want to import the data into the

org or incur storage costs. What is one product feature that could accomplish this?

A.

Big Objects

B.

Lightning Out

C.

External Objects

D.

External SOQL queries in Apex code

Which wire adapter should a developer use to retrieve metadata about a specific object?

A.

getObjectMetadata

B.

getObjectlnfo

C.

getObject

D.

getObjectDescribe

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?

A.

Enable Debug Mode for a storefront user, log in to the storefront, and use Browser Inspection tools and debugger points.

B.

Enable Debug Mode for a storefront user,load the LWC in Visual Studio (VS) Code, attach to session, and view debug logs in VS Code.

C.

Enable debug logs for a storefront user, log in to storefront and perform action, and view debug logs in Setup.

D.

Identify the user, inputs, and failure, then ask Salesforce support to investigate the issue with the custom LWC.

In which three ways should useful debugging information in Salesforce B2B

Commerce implementation be garnered? (3 answers) A) Enabling the logging token via

A.

Admin andsubsequently inspecting the logs via the browser console.

B.

Logging a case with Salesforce support to enable advanced debugging options.

C.

Enabling debugging options for the current user and visually inspecting the Salesforce debug logs.

D.

Placing a System.debug() statement anywhere in the class being debugged.

E.

Logging into the community as a system administrator to identify any potential permissions or Visualforce exceptions.