- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 02:53 AM
Hi guys,
I have requirement to update few variables of an RITM record. I want pass this RITM number in script action query condition so that i can edit this record.
I Tried below code. The below code is working fine when i use addEncodedQuery condition for testing purpose.
Any inputs where am doing wrong over here.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 03:43 AM
Fixed it by added inputs.requested_number.number
thanks for your efforts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 03:04 AM
Hi @Divya57,
Have you tried the same script in the background script.
Also, add a log to print the inputs.requested_number, may you can see if the error is in the encoded query or something else by adding few more logs in the action script.
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 03:11 AM
In the log for inputs.requested_number am getting [object GlideRecord] error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 03:41 AM
can you share the screenshot for the input variables ?
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 03:43 AM