is my script include and client script is correct or not to get the user full name in description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 04:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2025 11:24 PM
Hello @srilekhac
I believe you are doing great.
Did my reply answer your question?
If my response helped, please mark it correct and close the thread so that it benefits future readers.
Thanks & Regards
Viraj Hudlikar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 07:22 AM
Hi @srilekhac
You can skip this route to get the name from script include, alternatively follow this approach:-
In client script, you can simply use-
g_form.getFullName()
In Business Rule, use-
gs.getUser().getFullName();
Marked the solution as Helpful and Correct, if it works for you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 07:44 AM
Hi @srilekhac
You can utilize following methods to fetch the full name of current logged in user-
In Business Rule or server side scripting -