How to display the user phone number instead of user name in catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 07:05 AM
Hello Everyone,
I have a variable in the catalog item as contact number which is a reference from sys_user table. When am clicking on the search i need to display the user mobile number instead his/her name.
I cannot make display as true in the table because it will affect globally. So anyone can help me how to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 07:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 07:17 AM
Hello Mike,
Thanks for the quick reply. With this am getting the list of phone numbers but I wont be able to select the mobile number for the user which am clicking. With this method, we wont be able to see the user names as well.
Can you please suggest any other way as it doesn't meet my requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 07:29 AM
If you are OK with this format
the you can use these configs
Otherwise you will probably need to create a string field to store the phone number. E.g. they select the user from a reference field, and then the string field auto-populates with the phone number.