How to use data results from script include...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2025 11:27 PM
Hi everyone...
I am stuck right now and really appreciate any help.
I created a script include (server side) to fetch data via new GlideRecord and want to return them to the UI.
Script Include (client callable: true, all application scopes, acl is there snc_internal)
```
```
Databroker Scriptlet
```
However, no matter how I want to call my script include in frontend - it wont work.
Data Broker Scriptlet -> GlideAjax and the Script Include Class Name are undefined / not found
UI Builder Client Script -> GlideAjax and the Script Include Class Name are undefined / not found
I am a bit lost and just need to understand the way of using script includes within my ui builder...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2025 06:37 AM
Hi everyone,
so turns out I thought that I can use a DataBroker Scriptlet for either Transform or as Scriptlet by changing the function name (since the title and subtitle of those entities look exactly the same) ...
By deleting the scriptlet and creating a fresh Transform Databroker, I was able to call my Script Include (server) function and provide the data to the UI...
