What is appended to the subquery name as part of its transformation by default in Salesforce B2B Commerce?

A query containing a subquery is executed. What is appended to the subquery name as part of its transformation by default in Salesforce B2B Commerce?A . A subscriber-supplied tokenB . "__ccrz"C . The "*" symbolD . The letter "S"View AnswerAnswer: B Explanation: A query containing a subquery is executed. By...

August 27, 2024No CommentsREAD MORE +

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?

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...

August 27, 2024No CommentsREAD MORE +

In what way can this requirement be satisfied?

A user wants the pricing to reflect the price values stored in an external ERP during the checkoutflow. In what way can this requirement be satisfied?A . Override the computePricingCart method in ccrz.cc_api_PriceAdjustoment and make the callout in this method.B . None of the aboveC . Override the computePricingReview method...

August 26, 2024No CommentsREAD MORE +

What are three ways to test the value of Page Label on any Salesforce B2B Commerce Community Page? (3 answers)

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...

August 26, 2024No CommentsREAD MORE +

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

What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)A . SOSLB . SQLC . SOQLD . Schema-less queriesView AnswerAnswer: CD Explanation: Two kinds of queries that the methods in Salesforce B2B Commerce services perform by default are SOQL and schema-less queries....

August 26, 2024No CommentsREAD MORE +

How are variables bound when services use the ccSercviceDao classto execute queries?

How are variables bound when services use the ccSercviceDao classto execute queries?A . Global variablesB . Apex local variablesC . String substitutionD . Apex class variablesView AnswerAnswer: C Explanation: When services use the ccServiceDao class to execute queries, variables are bound by string substitution. This means that the query string...

August 26, 2024No CommentsREAD MORE +

Which three statements are true about Global API versioning? (3 answers)

Which three statements are true about Global API versioning? (3 answers)A . Calling in with an API version set to lower than 1 will result in an exceptional case where the exception classccrz.BelowMinAPIVersionException will be returned tocallers.B . There is no need to pass API_VERSION to the Global APIs, and...

August 26, 2024No CommentsREAD MORE +

Which three statements are true regarding extending ccServiceProduct and exposing custom fields on the Product Detail Page?

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 . Override the getFieldsMap method and add subscriber specific code.B . Ensure...

August 26, 2024No CommentsREAD MORE +

In which three ways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)

In which three ways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)A . When different entities are specified in the method invocation.B . The sizing block is not removed.C . SZ_ASSC is used.D . The sizing block is removedafter the first handler.E . SZ_ASSC...

August 24, 2024No CommentsREAD MORE +

In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token via

In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token viaA . 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...

August 24, 2024No CommentsREAD MORE +