where can we call script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 06:13 AM
where can we call script include?
1.glide ajax
2.reference qualifiers
3.ui actions
4.client side
5.schedule jobs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 06:13 AM
You can call a script include anywhere you can execute client or server code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2023 06:15 AM
Helo @kiran kumar m1 ,
you can call in all of the above choices that you have written.
Basic thing is you can call a script include in server side and client side too
1.glide ajax - client side
2.reference qualifiers - server side
3.ui actions -client and server both
4.client side - client scripts
5.schedule jobs - server scripts
Hope this helps
Mark the answer correct if this helps you
Thanks