- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
Hi All,
I have a catalog form with 1 variable set and passing 2 values:
Earlier I was passing 'ritm no' as a String type and using the below script I was getting output as
Script :
Now, I changed the 'ritm no' as reference type and passing it as input but while executing the script it is not giving me any output. Its shows an error:
Please advise what needs to be changed.
Thanks !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago
Hi @User205031 ,
In your script, Line number 44, you are querying with RITM number. since you are passing reference record you need to query with RITM sys_id
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thanks, GP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago
Hi @User205031 ,
In your script, Line number 44, you are querying with RITM number. since you are passing reference record you need to query with RITM sys_id
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
Thanks, GP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago
Thanks ! It worked.