Groovy
Discussion List
-
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… -
Download File to a directory from Planning via API / EPMAutomate / GroovySummary: I need to download a file from Inbox/outbox Explorer to the address I want. Content (required): Hello All, Today we can download a file from Planning via EPMAut… -
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 291 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… -
Could Filter based on data values using GroovySummary: I would like to export data from to csv using groovy, but specific data value should be exported Content (required): Hello All, I have a requirement to export d… -
Exporting of attributes along with level 0 dataSummary: We have a ASO plan type from which we want to export level 0 data but at the same time we also want to extract attribute associated with the sparse dimension le… -
Has anyone worked on Groovy script for importing dimensional security into EPBCSSummary: Is it possible to import dimensional security into epbcs using groovy? Version (include the version you are using, if applicable): Product name EPBCS Version: 2…User_2025-03-10-22-57-31-218 161 views 3 comments 0 points Most recent by User_2025-03-10-22-57-31-218 Planning -
How can I make unique combinations of dimensions for changed cells ?Summary: All the examples I have found are using operation.grid.dataCellIterator({DataCell cell -> cell.edited}).each{ for one single dimension. I have a combination of …
-
Extra field values in Drop downSummary: Extra field values in Drop down Content (required): For the fixed choice list drop down can we add extra fields. For example we use to get the record name in th… -
One Object to be divided to a master details forms and the number of rows is changingSummary: JSON Object as multiple items needs to divide them to master details on a form and the number of rows in details form is dynamic Content (required): Hi Experts,…