Groovy
Discussion List
-
I want to check the file name of Opportunity attachments using Groovy.I want to generate an error when saving if there is an apostrophe in the file name of an Opportunity attachment. When I implemented this in the BeforeUpdate trigger, if … -
Account before insert trigger not working from RESTSummary: Account Before Insert trigger does not run, when calling REST api Content (please ensure you mask any confidential information): Hi, we're creating accounts via… -
How to use groovy script to run the allocation in PCMCS and how to load driver data using groovySummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
Is it possible to set attribute value from SL value?Summary: Is it possible to convert SL Value and attach it on attribute dimension. Can we do it using groovy, if yes could you please share code snippet. Content (please … -
Getting error Cannot find matching method java.util.Date#format(java.lang.String, java.util.TimeZoneSummary: Getting below error for one of the Groovy scripts in Groovy Script Validator. But we can validate and run the rule without issues Cannot find matching method ja… -
Automation Mechanism for Approval Status SynchronizationHi Gurus, I am seeking an automation mechanism that will allow the approval status of an entity in PBCS to change based on the approval status of the same entity in FCCS… -
Data push for large volumeContext: We need to push ~12–15 million records from a Source ASO cube to a Target ASO cube within the same application. Standard data push and Groovy-based export/impor… -
Is there a way to iterate over files in inbox/outbox and get the timestamps, using groovy ?How can I iterate over file in inbox/outbox, using groovy and get the timestamp of those files ?Addi_B 12 views 1 comment 0 points Most recent by Viorel "Van" Andritoiu-Oracle EPM Platform and Freeform -
Address Verification Integration with Code 1 in Oracle CXSummary: I have implemented an address verification integration with Code 1 from Oracle CX, which is triggered during address creation in Oracle CX via OIC. When a user … -
Contacts are not visible in List view but able to see in Hierarchy ViewSummary: In Accounts we have Contacts and Relationships, but for 2 of the contacts we could see the Relationship but that contacts are not visible in contacts tab under … -
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…