Groovy
Discussion List
-
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… -
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 … -
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… -
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… -
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 64 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: … -
Perform 'Run Assignment' on Account Object using ScriptSummary Perform 'Run Assignment' on Account Object using ScriptContent Hi I have a requirement to perform territory assignment operation on account automatically when th… -
How to fetch Business Unit ID in groovy script?There are two Business Units in our system. We had a script to invoke one REST API depending on BU ID. So, we need to fetch the BU IDs from the instance into groovy scri… -
Renaming UDA member nameSummary: Is it possible to rename a UDA member? We have used it across multiple forms, reports, and business rules, so we want to avoid updating forms and reports if pos… -
Error while updating Cust Contact point "Attribute PartyId in view object PersonParty cannot be set"Summary: Getting error while updating customer contact point using webservice as "BO-27008: Attribute PartyId in view object PersonParty cannot be set." Code Snippet: Re… -
groovy business rules for emailSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
リソースの日付で最新の所属店を取得したいCX Salesの式項目(Groovy)にて、リソースの現在の所属組織を取得しようとしていますが、 過去の履歴が含まれてしまい困っています。日付で現在の所属組織だけ取得する方法はないで… -
Referencing a formula column in form while using the data grid cell iterator in groovySummary: Is there a way to reference a formula column that is on the form, while we iterate using operation.grid.dataCellIterator().each Content (please ensure you mask … -
how to automate a refresh member from data exchange with groovy rule?Summary: how to automate a refresh member from data exchange with groovy rule? Content (please ensure you mask any confidential information): We created a groovy rule to… -
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… -
ContactのStateの値を文字数制限を行いたいSalesCloudのContactの住所項目Stateで文字数制限を行いたいです。 4文字以上を入力するとエラーになるように検証ルールで設定できますか? できる場合のスクリプト例をお願いします… -
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… -
How to make Smartlist dynamicallyHello everyone, I am working with EPBCS. In the form, I have member which contains a smartlist. In this smartlist I have 4 values. My question is, is Groovy help to limi… -
Is there a way to fetch the responsibility information of a contact in AR?Summary: I'm trying to fetch the responsibility information of a contact associated with a Customer Account or Customer Account Site in AR . I would like to know if this…S Esha-Oracle 12 views 1 comment 0 points Most recent by Umamaheswarareddy Ambati-Support-Oracle Subledger Accounting & Accounting Hub -
File renaming issue in EPBCSSummary: I want to rename the file after unzipping the data export file. Content (please ensure you mask any confidential information): I tried several ways to schedule … -
How to parse error body in REST API call with Groovy?Summary: Good afternoon. Hope you can help me out. We have a Groovy script in our Fusion environment that sends a REST call. Once in a while we will receive an error fro… -
Field trigger is not working in Redwood UISummary: we have a lot of field trigger functions used in our system and unfortunately it is not working properly in redwood. example we have field 1 and field 2, when u…