Rerurns [GlideRecord][Object].
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 02:23 AM - edited ‎10-04-2022 03:24 AM
Hi,
I want to pass the sys id I got in the client to Script Incudes.
But 'getParameter' returns [Object GlideRecord].
How can I return sys id?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 02:28 AM
Hi,
Can you share the complete scripts here?
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 02:33 AM
Hi,
Thank you.
If I try to script here for some reason, I will be denied access.
Post a screenshot.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 02:37 AM - edited ‎10-04-2022 02:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 03:55 AM
Hi,
Your scripts looks good.
Try by adding logs statement as-
gs.info("user1: " + this.getParameter('sysparm_id'));
Thanks,
Sagar Pagar