How to set the resolution field mandatory once we click on resolve button in RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 01:52 AM - edited 05-29-2024 01:57 AM
Hi,
I have created a new ui action button called resolve on RITM form. How set the resolution code field mandatory once we click on resolve button.
Can anyone please help on this, It will be usefull.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 02:48 AM
Hi @mania
please this thread will helpful to you.
Please hit like and mark my response as correct if that helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 03:02 AM
Hi @mania ,
Could you please share the ui action code which you have configured ?
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 03:20 AM
Hello @mania ,
You can write a function in UI action script like below and make use of g_form.setMandatory function to set field as mandatory.
If my answer solves your issue, please mark it as Accepted ✔️ and Helpful 👍 based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 04:18 AM
Hi @mania ,
As per @Vrushali Kolte , just try using adding below one line code to resolve your issue:
g_form.setMandatory('resoution', true); // Please update resolution field with your resolution field name
Mark it Helpful and Accept Solution!! If this helps you to understand.
Thank you!!
Dnyaneshwaree Satpute
Tera Guru