How to use Variable Attributes on a reference field?

Annie10
Tera Contributor

Hello, 

How to display only the user First and Last name on the sys_user table?

Annie10_0-1709096422648.png

 

I used variable attributes like this, but it is not working.  please help.  Thanks

 

Annie10_1-1709096635298.png

 

8 REPLIES 8

Anirudh Pathak
Mega Sage

Hi @Annie10 ,

Click the reference field "Magnification" icon to open the list pop-up view. Now click the configure menu of any one of the visible column on the column header and navigate to Configure>List Layout. Select the fields to be appeared in the list view and save the configuration.

ani07_1-1709097443551.png

 

ani07_0-1709097433020.png

 

omkar_jadhav_
Tera Contributor

hi @Annie10 
Here are the steps :
1 - open your list layout
2 - right click on any field of list layout
3 - click on configure
4 - click on list layout
5 - select only first name and last name on right hand side
6 - select name and email field and move them to left hand side
7 - save the changes

that will only shows the fields you have selected on list layout

Sohail Khilji
Kilo Patron
Kilo Patron

Try this :

 

(I see there is a space in your variable attributes....) fix that it must work....

 

  1. Navigate to the reference variable
  2. Under Related Links,, click Advanced view
  3. In the Attributes field, enter a comma-separated list of auto-complet attributes:

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=first_name;last_name;email,ref_ac_columns_search=true

          4. Click Update

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Hello @Sohail Khilji 

I have tried use your suggestion code and I'm getting the same resolves:

Annie10_0-1709099880475.png