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
swapna9swapna9 

Problem with task workflow

Hi,

 

I have a checkbox field in task "Test_Check__c".

 

I want to compare Remider Date/Time with now() i.e If Reminder Date/Time is equals to now() then i want to update "Test_Check__c" as true.

But I am not able to compare Remider Date/Time with now() in entri criteria.In formula criteria also "Remider Date/Time" field is not appearing.

 

Can anyone suggest me...

 

 

 

Thanks,

 

 

 

RajiiiRajiii

 

What is the field type of 'Remider Date/Time'?

swapna9swapna9

Thanks for ur reply,

 

Field API Name is not available in instance but if we see Task object Fields the API Name is ReminderDateTime and return type is Date/Time

 

Thanks,

RajiiiRajiii

 

You can't use the Reminder field in workflow as per your requirement, you could create custom field in task object same as Reminder field and achieve this.