How to use Variable Attributes on a reference field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 09:04 PM
Hello,
How to display only the user First and Last name on the sys_user table?
I used variable attributes like this, but it is not working. please help. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 09:17 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 09:23 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 09:24 PM
Try this :
(I see there is a space in your variable attributes....) fix that it must work....
- Navigate to the reference variable
- Under Related Links,, click Advanced view
- 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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 09:58 PM