Groovy
Discussion List
-
What is the best way to export large amount of data to file?Summary: Trying to expor data to file but having issues of either Data export job generating .zip file, exportdataslice has cell limit of 500.000 or getting around cell … -
Unknown error using Groovy/REST API to move data from FCC to ASO Reporting cubeSummary: Attempting to write a Groovy/REST API script to facilitate data entry made within an FCC application to be moved, On Save, to an ASO Reporting application, setu…Evan L 72 views 1 comment 0 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
Data maps from BSO to ASO includes Dynamic Smart List members using GroovySummary: Hi All, Please review the bellow groovy script and help us to add the Smartlist syntax. Smartlist Name: SL_BillType ,Smartlist Member Name: Dyn_Billing Type, (T… -
Add parent account via groovy scriptSummary: Content (required): Hi everyone, does someone have an example of groovy script to manipulate the parent account on Account object? Mainly, we are interested to … -
Exporting data with combinations of Smart List members in EPBCSSummary: We are experiencing a delay with Smartpush execution, which is likely due to we use of dynamic members (Smart Lists). Is there a way for us to export data that … -
[Integrations & REST API] Struggling with updating Source Filters via REST APISummary: I am trying to create rules that utilize the REST API to override source filters when running integrations in Planning. Unfortunately, I cannot seem to get the … -
Download file via an API in Groovy RuleSummary: What is the location on a local computer while downloading a file via an API in Groovy rule ? Content (required): I'm trying to download a file from my EPMEnvir… -
How to Groovy for copying data in PlanningSummary: Trying to create a script in Groovy to copy data from one scenario to another, so far unsuccessful Content (required): I am running Planning Cloud. For various … -
Excel File Upload and Download using Application ComposerSummary: **This post was created as part of a How to Service Request (SR) Release: 23A Summary of the question: How to read some an excel file using groovy and use the v…Suri Natarajan-Oracle 151 views 1 comment 0 points Most recent by George-Enache-support-Oracle Sales -
Cannot access sandbox tool, 'Manage Service Mappings'Hello! I have created a sandbox and added the tool 'Manage Service Mappings'. However, I cannot access the 'Manage Service Mappings'. What could be the reason for this? … -
Retrieving cell value and posting backSummary: Hi, I have one member called "Counter->No Project" I want groovy to pick value from it and add 1 and post it back. I basically want to use this counter while cr…
-
Can groovy execute when a POV is submitted aka "Go"Hey Groovy experts, Is there anyway to execute code after a POV is selected, and entered? e.g you change multiple members in the POV and then hit the "->" icon. I want t… -
Generating a sequential, unique ID for a record/tuple?Summary: Generating a sequential, unique ID for a record/tuple? Content (required): I need to generate a sequential number for a field to have a unique ID for a record. … -
How to add line breaks or bullets in Long text field through groovy?Summary: I am trying to include bullet points into a long text field through groovy. Content (required): I am having a long text field in lead page where the value will … -
How to get the amount of Contacts assigned to an AccountSummary: How can I get the amount (count) of Contacts listed for an Account using Groovy? Content (required): The current groovy returns the incorrect number of contacts… -
How to configure email notification for Lead assignmentSummary: When a lead is assigned to a sale rep an email notification to be sent to the sales rep regarding the lead assignment. Content (required): We have reviewed the … -
Auto populate value on the search filterSummary: Auto populate value on the search filter Content (required): Is there a way to auto populate the field value in search filters of other Fixed choice list Field.… -
Unable to set "Blank" value in country fieldSummary: A country field with a LOV type appears in Contact. Every time we attempt to add a new contact, the Netherlands is selected as the default country in the countr…User_2025-03-07-05-27-23-569 31 views 1 comment 0 points Most recent by Manoj Kumar-Support-Oracle Sales -
Export Data using Groovy with Filters and different combinationsSummary: Hello, I need to export data using groovy rule so i have used "exportDataToFile" function to achieve this, also it was required to filter the exported data depe… -
How can I assign security for a user/group to a dimension member using Groovy rulesHello, I'm new to groovy and trying to leverage Groovy for implementing security for the below scenarios but couldn't find anything useful. (I cannot leverage EPM Automa…User_2025-03-10-22-57-31-218 294 views 2 comments 0 points Most recent by Kyle Goodfriend-Oracle Planning -
Groovy with REST API - Reading Paramters from FileSummary: Content (required): I'm trying to execute a rule via groovy and REST API by reading the parameters from a file (CSV). If I populate the array with the paramters… -
I get "EPMAT-1:Command failed to execute" error on the importsnapshot step of groovy scriptSummary: I get "EPMAT-1:Command failed to execute" error on the importsnapshot step of groovy script which allows to migrate the snapshot from source to target environme… -
Using a Groovy template can you reduce Member DTP scope in 2nd step from Member DTP in 1st step?Summary: I have a dimension hierarchy with multiple levels. I have a Groovy template and created a Member DTP in step one, where a parent level is selected using a formu… -
Create a number sequence in a custom field on the leadHow to generate a number sequence every time the user creates a new lead? In Opportunities, create a trigger to have the following sequence: last two digits of the curre… -
Trigger a batch of data management Data load rules via a groovy rule?Summary: I basically want to trigger a number of data load rules using groovy scripting, as I think this is doable using Rest APIs however am new to this concept so guid…