ExamGecko
Question list
Search
Search

Question 42 - Certified B2B Commerce Developer discussion

Report
Export

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 token
Answers
A.
A subscriber-supplied token
B.
'__ccrz'
Answers
B.
'__ccrz'
C.
The '*' symbol
Answers
C.
The '*' symbol
D.
The letter 'S'
Answers
D.
The letter 'S'
Suggested answer: B

Explanation:

A query containing a subquery is executed. By default, in Salesforce B2B Commerce, ''__ccrz'' is appended to the subquery name as part of its transformation. This is done to avoid conflicts with the standard Salesforce fields and relationships. For example,SELECT Id, Name, (SELECT Id, Name FROM Contacts) FROM Accountwill be transformed toSELECT Id, Name, (SELECT Id, Name FROM Contacts__ccrz) FROM Account__ccrz. Salesforce

Reference:B2B Commerce and D2C Commerce Developer Guide,Query Transformation

asked 23/09/2024
Khuong Tang
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first