mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 17:18:30 +00:00
[docs] moved into folders
This commit is contained in:
20
docs/user/customize/docs.user.customize.custom_field.md
Normal file
20
docs/user/customize/docs.user.customize.custom_field.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
{
|
||||
"_label": "Custom Field"
|
||||
}
|
||||
---
|
||||
A very common customization is adding of custom fields. You can add Custom Fields in any Master or Transaction in ERPNext. To add a Custom Field, go to:
|
||||
|
||||
> Setup > Custom Field > New Custom Field
|
||||
|
||||
In the form:
|
||||
|
||||
- Select the Document on which you want to add the Custom Field.
|
||||
- Select the Type of field and the Options (see section on field types).
|
||||
- Select where you want the field to appear in the Form (“after field” section).
|
||||
|
||||
and save the Custom Field. When you open a new / existing form of the type you selected in step 1, you will see it with the Custom Fields.
|
||||
|
||||
#### Naming
|
||||
|
||||
Many times you want your fields to be carried over from one form to another. For example, you may have added a Custom Field in Quotation that you want to include in Sales Order when a Sales Order is created from the Quotation. This is simple in ERPNext, just make sure the fields have the same “fieldname”
|
||||
Reference in New Issue
Block a user