Custom field not showing in Doctype

in erpnext, salary detail doctype, I added one field by customization but it is not showing there but present in table via SQL and doctype print via frappe. msgprint. Kindly tell me why it is not visible in doctype’field in setting tab under customization





Hi @rkroy39:

Check if the field exists on Custom Field doctype.
Have you tried bench --site yoursite.local migrate

Hope this helps.

yes, it is available in on Custom Field doctype… and I have not done this bench --site yoursite.local migrate

Even after doing migrate, It is still not showing in the salary detail doctype

Clear site cache (ctrl+ shift+ R) or try this

bench --site site-name clear-cache