Creating Custom Link Field
Link fields 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.
Last updated
Link fields 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.
Last updated
You can insert Custom Link Field by following the steps below.
> Home > Customization > Form Customize > Customize Form
In Customize Form, select Document Type (Quotation, Sales Order, Purchase Invoice Item etc.). Once fields are updated in the accompanying table below, open a field above the one you wish to insert your Custom Field. Then click on "Insert Above" to insert the new Custom Field.
To set field as Link, enter values as below.
Label: Desired label that user wishes to display in the form.
Type: Set as 'Link'
Name: Desired name for the field
Options: Enter the name of the DocType to which the field is linked
Frappe provides a user-friendly approach to apply filters on Link Fields using the Form Builder.
You'll notice an action icon on all Link Fields within a Doctype, which gives you the option to select the filters you want to apply.For example, in the case of "Company", clicking on the icon will open a dialogue box where you can choose your desired filters.
Once you've made your selection and clicked on apply, the filtered results will be displayed accordingly.
If you're customizing a form and decide to change the filters, a "Reset To Default" button will appear. Clicking on this will revert the filters back to their original state. However, it's important to note that any filters in "Customize Form" will override the default filters
Note: Filters applied through frm.set_query, will take precedence over filters applied via the User Interface (UI).
Was this article helpful?Give Feedback.