when comment contains caller's email then incident state should move to work in progress
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 12:12 AM
Hi Community,
I have requirement where needs to update incident state from pending to work in progress.
this is working from portal and from incident form but not from webex.
when comments added from webex it is updating in incident comments but state is not changing.
I want to get email id from that comments and that should matches to caller's email id and then state should move to WIP.
how to achieve this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 12:32 AM
You can try similar logic in Before Insert and Update BR to check if comment contains callers email id or not and then based on that you can change the state.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 12:38 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 01:10 AM
Hi,
It is working at my side.