Question about Email Parsing and Assignment Rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 10:37 AM
Hello ServiceNow peeps,
If I'm running an Email Parsing to create a Security Incident, which sets the category to a specific field (let's call it Security) whenever it starts with a specific short description. Can I run an assignment rule to set the subcategory to a dependent field?
I don't want to set the subcategory with the email parsing because we get different short descriptions depending on the issue.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 02:07 PM
Hi @oogabooga
I think yes, you can do , might be via BR / CS overwrite the parsed sub cat.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 02:17 PM
Hi, if you have a requirement for a record field to be populated based on specific values in another field of the same record IE set subcategory based on short description, then I would recommend that you configure this wherever the reference field value (short description) is created\assembled during the record creation (or update) process and would consider this to be a best practice approach.
Normally this would be in the inbound action\email parsing of your inbound message.