ExamGecko
Question list
Search
Search

Question 64 - Certified B2B Commerce Developer discussion

Report
Export

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

A.
SOSL
Answers
A.
SOSL
B.
SQL
Answers
B.
SQL
C.
SOQL
Answers
C.
SOQL
D.
Schema-less queries
Answers
D.
Schema-less queries
Suggested answer: C, D

Explanation:

Two kinds of queries that the methods in Salesforce B2B Commerce services perform by default are SOQL and schema-less queries. SOQL is the query language that is used to retrieve data from Salesforce objects and fields. Schema-less queries are queries that do not specify the object or field names explicitly, but use placeholders instead. For example,ccrz.ccServiceDao.getQuery('SELECT Id FROM Account WHERE Name = :name')is a schema-less query that uses :name as a placeholder for the field name. The framework will transform this query to use the actual field name based on the query transformation rules. Salesforce

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

asked 23/09/2024
John Bascara
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first