where can we call a script include?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 09:55 AM
where can we call a script include?(multi-select)
1)glideajax and reference qualifier
2)glideajax
3)ui action
4)script include and schedule job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 10:06 AM
Hello @DileepSriD
1,3,4
About option 2,GlideAjax can be used to retrieve data from the server, update server-side data, and perform other operations. It is a way to call script include.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 11:08 AM
HI @DileepSriD
1. you can call it another Script Include as well using gs.include(‘ScriptInclude’) syntax.
2. You can call it in Business Rule as well using new MyScriptInclude().myFunction(); syntax.
Regards,
Siddharam