i have one link fileld for property in my doctype where i want to display propertyname/unitname instead of just the document name which is some random value. I checked the title field in view settings but only one value can be fetched from that. Can anyone helps how to do this?
we can display only one cutsom value with title field solution , my question is how we can concatenate or show two values like this CentrePoint Apartments/ 405
Hi @nehagupta,
That for, first create one more custom field and set it via client script or server script.
final field = first field + second field.
Otherwise check the another documentation.
I hope this helps.
Thank You!
try open “Edit doctype - Settings - View Settings” and in field “Search Fields” write field names like “first_field,second_field”