Dayalan Punniyamoorthy Blog

Tuesday, December 31, 2024

A Deep Dive into FlexibleDataGridDefinitionBuilder and DataGridDefinitionBuilder!

In the world of Oracle EPM Cloud, data grids serve as the backbone for interacting with multidimensional datasets. Whether you're querying data or preparing it for analysis, the choice of grid definition builder can significantly impact your productivity and script efficiency. Oracle EPM Cloud provides two main tools for constructing these grids: DataGridDefinitionBuilder and FlexibleDataGridDefinitionBuilder.

In this blog, we’ll explore these two builders, dissect their features, and help you decide which one suits your needs. Along the way, we’ll cover best practices, showcase example scripts, and highlight why the flexibility of the FlexibleDataGridDefinitionBuilder often makes it the preferred choice for modern Oracle EPM applications.

Tuesday, December 17, 2024

Automating Multiple Data Push in Oracle Cloud EPM Using Groovy Business Rules!

In Oracle Cloud EPM, Groovy scripting has become a powerful tool for automating business processes, ensuring real-time validations, and enhancing interactivity. This blog explores a practical use case where a Groovy business rule dynamically sets substitution variables and validates Data Maps before executing Smart Push operations.

The rule also demonstrates on using runtime prompts (RTPs) to set values for Substitution Variables, validate Data Map existence, execute Smart Pushes for specific members, and log user execution details.