Groovy
Discussion List
-
groovy to export data slicesSummary: Hi Experts, Im trying to execute a groovy script which exports the data out of reporting cube in POD1 and then import the same data into BSO Cube in pod2 which … -
Groovy to access a file in Inbox/Outbox explorerSummary: Is there a way to access a CSV (precisely a metadata file) present Inbox/Outbox explorer using groovy? Intention is to Automate Metadata across apps Am able to …NarayananS 625 views 13 comments 0 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
Export Console REST API - generates all rules instead of single rule in params & Unzip using groovySummary: Export Console REST API - generates all rules instead of single rule in params Content (please ensure you mask any confidential information): Export Console RES… -
Is there a way to get the last executed date of a Business RuleSummary: Need to execute BR if the last run of this BR has exceeded 6 days, hence how to find a BR's last execution date? Content (please ensure you mask any confidentia… -
How to manipulate access to update owner of opportunity as Sales Manager?Summary: We want limit the access to update the opportunity owner on below condition as Sales Manager. If they are opportunity owner If the opportunity is part of brand … -
How to Join the Result of Multiple REST APIs GET Method in Visual BuilderSummary: How to Join the Result of Multiple External REST APIs GET Method as a single page table data in Visual Builder We have the Employee Details in one API and Manag… -
How to add attachment that was returned from API using groovySummary: Hi folks, We have a groovy script in opportunity, that calls an external API to get a file, and we need to attach this file to the opportunity. How could this b… -
Network Perimeter with IDCS - Issue with Clone and Groovy rulesSummary After setting network perimeters in IDCS, EPBCS cloning failContent Hello, we have just setup in our IDCS foundation primary instance network perimeters to allow… -
How to PartnerPartyId in groovySummary: We need to get partner Party id in the custom object. I created formula field in custom object & try to fetch in groovy. Content (please ensure you mask any con… -
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… -
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…