Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 12:57 AM
2 ACCEPTED SOLUTIONS

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 01:02 AM - edited 03-07-2024 01:04 AM
Hi @Rosy14 is your UI Action server side? then use
var sysid = current.getValue('sys_id');
if it is client callable then use below
var sysid = g_form.getUniqueValue();
Regards
Harish
Harish
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 01:06 AM
@Rosy14 ,
Server
Current.getValue('sys_id');
Client Side :
g_form.getUniqueValue();
Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,
Shyamkumar
Regards,
Shyamkumar
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 01:06 AM
@Rosy14 ,
Server
Current.getValue('sys_id');
Client Side :
g_form.getUniqueValue();
Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,
Shyamkumar
Regards,
Shyamkumar