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
Saveena ChandlaSaveena Chandla 

Get salesforce event data on button click and pass it to visualfroce page

I want to add a custom button tp Event. when the user clicks this button then all th einformation related to the event need to be passed to a VF page using this button. Is this possible? If yes, what is th emost appropriate way of getting this event information?
Best Answer chosen by Saveena Chandla
Navee RahulNavee Rahul
Hi Dev,

you can pass the Event ID to the  VF page Instead of Passing all the Informations ,where you can query all the
event Information requrired right.

Button Click -> ID->pass to VF ->Query and show the data records

Thanks
D Naveen Rahul.

 

All Answers

Navee RahulNavee Rahul
Hi Dev,

you can pass the Event ID to the  VF page Instead of Passing all the Informations ,where you can query all the
event Information requrired right.

Button Click -> ID->pass to VF ->Query and show the data records

Thanks
D Naveen Rahul.

 
This was selected as the best answer
Saveena ChandlaSaveena Chandla
Thanks Naveen. I'll give it a try.
Saveena ChandlaSaveena Chandla
Can you also provide any information on Event Invitees? Could we add any custom button on it? Also I am unable to find this object in salesforce. Can you please help?