Welcome to My Blog!

Meet EPM Radiance

With Groovy, it is now simpler to connect to an external cloud service, skipping unnecessary calculations dynamically, processing data sets more efficiently than before, creating advanced computations, and improving error handling. I primarily discuss EPM Groovy, server-side EPM automation, IPM, and other topics in EPBCS (Planning and Budgeting).

RECENT ARTICLES

Check my latest articles

  • EPM CALC MANAGER – CalcMgrLogMessageTrace Function: A Swiss Army Knife for Business Rule Functions Learning, Creation, and Debugging

    EPM CALC MANAGER – CalcMgrLogMessageTrace Function: A Swiss Army Knife for Business Rule Functions Learning, Creation, and Debugging

    Developers who develop business rules rarely get a function that is purely designed for them. Groovy, for example, allows us to debug a script by printing the outcomes in the job console log, but what about regular business rules? In calculation manager, there is a debug option that has been available for a long time,…

    /

  • EPM GROOVY – HOW TO COMPRESS A TEXT FILE WITH GROOVY FOR EMAIL ATTACHMENTS AND FASTER DATA TRANSFERS

    EPM GROOVY – HOW TO COMPRESS A TEXT FILE WITH GROOVY FOR EMAIL ATTACHMENTS AND FASTER DATA TRANSFERS

    SEND EMAIL FEATURE both server-side and client-side EPM Automate supports the sendmail command to send custom email notifications to users. This is commonly used to summarize the tasks from scheduled jobs and inform system administrators of the job status PIPELINE IS AN AWESOME ADDITION With the new pipeline feature, which sends a well-formatted email with…

    /

  • EPM GROOVY – MULTILINGUAL ERROR MESSAGES: A GUIDE TO SHOWING THE RIGHT MESSAGE TO THE USER BASED ON THEIR PREFERRED LANGUAGE

    EPM GROOVY – MULTILINGUAL ERROR MESSAGES: A GUIDE TO SHOWING THE RIGHT MESSAGE TO THE USER BASED ON THEIR PREFERRED LANGUAGE

    Oracle EPM is a global tool that offers its services in a wide range of languages. However, when it comes to error messages, most consultants only consider English. This may have been the case in the pre-EPM Groovy era, when we had to use the @RETURN statement from Essbase to show error messages. In the…

    /

Do you plan on reading previous posts?

GET STARTED

Find few resources to get started with Groovy

We’ve gone over everything you could possibly want to have. You are one step closer to a successful implementation.

Single Page Documentation

As the name implies, it is official documentation that contains all the information needed to begin groovy scripting on a single page. It is a comprehensive, free documentation.

Official Groovy Blogs

The Groovy creators themselves have been blogging about a variety of subjects lately. It is quite beneficial to broaden your perspectives. Keep an eye out for upcoming posts.

Groovy JDK API Documentation

The Groovy creators themselves have been blogging about a variety of subjects lately. It is quite beneficial to broaden your perspectives. Keep an eye out for upcoming posts.

Groovy Style Guide

This manual demonstrates how to use new operators, closures, and other advanced Groovy syntactic features. The difference between the use of static and dynamic type is covered in this reference manual.

ALSO..

Knowing Groovy alone is not much helpful without EPM Knowledge

To learn about the Oracle EPM world, you can familiarize yourself with the topics and links below.

Groovy Rules Java API

Oracle EPM Groovy APIs allow you to write Groovy code to perform tasks such as managing data, executing calculations, managing dimensions, managing cubes, managing approvals, and managing users in EPM Cloud. Groovy gives us creative wings to build EPM Applications .

REST API Reference

Oracle EPM REST APIs are a set of APIs that allow you to interact with Oracle EPM Cloud applications from external systems. Oracle EPM REST APIs can help you to get more out of your EPM Cloud environment by making it easier to connect with other systems and automate your processes.

EPM Automate

EPM Automate is a powerful command-line tool that can be used to automate a wide range of tasks in Oracle EPM Cloud environments. Server-side EPM Automate allows Automate commands to be executed on the EPM Cloud server, which can be useful for tasks that require access to the EPM Cloud server’s resources.

Pipeline

Pipelines allows you to coordinate multiple tasks into a single process, and to coordinate jobs across instances from a single location. In short, Pipeline makes data integration and admin tasks easier, more efficient, and more transparent.

Frequently asked questions..


1

Is groovy enabled for all planning applications?

Depending on the subscription licence; before moving ahead, please confirm with the sales manager.

2

What is BYOML?

Bring Your Own Machine Learning. It’s a new feature that was introduced to the planning application to leverage externally trained machine learning models for forecasting and budgeting.

3

Can we import EPM APIs in Groovy Console?

Use of the EPM API outside of the Calculation Manager is not permitted.