Skip to main content
Sometimes our reps forget to log out at the end of the day.  I know we can manually change the status in Supervisor.  But is there a way we could programmatically set all user statuses to Offline at 7pm?
2 Antworten
  1. 4. Mai 2021, 16:12
    Kim,

     

    It looks like the UserServicePresence object (https://developer.salesforce.com/docs/atlas.en-us.omni_channel_dev.meta/omni_channel_dev/sforce_api_objects_userservicepresence.htm) isn't accessible by declarative tools. That object contains the record of an agents status, but can't be updated through a flow or process builder.

     

    The documentation also says it isn't accessible by triggers, so even a trigger couldn't do it. Looks like something manual will be the only option for now.
0/9000