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
huniversehuniverse 

add event to calendar

Hi

 

 

I want to add some fields account id, Name to selected date of calendar.  Kindly help me out. If possible post some code to go through, useful link .  I  am currently displaing accounts id, Name in datatable and reuirement is like - selected account detail should be added in calendar date as event.  Post some sample code if possible as i am beginner to Visual force.

 

Thanks in Advance.

FromCRMWonderlandFromCRMWonderland
I guess you need to create an event / insert a new event record by populating account info in the same. Hope this helps.
milumilu

you can just made a qurry in the controller .According to the field made a wrapper class .Add the values to the wrapper class .Create a list to the wrapper class add the values to the list .add a repeat inthe calendar page inside the repeat. call the list in the repeat in to the formula field .And with the variable call the indivisual field of account .U can create  a div or a link .