Groovy
Discussion List
-
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 114 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. -
Referencing Assessments on Validation Rule for OpportunityObjectTrying to create a Groovy Script for a Validation Rule on the Opportunity Object. Essentially stating: if(OpportunityType_c == 'NEWANNUITYACCOUNT' && Revenue >= 100000 &… -
How to make saved search based on a DCL fieldHi, We have a custom object used and there is one DCL field created in the object to assign a record to a particular user. I want to create a saved search based on that … -
Getting error while updating a custom field in Resource objectHi, I am trying to update a field in Resource object when a change happens in a custom object. We have a DCL field in the custom object to select a resource from the res… -
Redwood - Display different child object SubViewLayout based on parent record dataSummary: Hi, on Redwood UI we have the need to differentiate the SubViewLayout for a child object (revenue items) based on data from the parent record (opportunity). Con… -
Attribute dimensions in FlexibleDataGridDefinitionBuilder?Summary: Do FlexibleDataGridDefinitionBuilders allow the use of attribute dimensions? Content (please ensure you mask any confidential information): I've been told multi… -
How to obtain the file name attached to a OpportunityCan Groovy generate an error when a comma is included in the file name attached to a Opportunity? -
EPM Planning : Multiple File/Report download into Local system/EPMA ServerSummary: I am using a combination of executeReportBurstingDefinition, exportLibraryDocument & downloadFile EPMA commands to download few Reports in the EPMA Server.Now I… -
How to remove attribute from the member using groovySummary: Hi , I am trying to remove custom attribute from the member using groovy. I can see member being removed from memberproperties but it is still showing custom pr…SrikanthReddy-Oracle 41 views 4 comments 0 points Most recent by Viorel "Van" Andritoiu-Oracle Planning -
Groovy code to Set Contact Owner as Account Owner - Oracle CX Sales and Service FusionSummary: We have 80000 contact in system. Business wants that all contact's owner must be same as linked Account's Owner. And also if Account owner is updated then autom… -
Custom Object is not available in Import ManagementSummary Custom Object is not available in Import Management even after adding 'Custom Object Administration' role to User and checking Create,Update,Delete check-boxes f… -
Shared Members Showing as Dynamic Calc in Groovy toMap() MethodSummary: When filtering Alternative Cost Center Hierarchy members by "dynamic calc" using toMap(), shared members are unexpectedly included in the results alongside true…