Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam B2B Commerce for Developers Accredited Professional (AP-202) Topic 1 Question 81 Discussion

Actual exam question for Salesforce's B2B Commerce for Developers Accredited Professional (AP-202) exam
Question #: 81
Topic #: 1
[All B2B Commerce for Developers Accredited Professional (AP-202) Questions]

How are variables bound when services use the ccSercviceDao classto execute queries?

Show Suggested Answer Hide Answer
Suggested Answer: C

When services use the ccServiceDao class to execute queries, variables are bound by string substitution. This means that the query string contains placeholders for variables that are replaced by their values at runtime. For example,ccrz.ccServiceDao.getQuery('SELECT Id FROM Account WHERE Name = :name')will replace:namewith the value of thenamevariable.


Contribute your Thoughts:

Julian
17 hours ago
Hmm, this looks like a tricky one. I'll need to think carefully about how variables are bound when using the ccServiceDao class.
upvoted 0 times
...

Save Cancel