- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2016 04:56 PM
Wondering if there is a way to get the sys_id from the record that the formatter resides on via jelly other than doing the RP.getParameter method.
With how the URL now appears, it is possible to have multiple sys_id's up there so a better method has to be available somewhere.
Any insight would be greatly appreciated, thanks!
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2016 08:10 PM
You can use `current` however everything you do must be in Phase 2 Jelly so `g2` `j2` and $[current].

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2016 07:59 PM
I know you can get it client side with a g_form.getUniqueValue();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2016 08:10 PM
You can use `current` however everything you do must be in Phase 2 Jelly so `g2` `j2` and $[current].
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2016 07:17 AM
This works! Thank you!