Flow Designer ebonding Example TechNow Ep 44
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2017 01:10 PM
Is possible to pass RITM information to the target ServiceNow Instance? How does it handle when state, priorities, and assignment groups are different between the 2 instances?
Thanks,
Chad
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2017 01:37 PM
Hello Chad,
In this case, you need to create a custom action. OOTB we only ship example for Incident table. But you can copy the action and mimic the same logic for Requested item table.
In case of Ebonding example for the incident table, PayloadBuilder is the script include which builds a payload by reading a set of fields from an incident table and uses it in the REST steps. Go through it for reference and create your own script include for the use case you have.
To answer your second question, we don't create a record in reference table if the value doesn't match. Forex: If the source incident details assignment group doesn't match with target instance, then we set the assignment group value to blank when a target incident record is created.
Please let me know if you have any questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2018 11:42 AM
Hi Chad and Pradeep,
I am attempting the same thing: copying over RITM via e-bonding. I was able to mimic the actions, however, I cannot seem to find the script include which contains the PayloadBuilder script. I am currently testing in a SN developer instance. Would you be able to point me in the right direction?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2018 10:47 AM
Hello Patibishop,
The script includes "PayloadBuilder" is only visible if you have plugin "com.glide.sn.ebonding.ah" activated in your instance.
Thanks,
Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2018 11:36 AM
Hi Pradeep,
I am using a personal DEV instance, I activated the Integration Hub plugin and was able to get the Incident ebonding working, however, I do not see the plugin either from the SN Instance Plugins, System Properties, or the Internal "Plugins" section. I am in Kingston. Where do I need to go to confirm it's active?