Populate Record producer variables with current user values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2019 05:25 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2019 05:29 AM
either you can write glide ajax here to set the user details in your variable or you can pass the default value on your variables.
sample:
to populate the employee number try with below line. same way you can populate the other field information.
javascript:gs.getUser().getRecord().getValue('employee_number');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2019 05:36 AM
Hello Harshvardhan
i tried with javascript:gs.getUser().getRecord().getValue('employee_number'); is not working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2019 05:37 AM
can you add the screenshot please . where exactly have you added it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2019 05:43 AM