i cannot get the ritm by using ref qualifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 06:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 06:54 AM - edited ‎06-02-2025 06:59 AM
Hi @sariksorte ,
in the script's getRITM() method 12th line replace it with
return 'numberIN'+arr.join();
do you have any records meeting that encodedquery condition?
the last screenshot that you have attached looks like there are no RITM's with short description containing "OCP Intake"
please share more details if this doesn't work
please share the entire script and it's screenshot. is it in global scope or in any other scope etc details are required.
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 06:55 AM - edited ‎06-02-2025 06:57 AM
Hi @sariksorte
in line 10 of your script include you have to write
arr.push(g.getValue('sys_id'));
And in line 12 the return is wrong. Instead write
return 'sys_idIN' + arr.join(',');
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 07:00 AM
not helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 07:19 AM
these solutions working in my pdi but not in dev environment