variable attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 01:08 AM
I have a requirement where their is one variable which is called as username which is a reference field I want to add variable attribute on this which fetches the name , dept name and location of the employee . I guess i need to use attribute ref_ac_column . But i dnt know how to do it for reference fields ,can somebody help me

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 01:21 AM
The logic would be same for reference fields as well, provided for those reference field there is some display field.
In the example department column is shown as ref_Ac_column and it shows dept name in display
Define auto-complete attributes for all references to a table
Feel free to mark correct, if your issue has been resolved, so it ends up in solved queue.
Will be helpful for others looking for the similar query.
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 12:43 AM
Feel free to mark correct, if your issue has been resolved, so it ends up in solved queue.
Will be helpful for others looking for the similar query.
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 01:58 AM
Hello,
You can use
ref_ac_columns=name;department;location
if you already have some other attribute then you can add , (comma) and then ref_ac_columns=name;department;location
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2022 03:16 AM
also i need to add one more field from department , how will it be done , in short how do we dotwalk?