- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 07:34 AM
I created a new table and new form layout. One of the fields is for Technician and I need it to autopopulate the current user logged in.
I went to configure table and when to the column label. Inside the reference specification I reference the user table and under Default Value I currently have gs.getUser(); and its not working. I also tried javascript:gs.getUser(); and that is also not working.
Any ideas on how I can get the current user to auto fill in the field label for technician?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 07:37 AM - edited 06-06-2023 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 07:37 AM - edited 06-06-2023 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 08:07 AM
Sweet! That did it 🙂