Ahmet Daylan
Rest API – Export Audit Logs
Exporting Audit logs for last 24 hours into a .zip file is quite easy with the combination of Groovy and REST API. Here is an example.
def params = new JSONObject()
...
Groovy – Data Push with Smart List
Smart Lists can act as a virtual dimension in your cube that may represent data points and they can be leveraged to pivot data points to actual dimension members while you are pushing data...
Rest API – EDMCS Import / Export Metadata
Enterprise Data Management Cloud Service has got a rich set of RestAPIs that may allow you to run and automate many business processes. You can get all applications registered within your EDMCS instance by...
Groovy – Narrative Reporting Burst Reports
Burst definitions in Narrative Reporting is very powerful when you want to deliver the reports out with an email attachment. Good news is email address that you are defining for the report delivery does...
Groovy – Run FCCS Consolidation
You can trigger FCCS Seeded Rules from groovy business rules. This may be useful if you want to elevate some of your users to trigger the consolidation for a higher level entity parent for...
Groovy – Metadata Accelerator
I have developed different versions of Metadata Accelerator tools to drive metadata build requirements in many different projects in my career. While it may be strategically the best option for companies to invest and...
Groovy – Capture Edited Cells
This is a very powerful functionality in groovy. I noticed I keep using this in my projects and never had a chance to write about it before. I am saying this is powerful just...
Rest API – Import Security
In order to run Import Security jobs in your instances, you will need a .csv file which contains the security details you want to import into your application. In my example, I will mention...
Groovy – Warning Message – Are You Sure ?
Quick tip on how to ask users question before you let them run a critical rule which may take a while to execute, delete data or impact metadata. You can create a template to...
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 look at it from here. I have been thinking about...