-
How to prepopulate EventWhoids in Salesforce lightning component?
I am trying to create a lightning component which uses e.force:recordCreate and prepopulates a list of ContactIds in the EventWhoIds field. However, the contact do not get prepopulated in the form.
console.log(component.get("v.contactIds"));
var contactRecords = component.get("v.contactIds");
console.log("contactRecords: " + contactRecords);var createEvent = $A.get("e.force:createRecord");
createEvent.setParams({
"entityApiName": "Event",
"defaultFieldValues": {
'WhatId' : component.get("v.recordId"),
'EventWhoIds' : contactRecords
}
});
createEvent.fire();-
This discussion was modified 6 years, 9 months ago by
Prachi.
-
This discussion was modified 6 years, 8 months ago by
Forcetalks.
-
This discussion was modified 6 years, 8 months ago by
Forcetalks.
-
This discussion was modified 6 years, 9 months ago by
Log In to reply.
Popular Salesforce Blogs
Learn About Kosha Yoga Momma: A Journey to Holistic Wellness
In the world of yoga, there are many paths that lead to personal growth, healing, and wellness. One of the emerging practices that has gained…
Top 5 AI Use Cases in Marketing For Enhanced Retention | Salesforce Marketing
Artificial Intelligence (AI) is no longer prohibitively new or complicated for any company to implement. Businesses are utilizing AI in marketing, among other things, to make customer involvement more focused, personalized,…
Salesforce to Salesforce Integration Using REST API
After learning the REST API, it's always good to do some practice to make the concept more clear. In this Blog, we will Integrate Two…
Popular Salesforce Videos
Salesforce Lightning | Campaigns
When your eComm specialist creates a campaign or report for a specific audience, you can view it in Salesforce. Check out this video to learn…
Zero Bug Revolution Episode 05 : The Expert Advice with Deepak Visweswaraiah.
"Join us on ""Zero Bug Revolution: The Expert Advice"" with Rupesh Garg, our CEO, and Deepak Visweswaraiah, VP of Platform Engineering at Pega, for a…
Salesforce Certification Training | Salesforce Training Videos for Beginners
This Salesforce Administrator & App Builder certification Training course is designed to ensure that you learn & master the concepts of Salesforce Administrator & App…