How To Delete the Fields in the customization

Hi
I need to delete some fields in the form which is already added in ERP NEXT. When i click the delete and update, again the deleted fields are present in the customization form.

Hi,

Go to ‘Customize Form’ and hide fields which you want to delete.
You can also hide fields from ‘Custom Field’.
You can not delete standard fields

Thanks,
Sambhaji

Thank you,

In the customization form label field i cannot able to use the special characters.

In some places for ex. Designation / Department label i cannot able to use the “/” symbol, instead of this i am using the Designation or Department.

Hi,

  1. create new custom field with name ‘Designation or Department.’
  2. save form
  3. rename field label ‘Designation or Department.’ to ‘Designation/Department’
    this should work for you.

You can use special character for label but you can not use special
character for field name. So first save the custom field without using
special character. Then rename the label with special character.

Thanks,
Sambhaji

Hi,
Thank You.

If I need to insert a heading in form how can i insert it.For ex. “Bank Details” : Account No, IFSC, Bank, Branch details.

Hi,

You can use HTML field.
Field type is HTML and write html code in Options.
Use this for reference:
https://frappe.io/docs/guide/doctypes

Thanks,
Sambhaji