- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 02:53 PM
We have a new hire order guide with a variable of New Hire.
Need to auto populate the department of the user that is entered into that New Hire variable.
I am using this onChange client script:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 02:57 AM
I figured out the auto populate issue.
I needed to create a read acl on sys.user_department so that our non-licensed users can submit.
The auto populate feature is now working for all users.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 03:10 PM
Make sure 'new_hire' is a reference field to user table. Also I think you are suppose to use department field which is available in user table. And the use the right variable name that you would like to set in the form.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 05:51 PM
Hi @rachelconstanti ,
Sanjiv's suggestion in the script should work. However, If you are on Utah release, there is an Autopopulate tab. The tab lets you auto populate variable. Please review this link for more information.
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 02:57 AM
I figured out the auto populate issue.
I needed to create a read acl on sys.user_department so that our non-licensed users can submit.
The auto populate feature is now working for all users.