brotherton-erpnext/erpnext/docs/user/manual/en/customize-erpnext/articles/creating-custom-link-field.md
2015-12-24 20:40:37 +05:30

1.1 KiB

#Creating Custom Link Fields

Links field are the ones linked to another document type. For example, customer field is a link field in Sales Order. This field is linked to the Customer master.

You can insert Custom Link Field by following steps below.

####Step 1: Go to Customize Form

Setup > Customize > Customize Form

####Step 2: Select Form

In Customize Form, select Document Type (Quotation, Sales Order, Purchase Invoice Item etc.). Once field are updated in table, open field before which you wish to insert Custom Field. Then click on "Insert Above" to insert new Custom Field.

Select Docytpe

####Step 4: Custom Field Values

To set field as Link, enter values as below.

  1. Label: Desired label that user wishes to display in the form.
  2. Type: Set as 'Link'
  3. Name: Desired name for the field
  4. Options: Enter the name of the Doctype to which the field is linked
Enter Values