- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:30 AM
Im trying to edit the 'Implement' UI Action on the change_request table. The problem is that after I click on 'Implement', the page loaded and I can see that 'assigned_to' is mandatory for one second and then he changes to not mandatory again. What am I doing wrong?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 11:31 PM
Hello @Alon Grod
Try removing g_form.save();, as the page loading is happening because of this only.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 09:31 AM
Hello @Alon Grod
You need to remove g_form.update();
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 11:21 PM
@Samaksh Wani still not working. I see that assigned_to is populated with desired value and becoming mandatory but then the page loaded and the value cleared and the field is not mandatory anymore. I disabled all client script and ui policies but its still not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 11:31 PM
Hello @Alon Grod
Try removing g_form.save();, as the page loading is happening because of this only.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh