List of questions
Related questions
Question 23 - Certified B2C Commerce Developer discussion
A Digital Developer needs to store information temporarily and decides to create a custom object.
Which code creates a custom object?
A.
CustomObject.createCustomObject(CustomObjectType,primaryKey);
B.
CustomObject.createCustomObject(primaryKey,CustomObjectType);
C.
CustomObjectMgr.createCustomObject(primaryKey);
D.
CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)
Your answer:
0 comments
Sorted by
Leave a comment first