make all fields in the table non-mandatory

VSN
Tera Expert

I have a requirement to make all the fields in the table  non-mandatory irrespective of the states,

2 REPLIES 2

Anurag Tripathi
Mega Patron
Mega Patron

in a client script you can use 

g_form.checkMandatory =false;

if you put that in a onsubmit script or ui action it wil let you save the record bypassing the mandatory fields.

-Anurag

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @VSN 

 

Not sure what is use and are you trying on OOTB / custom tables.

If custom, then don't select mandatory at time of field creation. 

 

LearnNGrowAtul_0-1704730814024.png

 

 

Please provide more info.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************