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
RbnRbn 

Help on Reminder functionality

Hi...

 

Can anybody help me out in achieving the Reminder Functionality of Standard Task into My VF Page.

 

Please refer the Standard Task (Field:Reminder).

 

Thanks in Advance

Sonam_SFDCSonam_SFDC

 Hi Rabi,

 

To create a Task on a vf page with a reminder, you can set/use the following fields on the Task object to set the reminder :

ReminderDateTime = true

IsReminderSet = true

 

Details given on the following online doc:

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_task.htm