What custom field is this?

Hi,

I want to make 2 custom fields where whenever user type in the field, it will auto suggest the closest data to the user and make the user choose the data faster (like in the attachment)

For example in the attachment, when user type A and L on the keyboard, it will auto suggest the data Ali since its the closest one it has.

However, the data for this 2 custom fields are not taken from other fields, I need to key in all the data. Can anyone help me?

Hi @blackfriday,

It is Link field. It shows you data of master to which it is linked. In given screenshot, it is Customer link field so it will show you all customers in dropdown.While adding custom field you have to choose field type as Link & in Options field you have to give master/doctype name.

Please refer below documentation for different types of field types supported in frappe.
https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/articles/field-types.html

Add the custom fields to the Search Fields on that doctype from Customize Form.