How do the REST APIs in Salesforce B2B Commerce support pass-through parameter handling

How do the REST APIs in Salesforce B2B Commerce support pass-through parameter handlingA . An exception is generated for unknown API keysB . Parameters are passed through the service handlersC . Parameters are filtered out before the request is processedD . Parameters are separated, but unusedView AnswerAnswer: B Explanation: The...

November 15, 2023No 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...

November 15, 2023No CommentsREAD MORE +

What are two ways to check the input or return data of the Global API's?

The ccUtil apex class in Salesforce B2B Commerce provides numerous utility functions that can be leveraged in subscriber classes. What are two ways to check the input or return data of the Global API's? (2 answers)A . ccrz.ccUtil.isNotEmpty(Map<String, Object>) andccrz.ccUtil.isNotEmpty(List<Object>)B . ccrz.ccUtil.isNotValid(Map<String, Object>) andccrz.ccUtil.isNotValid(List<Object>)C . ccrz.ccUtil.isValid(Map<String, Object>) and ccrz.ccUtil.isValid(List<Object>)D ....

November 14, 2023No CommentsREAD MORE +

What are two guidelines for logging that are used within the core Salesforce B2B Commerce product? (2 answers)

What are two guidelines for logging that are used within the core Salesforce B2B Commerce product? (2 answers)A . Items or data within computational intensive loops shouldbe logged.B . The close method of ccrz.ccLog must be called at the end of the remote action.C . No calls to ccrz.ccLog can...

November 14, 2023No CommentsREAD MORE +

that are typed before autocomplete works?

What is the recommended method for increasing the number of required autocomplete characters that are typed before autocomplete works?A . Override and extend the autoComplete method in cc_hk_Catalog.B . Override theautoComplete.search_input.minLength value in the CCRZ.uiProperties fileC . Override the autocomplete template and create and register a new handlebars helper.D ....

November 14, 2023No CommentsREAD MORE +

Which three scenarios are valid reasons for customer to create their own robots.txt file?

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 . The customer wants to reference multiple storefront sitemap indexes in a single robots.txt fileB . The...

November 13, 2023No CommentsREAD MORE +

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

November 13, 2023No CommentsREAD MORE +

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

November 12, 2023No CommentsREAD MORE +

What are three of these operations?

The sizing keys used in the Salesforce B2B Commerce Global APIs five distinct operations. What are three of these operations? (3 answers)A . Refetch data (used on some Logic classes)B . Return formats as Map<String, Object> or SObjects listsC . Override static DAO classes and methodsD . Related Query to...

November 12, 2023No 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...

November 12, 2023No CommentsREAD MORE +