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...
Groovy – Send Emails from Business Rules
I wanted to explore sendmail option, test how it looks and give a few ideas in terms of how it can be utilized in...
Groovy – Manage Approvals – Part II
After receiving lots of positive feedback for my previous blog, “Groovy – Manage Approvals”, it is time to get on with a bit more...
Groovy – Manage Approvals
Using approvals basically allows you to monitor and manage your workflow within the specified process. Approvals help you manage the corporate planning process and...