I have created a doctype in which there are two fields “band” and “skill” . I have linked this doctype in other form. Now when i click on the field in new doctype, it should be seen as concatenated.
Field name = band, skill
band+skill
Hi:
One way is using doctype naming options to concatenate both fields.
If you can’t change naming strategy, create a new field that join both “band” and “skill” (with a script). Use this field as “Title” in doctype options and check “Show Title in Link Fields”
Hope this helps.
One way is using doctype naming options to concatenate both fields.
Can you tell me this way?
In naming section, use this (note that field names for band and skill can be different …).
After this, name will show this:
In the doctype where you are linking from will see this:
Hope this helps.