I have created a field in doc type by custom script,now i wanna make that field to be mandatory. how can i do this?
This discussion might help
frm.set_df_property("project", "reqd", 1);
3 Likes
thank u@black_mamba
2 Likes