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
enricofenricof 

Task as Reminder

Is it already possible to create a task of type reminder within an scontrol?
 
I expect for instance something like:
 
   task += parseXML('IsReminderSet' , true);
   task += parseXML('ReminderDateTime' ,new Date() );
....
 
 
Thanks
Cheers