ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 23 - Certified B2C Commerce Developer discussion

Report
Export

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);
Answers
A.
CustomObject.createCustomObject(CustomObjectType,primaryKey);
B.
CustomObject.createCustomObject(primaryKey,CustomObjectType);
Answers
B.
CustomObject.createCustomObject(primaryKey,CustomObjectType);
C.
CustomObjectMgr.createCustomObject(primaryKey);
Answers
C.
CustomObjectMgr.createCustomObject(primaryKey);
D.
CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)
Answers
D.
CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)
Suggested answer: A
asked 23/09/2024
G.C. Helweg
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first