where can we call a script include?

DileepSriD
Tera Contributor

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

2 REPLIES 2

Samaksh Wani
Giga Sage
Giga Sage

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

 

 

Sid_Takali
Kilo Patron
Kilo Patron

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