List of questions
Related questions
Question 24 - Certified B2B Commerce Developer discussion
The ccUtil apex class in Salesforce B2B Commerce provides numerous utility functions that can be leveraged in subscriber classes. Which command will return the value in the given Map if found or a default value in the event that the Map is null,
empty, or an object is not found for that key?
A.
ccrz.ccUtil.defv (Map<String.Object> mp, String key , Object ob)
B.
ccrz.ccUtil.defVal (Map<String.Object> mp, String key, Object ob)
C.
ccrz.ccUtil.... (Map<String.Object> mp, String key, Object ob)
D.
ccrz.ccUtil.defaultValue(Map<String.Object> mp, String key , Object ob)
Your answer:
0 comments
Sorted by
Leave a comment first