- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2021 10:31 PM
GlideDBObjectManager and GlideNumberManager are used in NumberManager(Script Include).. Please tell me how to know the contents of these two processes.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2021 01:16 AM
Hi KS,
These are internal java classes that aren't documented as they're not directly intended for the customer to use. Some, like GlideDBObjectManager, are surfaced via a script include such as TableUtils. You can use something like Xplore to see the functions that reside within the java class but the arguments are a guessing game unless you can find existing use of the function you've found.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2021 01:16 AM
Hi KS,
These are internal java classes that aren't documented as they're not directly intended for the customer to use. Some, like GlideDBObjectManager, are surfaced via a script include such as TableUtils. You can use something like Xplore to see the functions that reside within the java class but the arguments are a guessing game unless you can find existing use of the function you've found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 11:52 PM
Hi Kieran,
thanks for your answer. Was very precise.
What would be then options intended for normal use? GlideRecord? Others?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 09:23 AM
If it's documented on the developer or docs site, it's intended for use.