You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Groovy: Data map for Power Users

edited Dec 12, 2019 10:11AM in Planning 28 comments

Content

Hi all

 

We are doing a groovy calculation to send data from BSO cube to ASO cube, and is working fine but it seems that only admin users can run a Data Map, and the groovy calculation is running a data map.
 
It is possible to allow a Power Users to run a data Map, or is any any other option to use groovy to send data between cubes? 
 
This is the code we are using:
 
if(operation.application.hasDataMap("DM Actual"))
      operation.application.getDataMap("DM Actual").execute(["MRU":sMRU],true)
 
I cannot find documentation on security setup for specific user role, or how to restrict / allow access to users.
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!