The CreatorCon Call for Content is officially open! Get started here.

where can we call script include

kiran kumar m1
Tera Contributor

where can we call script include?

1.glide ajax

2.reference qualifiers

3.ui actions

4.client side

5.schedule jobs

2 REPLIES 2

Elijah Aromola
Mega Sage

You can call a script include anywhere you can execute client or server code. 

Mohith Devatte
Tera Sage
Tera Sage

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