- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018 11:19 AM
I have overriten a UI action from dmn_demand or idea table from the demand suite to carry over in my new application scope. I noticed I get a warning in systen log: ActionUtils isnot define. How can I call this global code in my application scope ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 01:14 PM
No impact to OOB features.
You are must make this util available to be called from all app scopes.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 11:20 AM
will did cause any impact from the out of box features?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 01:14 PM
No impact to OOB features.
You are must make this util available to be called from all app scopes.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2022 09:45 AM
An alternative method is to use a "Jump Script" script include w/in the global scope, or globally scoped app, that extends the OOB ActionUtils object, and grants access to application scopes. This approach ensures you'll automatically get updates to the OOB ActionUtils script include with future platform upgrades.