Question:
Engage MC Activity Line Requirements for creation. Always ensure an Event Type is used when creating an MC Activity.
Answer:
Code Example:
function storeData(){
var myMCAL = {};
myMCAL.Event_Type_vod__c = "Slide_View_vod";
myMCAL.Custom_Value__c = "My Custom Value";
com.veeva.clm.createMultichannelActivityLine(myActivityLine, showSavedResults);
}
function showSavedResults(results)
{
console.log(JSON.stringify(results));
}
Related Documentation:
N/A
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you