ExamGecko
Ask Question

Salesforce Certified B2B Commerce Developer Practice Test 2

00:00:00
Show Answer
Report Issue   Restart test

Question 1 / 40

Numerous flags when set, have a direct impact on the result set provided by the Global API's. Which conversion flag allows for sObjects to be returned from the Global API's when provided as a Boolean parameter with a value of true?

ccrz.ccAPISizing.SKIPTRZ
ccrz.ccAPISizing.SKIPTRZ
ccrz.ccAPISizing.SOBJECT
ccrz.ccAPISizing.SOBJECT
ccrz.ccAPI.SZ_SKIPTRZ
ccrz.ccAPI.SZ_SKIPTRZ
ccrz.ccAPI.SZ_SOBJECT
ccrz.ccAPI.SZ_SOBJECT
Comment (0)
Suggested answer: D
Explanation:

The conversion flag that allows for sObjects to be returned from the Global API's when provided as a Boolean parameter with a value of true is ccrz.ccAPI.SZ_SOBJECT. This flag indicates that the API should return the raw sObjects instead of the transformed objects that are usually returned by the API. For example,ccrz.ccServiceProduct.getProducts(ccrz.ccAPI.SZ_SOBJECT,true)will return the Product2 sObjects instead of the ccrz__E_Product__c objects. Salesforce

Reference:B2B Commerce and D2C Commerce Developer Guide,Data Sizing Conventions

asked 23/09/2024
James Younger
42 questions