How to set label of form/doctype field

Hi, How to set label from Database. I need to set some field labels from doctype which stored the label.
Thank you. !

Hi,
why you want to set label from Database?
Better to set Labels from “Customize Form”.

@shraddha Customize Form ? sorry I am new to erpNext development.
THank you…!

1 Like

Hi,
I have stored some template values in a doctype, and i need to fetch that stored values as labels for my new doctype.

Thank you… !

hi,
1.Go to “Setup” Module
2.Customize->Customize form
3.Enter your Form/Doc type
4.Existing labels will be fetched
5.Those you want to add new label then click on “Add New Row” button and add them
and update.

@jamsheer

if you are a developer please bookmark this links

https://frappe.github.io/frappe/user/tutorial/doctypes.html
https://frappe.github.io/frappe/user/tutorial/
http://frappe.github.io/erpnext/user/videos/learn/

Thank you all…