function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TeddyAble1TeddyAble1 

[HELP] Requirement Issue

​Hello guys i have this requirement that i need help/suggestions on how to tackle them. Can this be achieved? if so how can this be acheived 

Thank you

 
  • create an Invite to one or more Recipients (Contacts) in the CRM, The Name of the Course,one or more Course Sessions
  • Couse Invites are received by Recipients via Outlook or suitable email client such that the client can accept and by doing so record the acceptace simultaneously in the recipients Outllook Calendar.
Amit Chaudhary 8Amit Chaudhary 8
Please try salesforce standard Event object for same.

Event
Represents an event in the calendar. In the user interface, event and task records are collectively referred to as activities
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_event.htm
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_erd_activities.htm

User-added image
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_eventattendee.htm

Let us know if this will help you

Thanks
Amit Chaudhart
AmitSahuAmitSahu
Yes its doable.  

1.  You can use Visualforce template to sent invites with multiple course details.
2. for tracking you can use email services such thatwhen user accepted the course you can get an email in the email service and parse it.

hope that helps 
TeddyAble1TeddyAble1
Hi @AmitSahu

How can you visualforce template to send invites with multiple course details?

and secondly when you say visualforce template what do you mean?

if you can refer me to a scenario let me know 

Thank you
TeddyAble1TeddyAble1
@Amit Chaudhary 8 

Can you please send me an example if you have one please thank you guys very much