Salesforce Comm-Dev-101 Question Answer
A NewsletterSubscription custom object exists that has a key attribute named email of type String and the following script code.
varCustomObject=
dw.object.CustomObjectMgr.createCustomObject(
' NewsletterSubscription ' ,
newsletterForm.email.value
);
However, the NewsletterSubscription custom object is not persisted. What is a possible reason?
Salesforce Comm-Dev-101 Summary
- Vendor: Salesforce
- Product: Comm-Dev-101
- Update on: Sep 27, 2026
- Questions: 154

