- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-22-2022 03:21 AM
Hi All
how to call a script include and a function from business rule in "when to run" condition?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-22-2022 07:30 AM
Hi
You can call a Script include in the BR as shown below with syntax as below:
new Script Include Name().Function Name();
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
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-22-2022 07:30 AM
Hi
You can call a Script include in the BR as shown below with syntax as below:
new Script Include Name().Function Name();
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
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-23-2022 03:19 AM