- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 03:57 AM
Hi ,
My script include is
Human recourse :Lifecycle Enterprise and
business rule is in Global .
Can you tell me how to write a script to call script include .in the business rule because both are different scope.
Thanks,
Chandan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 04:02 AM
Hi @chandan31 ,
If u want to call any script include which is in other scope than global u can just do like this
new api_Name_of_the_Script_Include().function();
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 04:02 AM
Hi @chandan31 ,
If u want to call any script include which is in other scope than global u can just do like this
new api_Name_of_the_Script_Include().function();
Thanks,
Danish