Auto populate field on catalog item.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 02:38 AM
Hi Everyone,
I have one custom field on catalog item - Requester (this is reference field to User table). I have to auto populate this field with current logged in user whenever I open this catalog item.
Please suggest some way.
Thanks in advance
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 04:46 AM
Hi @Abhijit Das7,
Solution mentioned by @Robbie will be the best practice.
Otherwise you can write following script in Default Value of Requester variable.
javascript:gs.getUserID()
Please mark my response as correct and helpful if it helped solved your question.
Thanks,
Rohit Suryawanshi