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
Sainath VenkatSainath Venkat 

Timer

I have custom object Test__c and it has a time field called Duration__c
Lets Say user enter like 30 minutes in the date field and saved the record, then in the back ground count down timer should start starting from 30 minutes and when it reached 0 then a pop up should show on the service console layout.

If I get any help then it will be really helpful.
bretondevbretondev
You could use a Workflow Rule + Time-triggered action that sends a task with reminder
But this is achievable with a Date/Time field, not Time field