Home Blog
Groovy – Proactive Validation
In many processes, users select specific combinations before executing a set of rules. However, invalid selections can occur for various reasons—such as a newly...
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...
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...
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...
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...
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...
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...
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...
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...
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...