Making fields Mandatory in Customer Quick Entry Form

I need to make the quick entry form fields in Customer doctype mandatory(Address Line, City, Country).

I tried to copy the customer_quick_entry.js to my custom app but I don’t know what I’m missing in it.

Is there any solution available for this?

Thanks in advance!

Hello @ibalajib,

You can simply do that fields mandatory by going to customise Form > Select Customer as doctype
Now edit field that you want to make mandatory then find Mandatory checkbox and check it.

Let me know if it’ll resolved your issue or not.