get sys_id before creating Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2016 06:54 PM
Hi folks,
Just wondering if it is possible to fetch the sys_id from producer object. I have read through Producer Object and it is believed this is not feasible.
Any advice?
Thanks in advance.
George
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2021 02:59 AM
This did work, thank you so much!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2021 03:53 AM
Hi George
I'm not quite sure what you want.
Maybe this on the client side?
g_form.getUniqueValue()
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 05:38 AM
Solved!
Solution is to call --> cat_item.sys_id
before I tried producer.cat_item.sys_id or current.cat_item.sys_id but solution is just cat_item.sys_id