How to add new option in select field of job applicant status field using custom new app

Hi @Tapan_Bavaliya,

I think, add a custom status for the use property setter.

Please check it.

Then after exporting the property setter in the custom app.

Example:

Added in custom app hook.py

fixtures = [{"doctype": "Property Setter"}]

Then apply command like:

bench --site your-sitename.com export-fixtures

It will come in the fixtures folder in the custom app.

I hope this helps.
Thank You!

2 Likes