- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2024 04:35 AM
Please help in providing steps to call a Script Include in scoped application from Global Business Rule?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2024 04:53 AM - edited ‎03-05-2024 04:59 AM
Hi @Rohit Singh ,
Yes you can, add the api name available in script include,
like add application name before adding script include name
var siname = new sn_vul.getUserDtail().getUser();
api name.<function name>;
Please check and Mark Helpful and Correct if it really helps you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2024 04:53 AM - edited ‎03-05-2024 04:59 AM
Hi @Rohit Singh ,
Yes you can, add the api name available in script include,
like add application name before adding script include name
var siname = new sn_vul.getUserDtail().getUser();
api name.<function name>;
Please check and Mark Helpful and Correct if it really helps you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2024 07:15 AM
I am able to get the return value from script Include but when I am using that return value to set a field using GR in my BR then it's not happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2024 07:17 AM
@Rohit Singh could you please share the code or give some screen shots ?