Salesforce CCM-101 Exam - Topic 10 Question 83 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)
Currently there are no comments in this discussion, be the first to comment!