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
shweta kumari 25shweta kumari 25 

custom event completion check

I have a cusotm event defined on the account object, say it starts at 10:00 am and completes at 11:00 am 

There is a custom field say counter in acocunt object which will hold a value when the custom event gets completed.

My requirement is to update the counter variable witht some value when the custom event completes.

How to check if the custom event has been completed?

My thought process is : create a worklfow on account object, field update on counter variable, in formula editor write some fomula

If anybody has any other approach please let me know.

Please share your thoughts on this scenario and wherevever required to elaborate pls do so..

Thanks
shweta