Groovy
Discussion List
-
Excel Groovy ParserSummary: This code is to read an excel file in EPM Groovy. The LXP (Lite eXcel Parser) is designed to parse .xlsx files natively. It functions by unzipping the Excel fil… -
Resolving Groovy Business Rule Validation IssuesHello experts, I have a problem validating groovy rules using new tool that is able to check if rule is good or not: Groovy Script Validator I have a rule using this cod… -
Video: Call an Groovy Server Side Object Function from Redwood Sales UI TierCall an Groovy Server Side Object Function from Redwood Sales UI Tier There are times when you want to perform some service side logic in a groovy object function, typic… -
How to show/hide an attribute when another attribute is changed anytime in Oracle Redwood SalesSummary: In classic UI we have used a groovy condition of isAttributeChange ("field1_c") to show/hide another attribute (field 2) on Contact layout expression. We want t… -
Allow multiple selections to display on form Rows?Hi, we use a User Variable called "ProductSelector" to allow the user to make a selection from high up the hierarchy, and then in the Rows on the from we specify ILvl0De… -
Groovy - Issue passing variable between templates within the same jobHello I have Issue passing variable between templates within the same job. In GroovyValidationReport I got error: The Groovy script failed to compile with internal error… -
Copy Data from Parent to ChildsSummary: I have a requirement where users will input data at parent member and it should get spread evenly to its children's evenly, We have a Market, Product, Entity an… -
Notify Opportunity Owner for Incoming EmailWe have a requirement to send Bell Notification to Opportunity Owner, when an incoming email is received for an email which was sent using "Send Email" smart action in R… -
Creating Schedule from Task Manager Template using REST APII am trying to create a schedule from template using REST API. I have enabled "Integration Name" override parameter for "Run Data Integration" task type. Is it possible … -
Will validation trigger for records created within seconds of each other?Summary: We have a validation trigger on the Contacts object to restrict duplicate emails while creating contacts. This works fine within Sales Cloud when users create c… -
Does Groovy help retrieve the date of latest input data ?Hello experts, I have one question about Groovy's ability. I noticed that on the form, when you right-click, you can view the change history of the data cell. So my ques… -
Groovy Script Error concerning INT variableSummary: When running a groovy script, we are receiving the following error: method called by the script failed on line: 165, with error: Viewpoint Master completed with…Scott W LeBeau 13 views 2 comments 0 points Most recent by Patrick Northcraft EPM Platform and Freeform -
How can I read full log of the jobHello experts, I am using Groovy to print the log for the job I am running. However, when I go to the Job Console to view the log, I find that it is not sufficient, and … -
Can Groovy help to prevent user promoting based on approval flow?Hello everyone, I have one question about Groovy's ability. I now have an approval flow for both Entity and Project. And I also have a form to show the validation by usi… -
Can we call ODI package from EPM Data management?Summary: Can we call ODI package from EPM Data management? is it possible? Content (please ensure you mask any confidential information): call ODI package from EPM appli… -
Calculation FlagsSummary: I am currently developing a cube to calculate product related data. In the Product dimension 1000's of products exist. When a user is to run a calculation they …Ben Edwards 42 views 8 comments 0 points Most recent by Patrick Northcraft EPM Platform and Freeform -
Will be groovy engine be update in 25.11 or 25.12?Summary: Looking for confirmation on when the groovy engine will be ultimately updated. Have received an email stating 25.12 but Applications banner still refers to 25.1… -
Export multiple years data to a fileHello everyone, This post is for sharing purposes. Today I’d like to share with you a topic related to multi-year data export to a file. While going through the Oracle c… -
DataExport Period PivotingSummaryI am working in Oracle EPM Cloud (Planning) and I am trying to generate a CSV export using the DATAEXPORT command inside a business rule. The export works correct… -
Automatically generated sequence scenario for custom objectSummary: We are in a unique situation for generating the sequence for custom object in a specific format. Content (please ensure you mask any confidential information): … -
Groovy Calc script calling REST api fails when scheduled as Planning jobSummary: I have written a groovy script that runs as a part of a larger rule set. The groovy script has a rest api call that executes a pipeline having a data integratio… -
Groovy Script to Return an Error Message if User Leaves Page Before Finishing RunSummary: I am currently working with a Groovy script in Oracle Sales/CRM Cloud. The requirement is to either warn or return an error message if a user navigates away fro… -
Testing nonemptytuple on Planning Custom Calculation ASO (Groovy)Summary: Now that Essbase 21C is under the hood of Planning, did anyone notice performance gains from adding NonEmptyTuple to Custom Calculations in ASO? I have been adj… -
Possible to have Groovy Popup Warning, NOT Error?Summary: We have groovy rules set for validation that we use throwVetoException to stop processes before they start, but is there a good way using groovy to just throw a… -
Custom Object Bell Notification - Configuration InquirySummary: To enable Custom Event notification Bell Function is there a way to include our Custom Sales Object in Notification Preferences (under Application Composer > No…Christian Gerald Patacsil 13 views 1 comment 0 points Most recent by Madhuri Cheruku-Support-Oracle Sales -
We would like to know the Business rules association in EPBCS applicationSummary: We ran the system reports and found that they only display business rule associations related to forms, menus, and tasks. However, some rule associations outsid… -
Data map is clearing data for different cost center in ASO even when CC is passed as parameterSummary: Hello Geniuses, I am facing an issue while running the datamaps using restapi connection. I am modifying the map definition in the job using rest api for cost c… -
How to read the status of a specific period in FCCS from a Groovy scriptHi everyone, I'm working with Oracle FCCS and need to retrieve de current status of a specific period (e.g., Open, Closed, etc.) from a Groovy Script in Calc Manager. I'…Loren LM 33 views 4 comments 1 point Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
Groovy script to Validate comment entered through data formSummary: Hi, I am new to groovy BR. I am working on Groovy BR to validate "comment" entered by user using data form. A member with "Text" data type is used in data form … -
Forms 2.0 & Groovy throwVetoException not showing error messageHi - We are doing some validation of user entry before we run calculations on a form. We have been using Forms 2.0. When the validation fails and throwVetoException is c…