3

How does one customize the fields being displayed in a form's link field selection.?

enter image description here

N.Balauro
  • 151
  • 1
  • 1
  • 11

1 Answers1

2

Mostly this works by setting the "Search Fields" property of the DocType via Customize Form

This is a comma separated list of fieldname, like item_name,description

Rushabh Mehta
  • 1,463
  • 16
  • 15
  • Could you elaborate a bit? For example, I want to change the fields that are being displayed for batch_no when adding an item to a Purchase Receipt. Which form do I customize? – N.Balauro Mar 11 '16 at 17:08