Groovy
Discussion List
-
WFP Issue with "Incremental Process Data with Synchronize Defaults" rule after the May UpdateDid anyone have an issue with running the "Incremental Process Data with Synchronize Defaults" script in WFP after the May update? The OOTB rule is throwing an error aft… -
How do you automate turning off email notification setting in Task Manager after a clone?Summary: I'm trying to figure out how to automate turning off email notifications in Task Manager when a clone from production is run to prevent emails being sent to use… -
Does server-side groovy script allow use of Agent2Agent to get password for login?Our enterprise standards do not allow use of password.epw file to store passwords. We have to store privileged user password in enterprise vault. Most examples that I sa… -
Groovy Script Validator no longer displays under the new 26.05 versionSummary: Content (please ensure you mask any confidential information): Hi All Any of you experiencing this behaviour? Under the new version 26.05 the Groovy Script Vali… -
Exporting Supporting Details to CSV via GroovySummary: Hello, I'm looking to see if there is a way to export Supporting Details/Line Item Details from EPBCS via Groovy in a CSV. As of right now we have a process of … -
EPM to ERP interface / hierarchy export strategySummary: Hello, We would like to do a data extraction from EPM Cloud for a specific hierarchy level (level 4 - the hierarchy has more then 10 levels) of a dimension (the… -
Missing Groovy Script Validation in Test EnvironmentI noticed when going through the May updates in the Test Environment that the button is missing to validate Groovy Rules. Production still has it and I want to make sure… -
Retrieve the URL from the applicationSummary: When executing business rules in Oracle EPM Cloud Planning I would like to retrieve the URL of the current application. Is there any function allowing the retri… -
Seeing different results in Groovy 26.04 vs 26.05 in variable settingSummary: Validating business rules between 26.04 and 26.05 and we found syntax that produces different results Content (please ensure you mask any confidential informati… -
The account does not exist in SFA but it does in OTBISummary: The account does not exist in SFA but it does in OTBI Content (please ensure you mask any confidential information): Good day, I have a question regarding SFA, … -
Redwood Migration: Custom Opportunity Page Buttons/ActionsHi, we have a lot of custom buttons/actions, as you can see from the screenshot below, on the Opportunity detail page in Sales (Classic UI). How can we recreate them in … -
UnZipping Files using zipOutputStreamJust some sample code to use the new zipOutputStream function String exportJobName='Job_Console_Export_20250925.zip' zipInputStream(exportJobName).withCloseable { ZipInp… -
Clearing ASO cube on RTPs with GroovySummary: I am new to EPBCS and Groovy. I have a requirement to clear partial data from ASO cube by users on recurring basis. I am trying to write a business rule which u… -
Groovy Script Validator Email But No ErrorsHello - We received an email on 3/27/26 that "Our diagnostics has indicated that the Groovy scripts on your following environments are not compatible with the Groovy eng…Heero Yuy 68 views 4 comments 1 point Most recent by Guntuka VenkataKrishna EPM Platform and Freeform -
Run a database refresh embedded in a rule from a PipelineI believe similar questions have come up but haven't seen a straight answer for this use case. I have a groovy business rule that performs this high level sequence: Cond… -
Error occurred in Groovy datamapsSummary: We've created a custom datamap using groovy, where We're customizing few dimension members. The script runs smoothly if we hardcode the Account members but fail… -
How to make a URL field clickable on Contact object (Classic UI)Hello, We are using Oracle Sales Cloud – Classic UI. On the Contact object, we need a custom text field called “Contact URL”, where users enter a web link (for example: …