automatically sync a field's value between two tables in ServiceNow cmdb_ci and cmdb_ci_azure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I want to synch operational_status field between two tables in ServiceNow cmdb_ci_net_gear and cmdb_ci_azure. Name(name) is a common in both table . cmdb_ci_azure is a parent, cmdb_ci_net_gear is a child
ex. when I change the state (operational_status ) to retired (backend value=3) in cmdb_ci_azure table then need to change state (operational_status ) to retired (backend value=6) in cmdb_ci_net_gear table as well .
but the condition is the class in cmdb_ci_azure table should be one of class_windowos or class_linux.
I have already wrote business rule but its not working as expected
BR is as below-
filter conditions :
operational status changes to retired and class is windows or linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
so what debugging did you do? what are your findings?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I have done gs.info to fetching server name but its not coming in logs