is that possible to move story data from servicenow-ADO ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 07:35 AM
Hi Guys,
I am trying to create a issue in ADO when ever a story is created in servicenow.
And i found one way to achive this , in flow designer i given trigger point as "incident creation"
and create a custom action and calling below script in the inputs:
sn_agile_ado_int.AgileADOUtils().exportCurrentRecordToADO(inputs.story_record,inputs.story_record);
and its now working
and getting below error while executing in background script :
Any one of you please help me and give me better solution for this integration
Thank you,
Shabbir Shaik
com.glide.script.RhinoEcmaError: Cannot find function getTableName in object ******. script : Line(18) column(0)
0 REPLIES 0