- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi All,
I am facing issue in setting value in this 'eim_id' field which is a reference field.
but, i'm getting this value in the script include response, eim_sys_id from SI is mapped to 'eim_id' from CS.
Alert response :
data===>{"u_eim_application_id":"BA0005205","eim_sys_id":"Regulatory Datamart CN"}
Client script :
SI :
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
so what's not working?
is field/variable "eim_id" is referring to table "cmdb_ci_business_app" then update line as this
data.eim_sys_id = greim.sys_id.toString();
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
so what's not working?
is field/variable "eim_id" is referring to table "cmdb_ci_business_app" then update line as this
data.eim_sys_id = greim.sys_id.toString();
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
