Groovy
Discussion List
-
Groovy CreateFileWriter bug/defect? File generated not located in Outbox.Summary: The Groovy documentation for CreateFileWriter method (https://docs.oracle.com/en/cloud/saas/enterprise-performance-management-common/groov/oracle/epm/api/script…Chad Alexander 51 views 3 comments 0 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
how to map data from lead qualification question to custom fields in lead page oracle sales cloudSummary: lead qualification Content (please ensure you mask any confidential information):lead Qualification Version (include the version you are using, if applicable):O… -
Groovy code to create an Opportunity Partner using the data of Partner record from another Opty recSummary: I have a requirement to create an Opportunity partner record in an Opportunity based on the Opportunity Partners already added in a different Opportunity. Conte… -
Dynamic filtering of products based on PricebookSummary: Dynamic filtering of products under revenue lines of an opportunity based on Price books Content (please ensure you mask any confidential information): Navigati… -
Automate Creating Mappings in Data ManagementHello All, For Account Dimension, when we launch an Integration from EPRC, and finally in log of the Process details there are members that are not mapped / or don't exi… -
How To Get Lookup Meaning Using Lookup Code in Groovy ScriptContent Hi, I want to get the Meaning using Lookup Code as a filter in Groovy. How can I do it? Thanks, Ed Version 21AUser_2025-07-18-06-07-44-367 719 views 3 comments 0 points Most recent by Jaison Joseph-Oracle Sales -
How to get Product Name from Opportunity using GroovyI have a requirement to concatenate Account Name + Product Name as Opportunity Name in Opportunity creation page. I use BeforeInsert object trigger for this. I can get t… -
How to Pass Multiple Parameters in Business Rule using Groovy ScriptSummary: We have written this Business Rule and we want to Update the Status Field based on three parameters peno, pperiod and ptype. def vo = newView('Employee') addBin… -
Exporting a custom MR report from Library to Inbox/Outbox ExplorerHi all, Good Day! We have a report developed for our client as shown below. So, is there any possibility of pushing this report to Inbox/Outbox Explorer in PDF format us… -
input text that is entered by the user needs to be coveted to Romanized text.Hello Team, We have a requirement like the input text that is entered by the user needs to be coveted to Romanized text. For ex : 姜 must be Romanized to Jiang) Please h… -
how to display the Account Site DFF from AR in CXSummary: We want to know if there is any possibility to display the information available in Receivables Customer Account Sites DFFs in CX. Currently, only the Address i… -
Groovy - How to detect than an account is de-associated from a contact?Summary: How to detect than an account is de-associated from a contact using Groovy? Content (please ensure you mask any confidential information): I have a Contact obje… -
Filter Criterion ADPSummary: We are using 3 Combo box to Filter Data Emp Noi, Department and Salary. We have written 3 Java scripts for each Filter to Filter the Data and Calling the Functi… -
Use Checkbox to Select and Update the Data SelectedSummary: We are fetching the data from BO on to the Page based on Combox Filter. We have an Additional Requirement to additionally use a Checkbox in the Page and Select … -
How to check if member exists in Account dimensionHello experts, I have a requeriment to do. In my account dimension I have two hierarchies. First one has nevershare members like this: 600001 / 600002 / 600003 / 700001 … -
Reading a Data Integration Log in a Groovy Script to get the list of kickouts.Summary: Can we read the data integration/data management logfile in a groovy script to read the kickouts from the log and email them in a separate file? Content (please… -
Checkbox Usage to make Table Data Read only.Summary: We have a requirement where once the user checks the Checkbox then the data fetched on the Table from the BO should be changed to Read Only. Please advise with … -
Need multiple levels of Budget ApprovalsHi Folks, There's a requirement from Client in budget approval process where they want two options for budget approval, one direct approval and sign off (Where you don't… -
Modify notification email content in SFASummary: Modify notification email content in SFA Content (please ensure you mask any confidential information): Good morning forum team, I need to change the content of… -
Has anyone performed custom copy map operation using groovy?Summary: can we use copy map in groovy? is this possible to copy all fields from one object to another. Version (include the version you are using, if applicable): Code … -
View Object equivalent to "Get all product groups": catalogProductGroupsSummary: Is there a View Object equivalent to "Get all product groups": catalogProductGroups? from Oracle Rest API documentation (Get all product groups) : https://docs.…Christian Gerald Patacsil 71 views 4 comments 0 points Most recent by Christian Gerald Patacsil Sales -
Success message groovySummary: Success message groovy Content (please ensure you mask any confidential information): Dear good afternoon, I would like to know if there is a way to display a s… -
How to implement loadMoreOnScroll for Rows on ADPSummary: loadMoreOnScroll for Rows on Table with ADP variable fetches default 25 Rows. How to Fetch more than 25 rows for ADP Content (required): Version (include the ve… -
Business Rule execution taking longer time through Groovy than when run separatelySummary: While I am calling a BR (with RTP) through EPBCS Groovy the BR is running for longer time than triggering the BR (with the same RTP) directly via Calc Manager o…Ankita Roy-Oracle 21 views 3 comments 0 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
Is there a way to turn of RestDataGrid Data Changes from being posted into Audit as DataSummary: We use Groovy/Rest rules to move data within Cubes and also sending data to and from Cubes. All of these transactions of sending data are being recorded in the … -
How to create multiple members via Groovy ?Hello All, We are trying to create 50 members via groovy : from "Projet_1" to "Projet_50". For that I'm using this script (published by Shehzad KAZMI) : Instead of creat…