- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 07:49 AM
I have a User Reference field called "First Name" in catalog item, by selecting user it needs to populate only first name of that user, not fullname.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 07:52 AM
Hi Shawn,
Since that is reference field it's not possible to display only first name because 'display' value on sys_user table can be true for only field and by default it is true for full name I guess hence it will display full name once you select, and if you make display true for first name then it will affect everywhere hence this is not recommended. Mark my answer as correct if that helps.
Regards
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 07:52 AM
Hi Shawn,
Since that is reference field it's not possible to display only first name because 'display' value on sys_user table can be true for only field and by default it is true for full name I guess hence it will display full name once you select, and if you make display true for first name then it will affect everywhere hence this is not recommended. Mark my answer as correct if that helps.
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 07:54 AM
i think we can write onChange() catalog client script for this , like on changing first_name field value it need to set firstname for that field, if i am not wrong!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 07:55 AM
First name is string field or reference field.?
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2022 07:56 AM
reference field