Need to make the variable section editable for one specific catalog in RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2025 01:07 AM
I need to make the variable section editable for a specific catalog item in RITM table.
And here's the script we are using:
g_form.setVariablesReadOnly(true);
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2025 08:29 AM
Hi @Sai1911,
------------------------------------------------------------------------------------------------------------------------------------------------------
You can just add a condition in your onLoad client script that ->
if(g_form.getValue('cat_item') === 'your cat_item sys_id'){
// your logic
}
Do let me know if you need further help
---------------------------------------------------------------------------------------------------------------------------------------------------
Please mark my response helpful and accept as solution
Thanks & Regards
Mayank