- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 11:58 PM
I have defined the inputs in custom action as -
The script is as -
But it not updating the sc_request record
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:35 AM
Apart from defining inputs for the action, have you defined input variables in the script step?
You can define outputs for tracking but updates of record is not dependent on defining outputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 12:47 AM
Hi @SHALIKAS ,
Remove quotes around inputs.request.
Keep it as : gr.addQuery('sys_id',inputs.request);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:19 AM
Hii,
I did that still it is not updating,
I have not defined any output in custom action, do I need to do that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 01:35 AM
Apart from defining inputs for the action, have you defined input variables in the script step?
You can define outputs for tracking but updates of record is not dependent on defining outputs.