Groovy
Discussion List
-
Delay in calc manager to recognize new Smart Lists/Variables?Summary: I created a new SmartList within Planning and new Variables in Calc Manager. The SmartList isn't showing in the options for variables and the variables are givi… -
New Utility for Validating Groovy Business Rule Scripts ( Enterprise version ).We understand that the new Utility for Validating Groovy Business Rule Scripts is available in the test environments ( Enterprise version ). However, could some let us k…Mthembeni Soganile 51 views 3 comments 1 point Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
How to filter SR Status values based on selected Category in Oracle Fusion Service?Summary: I'm working on Service Requests in Oracle Fusion and using standard SR fields. I want to implement logic where the Status field values are filtered based on the… -
The email is not visible in the UI, but it is still triggering the validation scriptSummary: We have a validation script that queries active contacts where Status = 'A' and Internal Flag = 'N'. This validation is triggered in both scenarios — when a use… -
Metadata Integration between EPM Cloud ApplicationsSummary: How to integrate metadata between EPM Cloud Applications? How to transfer metadata files to other EPM applications? Content (required): Hi all, between two EPM … -
Groovy script validatorHi Community Folks, As released by Oracle in August patch, while using Groovy script validator, I am getting below two compile errors in some of my groovy scripts writte… -
Groovy to show a message that does not indicate an error in Planning / Free Form?Summary: Hi, We're using the MessageBundleLoader in Groovy to display information to the users in our Free Form application. I have not found a way to display a message … -
How to configure auxiliary dimension for opportunity custom field for territory assignmentContent Hi All, Can anyone help me with steps or special configuration steps required to setup opportunity object custom field as auxiliary dimension. i was following or… -
Oracle EPM Platform: Looking for exact Release Date of new groovy engineWith the August Release of Oracle EPM (Planning Cloud) the update of the groovy Engine was announced for the 2nd half of Year 2025 (pop-up window on start screen and rel…R Abel 101 views 2 comments 0 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
EPM Automate Server-side script- Running IntegrationSummary: Content (please ensure you mask any confidential information): I'm trying to run a data integration job using the runIntegration command from a Groovy Business … -
Data File rename in EPMDear Experts, We are moving file from SFTP to EPM application using REST API. As a next step we want to rename those files once it got moved to EPM overview. Is there an… -
Missing Groovy Script ValidatorHas anyone else managed to find the Groovy Script Validator? The release notes for Aug 2025 say, "This update provides a program called the Groovy Script Validator" but,…DGreen 71 views 4 comments 0 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
Current Row of a Field of the Business Object in the Object Function using Groovy scriptSummary: We are doing a Calculation though a Object Function. We need to Calculate based on the Particular Row selected. Can anybody Please share a sample groovy code to… -
Results of Groovy Script Validator BlankSummary: For a number of applications, all of which have Groovy code in place, the Groovy Script Validator Report is not producing any results where we were expecting th…Evan L 111 views 5 comments 0 points Most recent by Ujwala Maheshwari-Oracle EPM Platform and Freeform -
Scheduling a Process on Business Days OnlyHi, We have a requirement from the client to schedule the process "Schedule Custom Groovy Object Functions" only on business days. Is there a way to do this? Thank you, … -
Deleting file from Inbox/Outbox Explorer using REST APIHi all, We are trying to delete a csv file from Inbox/Outbox Explorer using the below REST API https://docs.oracle.com/en/cloud/saas/enterprise-performance-management-co… -
Not able to set revenue line revenue currency from opty header using groovySummary: Need to convert the Opportunity Revenue lines currency values based on the Currency change on the Opportunity header. Content (please ensure you mask any confid… -
Groovy: Essbase Error(0) Invalid member nameHi all, I am trying to retrieve the date from a combination using DataGridDefinitionBuilder and extract year, month and day from it. The approach might be a bit long but… -
OAuth 2.0 - Secure Store Example and which encryption is suggested?Summary: What is indicated by Secure Store here and which is the suggested/preferrable encryption? This is for OAuth 2.0 Device code grant type, and this is as per admin… -
how to extract Integration period in EPM Agent using GroovySummary: I am trying to extract the period for which that integration has executed , Content (please ensure you mask any confidential information): Version (include the … -
OAuth2 Refresh Token Request not working from EPM Groovy ScriptSummary: We are facing issue while calling Rest API to generate an OAuth2 token using EPM Groovy script. I am trying to run the following code, but if I try same step in…Gajendrababu Srinivasan 111 views 10 comments 1 point Most recent by NarayananS EPM Platform and Freeform -
Data workbench export to excel optionSummary: I tried to export workbench data to excel Content (please ensure you mask any confidential information): I have received a requirement from a user to export wor… -
How to transfer null value from CDM to FA through OICSummary: Hi, I have an integration from CDM to Fusion Application through OIC. But, I've found out that null or '' values can not be sent to FA. For example current valu… -
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 … -
ChatGPT API IntegrationSummary: Posting a small groovy snippet to allow chatGPT API integration. This is meant as a bit of fun with no practical applications at the moment. You will need to ge… -
Is there a way in Groovy to throw an error message with line separator in error promptSummary: Content (please ensure you mask any confidential information): Hi Experts, Is there a way to include line separators in error messages when using Groovy? I'm cu… -
Run More Than One Calc Script in Groovy ScriptSummary: I am trying to run multiple pieces of calc script from one groovy script. It is executing the first piece essCalc1 and then the data push that is after essCalc1… -
How to create Approval flow using BPM Worklist for custom objectHi, There is a requirement to create a Approval flow for a custom child object of opportunity object. Once workflow is triggered, the email should have the opportunity l… -
Groovy's BeforeUpdate does not workThe BeforeUpdate script does not run when I add an attachment to a Opportunity. Please tell me how to run a script when adding an attachment.