- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 11:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 11:59 PM
Hi
No need to write client script to auto populate caller with current logged in user.
Open that field in dictionary level and in default value write the below line
javascript: gs.getUserID()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:38 AM
Hi
To auto populate the logged in user details:
Add in default value to that variable: javascript:gs.getUserID() /name of logged in user.
AS shown in Screen shot:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:55 AM
Hi @devendar koduri ,
Just add below code in default tab of your Reference field which is referenced to User table
Mark my answer helpful & accepted if it helped you.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:55 AM
Hi @devendar koduri ,
Just add below code in default tab of your Reference field which is referenced to User table
Mark my answer helpful & accepted if it helped you.
Thanks,
Danish