Groovy
Discussion List
-
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… -
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,… -
Sending a table to database , the data invoked from external API, User will do update and save to DBSummary: API to collection => Update table by user => save table to DB. Content (required): Hi I have this sample consumed from external API. I listed the data in a tabl… -
Groovy Code to Determine Valid IntersectionsSummary: We have a valid intersection to define the business unit for each department (every department belongs to only one BU). To make business rules more efficient, w… -
Custom Objects record/data cannot be seen in the Oracle Cx Sales Mobile ApplicationSummary: Custom Objects record/data cannot be seen in the Oracle Cx Sales Mobile Application. However, I can see the records in the system. What could be the reason for … -
Remove Inactive Users from Opportunity Team tab using groovySummary: Remove Inactive Users from Opportunity Team tab using groovy Hi Team, We wrote below script to remove Inactive Users from Opportunity Team tab using groovy. But… -
How to set the date and time to Activity Start date using groovySummary: Need to set the custom date and time to the Activity Start date , able to set the date but time not able to. How can we set. Content (required): Version (includ… -
How to set the custom date value to Activity Start Date fieldSummary: We have a requirement to book the slots as per the availability so as per the selection we need to book the appointment. Based on the selected Date and Time we … -
How do you surface the currently running business rule's Job ID?This should be really simple but I can't seem to work it out. I initiate a business rule which uses REST API calls to kick off multiple child jobs. At the moment, these … -
Basic Authentication does not work anymore in Application ComposerSummary: Basic Authentication does not work anymore in Application Composer Content (required): We are calling a rest webservice in app composer. We are using basic auth…