Need help GlideDBFunction. How to create and use these functions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 06:40 AM
Hi,
I found this official documentation for GlideDBFunctionBuilder
But it isnt much helpful as it is not explaining where to define these and how to use these functions?
I have to understand how to create GlideDBFunctionBuilder and where to use these. Let me know if anyone have clear idea on this
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 06:54 AM
Go to the top of the web page, and find:
"The GlideDBFunctionBuilder methods provide a way to build Relational Database Management System (RDBMS) functions to perform SQL operations on record data. You can use these methods in both scoped and global server scripts."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 07:02 AM
Hi,
Thanks for your reply.
Is it possible to use GlideDBFunctionBuilder for a Function field?