- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2018 05:02 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2018 05:22 AM
HI,
I have some different question? Where exactly you want to do this?
If its a client side then i will suggest you to use GlideAjax and script include.
If its a Business rule i will tell you to do either do dot.walking or use gs.getUser.getManagerID()
Thanks,
Ashutosh Munot

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2018 05:22 AM
HI,
I have some different question? Where exactly you want to do this?
If its a client side then i will suggest you to use GlideAjax and script include.
If its a Business rule i will tell you to do either do dot.walking or use gs.getUser.getManagerID()
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2019 09:15 PM
javascript:gs.getUser().getRecord().getDisplayValue('manager');
This will help you to get the current logged in user's manager name.
Either try this or use Glide Ajax and Script include to get it from the user table.
If you want the fully coded solution, do let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2019 01:13 PM
can you provide a fully coded solution?