- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2020 12:07 AM
Hi Team,
Would like to create the OnLoad Catalog Client Script that when the user is loading the form, it will auto populate / fill up some user details in the form, how do I start ??
Thank you!!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2020 01:45 AM
Hi Jason
Basically you want to populate the requested for as soon as the form loads
If yes there are 2 ways
1.Default Value :You can use it by modifying the variable default value
2. In onload client script use
g_form.setValue('requested_for',g_user.userID);
Regards
Pranav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2022 02:56 AM
Hi
I have a task that is
i have a table called candidate information . Populate the logged in users first Name and Last Name in corresponding fields in Candidate Information table. how to do this task .suggest me