how to get RITM variable in script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2025 03:50 AM
Hi All,
Please let me know how to get RITM variable in script include.
my requirement is base on above variable (HR Subcategory) resolution notes should be auto populated.
kindly let me know how to do it.
Thanks & Regards
KP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2025 07:07 AM
Hi @keval3 ,
Yes, as other community members answered, the syntax returns the backend value of the HR Subcategory.
You can also check the behaviour in scripts - background.
GlideRecord the table, and query with the record sys_id.
and,
if(gr.next()){
gs.info(gr.variable.variable_name);
}
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.