- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 04:02 PM
Hello everyone,
What table should you use to auto populate a logged-in user's account for a reference field?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 05:45 PM
Hi @tamarasanso
open the dictionary of the field
reference table should be sys_user
open the default value section of the dictionary and select values as highlighted and save the record
if it a variable that you are referring to
open the variable record and select the reference table as sys_user
and to populate the logged in user put below line in the default value and save the record
javascript:gs.getUserID()
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 05:45 PM
Hi @tamarasanso
open the dictionary of the field
reference table should be sys_user
open the default value section of the dictionary and select values as highlighted and save the record
if it a variable that you are referring to
open the variable record and select the reference table as sys_user
and to populate the logged in user put below line in the default value and save the record
javascript:gs.getUserID()
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 11:46 AM
Thank you, Chaitanya, for all of your help. I was able to resolve my issue. I appreciate your time!