How to Bypass the mandatory fields when rejecting the demand record using UI action
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 01:33 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 01:37 AM
HI,
On a client ui action you can use the below to skip Mandatory fields
g_form.checkMandatory = false;
-Anurag
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 10:17 PM
I can't find any documentation for g_form.checkMandatory. Can anyone share more info please?