top of page

Search


Updating Rolling Artifact Snapshot Backups Groovy Script for Groovy Engine Update
In the November EPM Planning patch update a new version of the Groovy engine, which has stricter validation rules, is being released. The Groovy Script Validator indicated that a rule I wrote about in a previous blog post needed updating so I thought I would add a post to show what needed to change and to provide an updated example. When I ran the validator the results showed that the date functions I had used were being deprecated and were not validating: Groovy Validator R

Sarah Ansell
Sep 303 min read
Â
Â


Tips for using REST API and groovy to run jobs in Oracle Cloud EPM Planning
Good to know tips for beginners using REST API via Groovy in EPM Planning

Sarah Ansell
Apr 25, 20244 min read
Â
Â


7 Day Rolling Artifact Snapshot Backups in the Cloud (Groovy Script)
*** September 2025 Update *** - Oracle have changed URL limits for the Connection set up so the localhost:9000 URL will no longer work to dynamically create your local connection. Now you will need to use the full URL in the format: https:// planning-domain .oraclecloud.com for example. Original Blog Each Oracle Planning Cloud environment has a Daily Maintenance window in which Oracle perform routine maintenance. During this automated process, the system will create a syst

Sarah Ansell
Jul 25, 20234 min read
Â
Â


Automating Data Integrations via Business Rules using REST API Commands
Automate EPM Data Load Rules without the need to install any automation software on a server. Entirely within the cloud. Make life easier, by kicking of one or more data load rules from the click of a button, using a Business Rule, which can be added to a Task List or a Data Form in EPM Planning. Define periods for loading via prompts at run time, or utilise substitution variables. Business Rule for running integrations - with Run Time Prompts Below is a step by step guide on

Sarah Ansell
Apr 5, 20233 min read
Â
Â
bottom of page