- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
can someone please help me decode the use of this BR. Attached in screenshot
when : Before , insert - yes, table: incident
origin_table=interaction^assigned_toISEMPTY^EQ
itil, sn_incident_write
condition: !current.origin_id.nil()
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
Hi @mathewirene ,
The Business Rule details you shared it is working on incident table and before insert and when original table is interaction and assigned to field is empty, it will assigns the value of the Assigned to field from the Interaction table to the Assigned to field on the Incident table.
Please mark my answer as correct and helpful if this works for you.
Thanks and regards,
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
the BR is simply checking if the incident is getting created from Interaction
If yes then it picks the assigned to of interaction is assigning to INC
Script is correct.
💡 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
13 hours ago
Hi @mathewirene
The code looks good,Can you explain in detail of the issue?
Keep a log inside your BR to see if origin id & Interaction assigned to has a value?
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
Hi @mathewirene ,
The Business Rule details you shared it is working on incident table and before insert and when original table is interaction and assigned to field is empty, it will assigns the value of the Assigned to field from the Interaction table to the Assigned to field on the Incident table.
Please mark my answer as correct and helpful if this works for you.
Thanks and regards,
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
the BR is simply checking if the incident is getting created from Interaction
If yes then it picks the assigned to of interaction is assigning to INC
Script is correct.
💡 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
