Groovy
Discussion List
-
Change "From Address" in Workflow of EntitySummary: We need to change the default email that appear when using the Workflow Email Notification and use a custom one. Ive been watching the documentation about this … -
How to print or use substitution variables in Groovy for ASO cubeSummary: I had a requirement where I need to extract data from ASO cube montly, I created Sub Var in ASO cube for period and year trying to call those in groovy but scri… -
Groovy Script to return a value of an intersection selected from a SmartList in a formSummary: We have a requirement to have a planning form that based on the Pay Table, Grade and Step selected in the columns, the Salary should prepopulate. The Salary amo… -
Any examples of createEpmColumnCsvWriterSummary: Does anyone have an example of Groovy code using createEpmColumnCsvWriter? Content (please ensure you mask any confidential information): I'm trying to create a… -
LookupHelperSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
Validations on the create order buttonSummary: Validations on the create order button Content (please ensure you mask any confidential information): Good day, I want to perform a validation on the "Create Qu… -
What determines pipeline success vs failure status? Can pipeline be successful even if a job fails?Summary: What exactly determines the pipeline status? Do all jobs within the pipeline have to complete successfully for a pipeline to show status as successful? Is there… -
How to add conditions to fields in CX Sales Mobile AppSummary: In the CX Sales Mobile App I want to hide a Picklist when a Checkbox is not True. Content (please ensure you mask any confidential information): I tried to ente… -
Planning PBCS: Intercompany Elimination best PracticesSummary: Developing in Planning an Intercompany Elimination process. Content (please ensure you mask any confidential information): Hi, We are developing an intercompany… -
How to add lead creator in the opportunity record in oracles sales cloudSummary: How to add creator of lead in opportunity? Consider a scenario where one user creates a lead and assigns this to another user and subsequently the assigned user… -
Default a Value for Only for Specific Row using Select Single LOVSummary: We have 2 Values for a LOV Y and N for a Field named Eligibility which has 4 Rows named Row1, Row2, Row3 and Row4 from a SDP Table for each employee. We want to… -
hide rows in a pbcs formHello Experts! I have a form that I would like to supress rows that contains "almost" zero. I click on option supress missing / zero rows but in my example doesn't work … -
Need to use file as a parameter in groovy scriptsSummary: Need to use a file as a parameter in groovy script and send it in the form of multipart-form-data to the WebService. Content (please ensure you mask any confide… -
How to display an arraylist in popup using groovy scriptSummary: Display an array list in popup using groovy script Content (please ensure you mask any confidential information): Hello guys In a data form i'm entering startda… -
Is there any possibility to retain Audit history data for two years in EPBCS?In Current EPBCS Audit, Maximum of 180 days audit data is only present. Can we increase this to One or Two years? Through EPM Automate command we see data can be exporte… -
How to Validate Input Text Field of BOSummary: We have Requirement where for Each Employee we need to allow to Edit /Update a Field named Component which has 3 rows Component 1, Comonent1 and Component3 . Wh… -
EPM Automate login using Connections in Groovy instead of using epw password fileSummary: Is it possible to use EPM Automate in Groovy BR for login? Am trying using getUserName(), getPassword() instead of using epw password file. Defined the connecti…NarayananS 131 views 7 comments 1 point Most recent by Suruchi S-Support-Oracle EPM Platform and Freeform -
New Resource: Performance Best Practices for Extending Oracle Sales CloudSummary This document presents a number of recommendations for maximizing the performance of your Sales Cloud customizations.Content Don’t miss this new Oracle Sales Clo… -
how to get difference of 2 dates in daysSummary: we have a requirement to calculate difference of 2 date fields in days to perform some change. but not able to acheive this in groovy, need help on the script. … -
Need to display pop up message under Attachments in Mobile -> On click of Record Audio/VideoHi, We have a requirement to display a popup message or a hard stop on Attachment field in Mobile for Record Audio/Video. Could someone share if that can be done, we don…Sasidhar Ponnapalli 21 views 1 comment 0 points Most recent by Cristian Munteanu-Support-Oracle Sales -
How to Change the Template of Existing VB Application to Redwood Pages TemplateSummary: We have requirement to Change the Existing VB Application which is based on Empty Template to Redwood Pages Template. Any Inputs on How to achieve this? Content… -
How to display dates range between two specified dates using groovy scriptHi all, In a form I am enterting Start date and End date. My requirement is to display the dates from Start date to end date which i have entered in Form using groovy sc… -
Not able to read data using Groovy Data Grid Definition BuildersSummary: Hello Experts, our requirement is to read the smart list data from the grid and for that we have created grid using the "Grid Definition Builders". below is the… -
How to troubleshoot Crossjoin in Groovy (ASO) - and if NonEmptyTuple is possible to useSummary: Struggling to find what could be missing/wrong in a Groovy ASO Script leveraging Crossjoin Also wondering if NonEmptyTuple can be leveraged Content (required): … -
Evaluating selected row member on form...lookup an alternative value and display on another formI have a form with an action menu that evaluates the project in a row and opens another form and uses this member in the page dimension. This works without issue. Howeve… -
How to Restrict BO Records for which transaction is already done /UpdatedSummary: We are fetching the data of BO through a User Name Page URL Parameter and Updating Certain Records available under that User Name in the Page. We are looking to… -
I'm trying to write a groovy where I only want to iterate a particular column and only edited cellsSummary: There are 2 separate methods, that works independently, I'm looking to combine these 2 - operation.grid.dataCellIterator({DataCell cell -> cell.edited}) operati… -
-
How to create a number field that is auto generated sequential integer like Record Number?Summary: We need to create a field of number type that should be unique like Record number. Currently we have a number field that is generating the next value via Groovy…