- 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:23 AM
IS data type same for both fields?
You can use advanced section in your business rule to match field values.
current.u_subcategory = current.U_itsubcategory; // please use correct field names as per your requirement.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2017 10:23 AM
Hi Josh,
Please cross check that the field 'IT Subcategory' is in Incident ('incident') table. under the Actions tab you can only choose those fields, which are created in that table only.
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:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2017 10:31 AM