- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2017 10:18 AM
I'm currently following this guide to simplify incident requests: Record Producer Dependent Fields (Choices) - ServiceNow Express Support
I've run into a snag with setting the business rule to map the new subcategory field to the actual one for incidents. When choosing the action to set field value 'Subcategory' to same as the new field I've made for this 'IT Subcategory' I am able to choose Subcategory, but IT Subcategory is not showing up in the second dropdown. I've attached a few screenshots of what I'm seeing.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2017 10:40 AM
Hi Josh,
My bad, I overlooked your first screenshot. Yes, indeed the field 'IT Subcategory' is a Incident Table. I am also able to replicate your issue.
To resolute this, please change the field type of 'IT Subcategory from 'Choice' to 'String'. I hope this will resolve your issue.
I hope this helps.Please mark correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2017 10:40 AM
Hi Josh,
My bad, I overlooked your first screenshot. Yes, indeed the field 'IT Subcategory' is a Incident Table. I am also able to replicate your issue.
To resolute this, please change the field type of 'IT Subcategory from 'Choice' to 'String'. I hope this will resolve your issue.
I hope this helps.Please mark correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2017 10:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2017 11:06 AM
Hi Josh,
Might be you are aware about this, but this is the Default behavior.
Whenever you set Field1's value to Field2, it will always take the value of the field, not the name. In your case , I assume, you do not have any such choices available for Subcategory which matches the value of IT Subcategory. This is why this is coming as Blue Color. If any choice field value comes as Blue Color, that seems the choice which is been forcefully set by any server side script (Such as Business Rule, Web Service etc) and also the value doesn't present for the field in reality.
As per Remedy, you only can make sure that choices (the Values indeed) should match for both the fields.
I hope this helps.Please mark correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2017 11:13 AM
Thank you, that cleared things up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2017 11:17 AM
You are welcome Josh!