variable attribute

harry24
Tera Contributor

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

10 REPLIES 10

Aman Kumar S
Kilo Patron

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.

Best Regards
Aman Kumar

@harry 

 

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.

Best Regards
Aman Kumar

Mahendra RC
Mega Sage

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

also i need to add one more field from department , how will it be done , in short how do we dotwalk?