I need to make it not mandatory.
How can I do that!?
You can not make it non mandatory without directly changing the doctype. It is not a good practice to change core files in any framework as connected doctypes might require that field. Instead customize that doctype like this:
- set default value for that field
- hide that field in form view
Hi,
You can do it by using a property setter. Check this documentation: Customizing DocTypes
Please use it carefully.
Thanks,
Divyesh Mangroliya
How can I use Property Setter!