Home Authors Posts by Ahmet Daylan

Ahmet Daylan

Ahmet Daylan
28 POSTS 0 COMMENTS

Groovy – Run EPMAutomate commands

0
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 Cloud using Groovy. You do not need to install EPM...

Groovy – Run A Data Management Rule from Business Rules

0
It is time to consider running your Data Management Rules attached to forms like run on save or consider giving an action menu to users to pull some data in by triggering data load...

Groovy – Filter by UDAs

0
Referring to one of my earlier blogs about Filter by Attributes, I have got same query from multiple people on how to utilize UDAs in groovy. Suppose you have a Resource dimension in your...

Groovy – Automate User Variables

0
Who loves those error messages ? While user variables are providing a great mechanism to increase user experience, initial setup of user variables are always problematic in a way that it can slow down...

Groovy – Realtime Access to External Tables.

0
Groovy and RestAPIs combined together provide a big array of possibilities. I will walk you through in this post how to connect to an external table, read records from it and add new records...

Groovy – Run Privileged Functions With Non-Admin Users

0
Privileged MethodSome methods can only be called by a user with certain privileges. For example delete() on Member class, saveMember() on Dimension class, execute() on DataMap class, setSubstitutionVariableValue() on Application and Cube classes will...

Groovy – Use Force to Edit Read-Only Datacells

0
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 calc member calculated by multiplying Unit and Price members with...

Groovy – Filter by Attributes

0
Another strong advantage of groovy scripting is that you can access application dimensions and create dynamic list of members that your algorithm requires on the fly. It is quite easy to access list of...

Groovy – Send Emails from Business Rules

0
I wanted to explore sendmail option, test how it looks and give a few ideas in terms of how it can be utilized in EPM applications space. I started with a RestAPI client to...

Groovy – Manage Approvals – Part II

0
After receiving lots of positive feedback for my previous blog, “Groovy – Manage Approvals”, it is time to get on with a bit more about Groovy combined with RestAPI resources to manage approvals. In certain...