Add new field in quick entry

I want to add a field for quick entry under the Customer Primary Contact Details section , how can i add it. Please help

So, make the field mandatory the mandatory field is visible in quick entry modal.

@pratikcws

Hello,

You can edit this code and add your field, which you want to show in Quick Entry Section for Customer.

From frappe-bench folder, run the following commands

bench build && bench restart

Hope you find this useful.

4 Likes

thankyou soo much. my problem solved

1 Like

With Erpnext V13, change to developing mode. Then just go to Edit doctype → edit fields and check “allow in quick entry”.

You don’t need to change to develop mode to do that anymore.

From v13, one can use Customize Form to add fields to Quick Entry.