Groovy: Data map for Power Users
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)
operation.application.
I cannot find documentation on security setup for specific user role, or how to restrict / allow access to users.
Tagged:
0