@priya_s i’ve done that, but when selected it shows the Auto Field …and i’d like to have it showing the Title Field instead …because it’s normally a description and it make more readable than the Auto Field that’s normally a number_series or a code.
One solution would be to add a checkbox in DocType like “Show Title Field In Links” …if checked, will show Title Field on the selected value instead of Auto Field.
I’ve created a new DocType (Item Category) with an Auto Name as number_series and other two fields: item_category_name, item_category_code, with Title Field set as item_category_name.
@JoEz,I think this is not possible, because Item Category is link field and for link field you can not set any other field’s value. Link field always shows actual ID of that form. i.e.CAT-00001
For Ex.
Project Table
projectName → Test
Block → A
Floor → 1
Unit → 1
This is my table and I have added block, floor, unit into search field.
so the actual output is (A 1 1) but it show me (A 1).
I think that it will ignore the redundant value.
if you know anything about this then please let me know.
Thanks in advance.