Rest API – Import Data Slices
It was my first blog in this platform where I mentioned how to retrieve data points from epm cloud applications. You can have a...
Groovy – Run EPMAutomate commands
Server side execution of EPMAutomate commands are enabled with a recent update (21.08). A few EPM Automate commands can be run directly in EPM...
Groovy – Run A Data Management Rule from Business Rules
It is time to consider running your Data Management Rules attached to forms like run on save or consider giving an action menu to...
Groovy – Filter by UDAs
Referring to one of my earlier blogs about Filter by Attributes, I have got same query from multiple people on how to utilize UDAs...
Groovy – Run a privileged SmartPush
At the beginning of May, Ahmet has published a really interesting article Run Privileged Functions With Non-Admin Users which I highly recommend as I...
Groovy – Automate User Variables
Who loves those error messages ? While user variables are providing a great mechanism to increase user experience, initial setup of user variables are...
Groovy – Realtime Access to External Tables.
Groovy and RestAPIs combined together provide a big array of possibilities. I will walk you through in this post how to connect to an...
Groovy – Run Privileged Functions With Non-Admin Users
Privileged MethodSome methods can only be called by a user with certain privileges. For example delete() on Member class, saveMember() on Dimension class, execute()...
Groovy – Use Force to Edit Read-Only Datacells
In this simplified scenario, suppose you have following form where you have products in the rows and Measures in the columns.
Revenue is a dynamic...
Groovy – Filter by Attributes
Another strong advantage of groovy scripting is that you can access application dimensions and create dynamic list of members that your algorithm requires on...