- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2016 04:11 AM
Hi All;
In change form we have lots of mandatory fields depends on the state/type of change. When user need to cancel the change he/she not to ask to fill the mandatory fields depends in which state he/she cancelling.
I can use g_form.setMandatory("FiledName" , false). But again I need to write code for all the mandatory fields (its around 30+) .
Is there any other way to remove/disable all the mandatory fields using single line code.
Thanks in Advance.
Balaji Prusty.
Solved! Go to Solution.
- 11,858 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2016 03:50 AM
I am not getting the Close the loop / Answered under Action....I was looking for this option.
All my previous threads are still open due to this...not sure what/whom need to contact to get this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2016 01:47 AM
Keep g_form.checkMandatory = false in client script only, make close notes mandatory using data policy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2016 03:10 AM
Thanks Anurag...It is working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2016 03:14 AM
cool, mark this post answered and close the loop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2016 03:50 AM
I am not getting the Close the loop / Answered under Action....I was looking for this option.
All my previous threads are still open due to this...not sure what/whom need to contact to get this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2016 03:54 AM