- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 11:12 AM
Hi Guys, I need to ask how to add more columns in the drop-down of the reference field. As you can see in the photo there are names and Emails. I want to show the phone number next to the Email (3 columns at a time). Is there any way to do it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 07:21 AM
To add several column names, use a semi-colon as a separator (because comma is used as a separator between different dictionary attributes).
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 12:53 PM
In a nutshell, you can achieve this with the help of ref_ac_columns dictionary attribute. Check out this article from the product documentation for more details.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 05:30 AM
I have already done that but now it's not showing email only phone number. I want all three columns Name, email, and phone number. Can you help me with that? Maybe I am making some mistakes while writing that line of code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 07:21 AM
To add several column names, use a semi-colon as a separator (because comma is used as a separator between different dictionary attributes).
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 06:24 AM
I can see either email with name or phone with mail. I wanna see all three columns in a dropdown.