Can we have the ability to call a Client callable script include from server side like BR?

C_30
Kilo Contributor

Can we have the ability to call a Client callable script include from server side like BR?

1 ACCEPTED SOLUTION

kushal Tayade
Mega Guru

 

 You can call Server side script include from a client callable script include using gs.include("ScriptInclude"). Call the client side script include from client side.

 

You can also Call the server side script include from server scripts.

 

 

Thanks,

Kushal

View solution in original post

3 REPLIES 3

Santhosh23
Tera Expert
Yes by means of using gs.include("name of script include")

kushal Tayade
Mega Guru

 

 You can call Server side script include from a client callable script include using gs.include("ScriptInclude"). Call the client side script include from client side.

 

You can also Call the server side script include from server scripts.

 

 

Thanks,

Kushal

Saroj Patel
Tera Expert

@kushal Tayade But the question is can we call client callable script include from server side and you are changing the question.