Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 10:38 PM
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 11:04 PM
HI @contactvwak ,
you have update the dictionary (name)
add the script at the end
var firstName = current.getValue('first_name');
var lastName = current.getValue('last_name');
var userName = current.getValue('user_name');
(firstName ? firstName + ' ' : '') + (lastName ? lastName + ' ' : '') + (userName ? '(' + userName + ')' : '');
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 11:22 PM
The description field should be mandatory, change my mind! 😄
@contactvwak do you mean to see these values in a reference fields in the list upon selection?
———
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */