ExamGecko
Question list
Search
Search

Question 41 - Certified B2B Commerce Developer discussion

Report
Export

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?

A.
ccrz.ccAPISizing.SKIPTRZ
Answers
A.
ccrz.ccAPISizing.SKIPTRZ
B.
ccrz.ccAPISizing.SOBJECT
Answers
B.
ccrz.ccAPISizing.SOBJECT
C.
ccrz.ccAPI.SZ_SKIPTRZ
Answers
C.
ccrz.ccAPI.SZ_SKIPTRZ
D.
ccrz.ccAPI.SZ_SOBJECT
Answers
D.
ccrz.ccAPI.SZ_SOBJECT
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
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first