- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:50 AM
Hello Team,
Iam trying to call the existing script includes into flow designer to create an Incident when the script include returns some effected record or item and the effected record to be captured into Description field.
Can you please help me how to proceed further.
Thanks in Advance
Guptha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 06:33 AM
Hi @Guptha123
You can create a custom action and call your script include.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:53 AM
Hi, You should use script action and call script include using var si = new SIName(); si.functionNameSI();
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:58 AM
Hi,
Where do you want to execute the script include?
Is this script include is telling whether to create an incident or no? or only to populate the description field?
Give the full requirement.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 03:03 AM
Hello Saurabh,
Iam trying to call existing script inculde in flow designer to check if script include return true( record) then I supposed to get The incident created with returned record into description.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 03:08 AM
Hello Saurabh,
For both creating an incident and to populate description Iam using script include.