Groovy
Discussion List
-
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… -
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 61 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 … -
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文字以上を入力するとエラーになるように検証ルールで設定できますか? できる場合のスクリプト例をお願いします… -
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 11 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 …