how to call a script include and a function from business rule when to run condition?

jobin1
Tera Expert

Hi All

how to call a script include and a function from business rule  in "when to run" condition?

 

find_real_file.png

1 ACCEPTED SOLUTION

shloke04
Kilo Patron

Hi @jobin 

You can call a Script include in the BR as shown below with syntax as below:

new Script Include Name().Function Name();

find_real_file.png

Utilize the condition field in the BR which gives you the flexibility of calling a Script include and Function as you need.

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

View solution in original post

2 REPLIES 2

shloke04
Kilo Patron

Hi @jobin 

You can call a Script include in the BR as shown below with syntax as below:

new Script Include Name().Function Name();

find_real_file.png

Utilize the condition field in the BR which gives you the flexibility of calling a Script include and Function as you need.

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

@shloke04 its working thanks bro