I have created custom app called custom_app on top of frappe and erpnext. now i want to add new two status Technical and HR in job applicant status field
so old status
Open
Replied
Rejected
Hold
Accepted
New status would be
Open
Replied
Technical
HR
Rejected
Hold
Accepted
How can i achieve this using custom app?
Please do provide reliable technical solution if you have?
This will set only those options which are provided in ‘set value’ field. Is there any solution to append the options to original options using custom app.
It will become issue when someone migrate from one version of ERPNext to another. It will overwrite the existing options.