- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 08:09 AM
Hello All,
My requirement is "If any record is inserted into 'discovery_snmp_oid' table with the model contains "win" the table field should be set to "Window Server".
I created before insert business rule;
- When to run is: Model contains 'win'
- When I try to set field value: Table to "Window Server" I do not have any choices to select from. Screenshot below.
Please assist
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 08:31 AM
the field Table is of type Tablename and hence not getting rendered properly.
please use script instead of Actions tab
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 08:31 AM
the field Table is of type Tablename and hence not getting rendered properly.
please use script instead of Actions tab
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 10:05 AM
Thank You @Ankur Bawiskar. This really help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 08:04 AM
Thank You