- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 10:29 AM
When loading a form for the first time, how to make sure the current logged in user is showing ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 10:34 AM - edited ‎08-29-2024 10:35 AM
Hi @SonbolM add below code in Reference field default value field which will populate current logged in user javascript:gs.getUserID();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 10:34 AM - edited ‎08-29-2024 10:35 AM
Hi @SonbolM add below code in Reference field default value field which will populate current logged in user javascript:gs.getUserID();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 10:45 AM
Hello @SonbolM ,
You can show the current log to the user by setting the default value, : javascript:gs.getUserID();
Please refer to:
If you found my response helpful, please consider marking it as "Helpful" or "Accept Solution." Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 11:13 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2024 10:13 PM
@SonbolM Please mark the response an accepted solution if it addressed your quetion