ActionUtils

mjocasio23
Tera Expert

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 ?

 

1 ACCEPTED SOLUTION

No impact to OOB features.

You are must make this util available to be called from all app scopes.

 

Regards,

Sachin

View solution in original post

7 REPLIES 7

will did cause any impact from the out of box features?

No impact to OOB features.

You are must make this util available to be called from all app scopes.

 

Regards,

Sachin

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.