Add record to a specific update set from script

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 10:21 AM
Hi guys,
I have this requirement that asks me to create a record and add automatically to a specific update set. All this from a script include.
Is this possible?
I already know the GlideUpdateManager2 api, however, I don't if there is a way of accomplish this in this api.
Can someone help me with this?
Example:
Thanks in advance.
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2023 01:31 PM - edited 03-17-2023 01:33 PM
The GlideUpdateManager2 constructor has an override that accepts one argument: the sys_id of the Update Set to add to.
Forget it; unfortunately not usable from Rhyno. 😞

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 01:58 AM
Hi there.
Yeah, it's not possible now, I already tried that and it didn't work.
But do you know where I can get the documentation for that API?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 03:19 AM
I don't believe that any of it is documented.