- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 10:59 PM
Hi Team,
We have created a flow to create HR cases from email. We can see that HR cases are getting created from Email but the state of HR case is always Ready instead of draft. We didn't do any mapping for state in the flow. is there anything which is running OOTB and setting the state to ready. However when we are creating cases from portal or agent workspace, state is always draft which is correct but we want the same state via email as well.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2023 11:00 PM
Hi @Vijay Baokar ,
Found it! After several try with your case, the root case is because of the Source (contact_type), the state will be Ready whenever you set the Source to Self-service/ Email/ Chat/ Virtual agent.
This is the OOTB Business rule: Ready for work (https://[instance].service-now.com/nav_to.do?uri=sys_script.do?sys_id=3e5330019f22120047a2d126c42e70....
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 06:37 AM
Hi, have you tried adding State = Draft where you are mapping the other fields in your flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 06:39 AM
Hi max,
I tried mapping as well but still i am getting ready state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 09:13 AM
A tool I find really helpful in tracking where/when a field gets set or knowing all that happens behind the scenes during a process is Script Tracer. I would recommend giving that a try without knowing more around the customization.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2023 11:00 PM
Hi @Vijay Baokar ,
Found it! After several try with your case, the root case is because of the Source (contact_type), the state will be Ready whenever you set the Source to Self-service/ Email/ Chat/ Virtual agent.
This is the OOTB Business rule: Ready for work (https://[instance].service-now.com/nav_to.do?uri=sys_script.do?sys_id=3e5330019f22120047a2d126c42e70....
Hope this helps!