Groovy
Discussion List
-
OAuth 2.0 - Secure Store Example and which encryption is suggested?Summary: What is indicated by Secure Store here and which is the suggested/preferrable encryption? This is for OAuth 2.0 Device code grant type, and this is as per admin… -
how to extract Integration period in EPM Agent using GroovySummary: I am trying to extract the period for which that integration has executed , Content (please ensure you mask any confidential information): Version (include the … -
OAuth2 Refresh Token Request not working from EPM Groovy ScriptSummary: We are facing issue while calling Rest API to generate an OAuth2 token using EPM Groovy script. I am trying to run the following code, but if I try same step in…Gajendrababu Srinivasan 113 views 10 comments 1 point Most recent by NarayananS EPM Platform and Freeform -
Data workbench export to excel optionSummary: I tried to export workbench data to excel Content (please ensure you mask any confidential information): I have received a requirement from a user to export wor… -
How to transfer null value from CDM to FA through OICSummary: Hi, I have an integration from CDM to Fusion Application through OIC. But, I've found out that null or '' values can not be sent to FA. For example current valu… -
Exporting Supporting Details to CSV via GroovySummary: Hello, I'm looking to see if there is a way to export Supporting Details/Line Item Details from EPBCS via Groovy in a CSV. As of right now we have a process of … -
ChatGPT API IntegrationSummary: Posting a small groovy snippet to allow chatGPT API integration. This is meant as a bit of fun with no practical applications at the moment. You will need to ge… -
Is there a way in Groovy to throw an error message with line separator in error promptSummary: Content (please ensure you mask any confidential information): Hi Experts, Is there a way to include line separators in error messages when using Groovy? I'm cu… -
Run More Than One Calc Script in Groovy ScriptSummary: I am trying to run multiple pieces of calc script from one groovy script. It is executing the first piece essCalc1 and then the data push that is after essCalc1… -
How to create Approval flow using BPM Worklist for custom objectHi, There is a requirement to create a Approval flow for a custom child object of opportunity object. Once workflow is triggered, the email should have the opportunity l… -
Groovy's BeforeUpdate does not workThe BeforeUpdate script does not run when I add an attachment to a Opportunity. Please tell me how to run a script when adding an attachment. -
Referencing Assessments on Validation Rule for OpportunityObjectTrying to create a Groovy Script for a Validation Rule on the Opportunity Object. Essentially stating: if(OpportunityType_c == 'NEWANNUITYACCOUNT' && Revenue >= 100000 &… -
How to make saved search based on a DCL fieldHi, We have a custom object used and there is one DCL field created in the object to assign a record to a particular user. I want to create a saved search based on that … -
Getting error while updating a custom field in Resource objectHi, I am trying to update a field in Resource object when a change happens in a custom object. We have a DCL field in the custom object to select a resource from the res… -
Redwood - Display different child object SubViewLayout based on parent record dataSummary: Hi, on Redwood UI we have the need to differentiate the SubViewLayout for a child object (revenue items) based on data from the parent record (opportunity). Con… -
Attribute dimensions in FlexibleDataGridDefinitionBuilder?Summary: Do FlexibleDataGridDefinitionBuilders allow the use of attribute dimensions? Content (please ensure you mask any confidential information): I've been told multi… -
How to obtain the file name attached to a OpportunityCan Groovy generate an error when a comma is included in the file name attached to a Opportunity? -
EPM Planning : Multiple File/Report download into Local system/EPMA ServerSummary: I am using a combination of executeReportBurstingDefinition, exportLibraryDocument & downloadFile EPMA commands to download few Reports in the EPMA Server.Now I… -
How to remove attribute from the member using groovySummary: Hi , I am trying to remove custom attribute from the member using groovy. I can see member being removed from memberproperties but it is still showing custom pr…SrikanthReddy-Oracle 42 views 4 comments 0 points Most recent by Viorel "Van" Andritoiu-Oracle Planning -
Groovy code to Set Contact Owner as Account Owner - Oracle CX Sales and Service FusionSummary: We have 80000 contact in system. Business wants that all contact's owner must be same as linked Account's Owner. And also if Account owner is updated then autom… -
Custom Object is not available in Import ManagementSummary Custom Object is not available in Import Management even after adding 'Custom Object Administration' role to User and checking Create,Update,Delete check-boxes f… -
Shared Members Showing as Dynamic Calc in Groovy toMap() MethodSummary: When filtering Alternative Cost Center Hierarchy members by "dynamic calc" using toMap(), shared members are unexpectedly included in the results alongside true… -
generate report from NR on the EPCMSummary: Triggering burst Definition to generate report from NR on the EPCM application by using Rest API but the groovy is not working. Content (please ensure you mask … -
Cannot see Log Messages tab in Calc Manager after running a groovy rule?Summary: When I run a groovy rule in calc manager I am not getting the Log Messages tab pop up but would love to be able to see these sorts of statistics. Content (pleas… -
Object function not invoked from object workflow when condition is satisfiedSummary: We are trying to insert record in custom object via object workflow where we used Object Function.When we added runtime messages in workflow condition,we can se… -
Using Groovy to update a member property for Storage, individual cube properties aren't updatingSummary: A Groovy script that builds a map to create a member in a hierarchy is not properly updating member properties Content (please ensure you mask any confidential … -
Supporting/Line-Item details groovySummary: Is it possible to add Line Item Detail via groovy to an account data value. For e.g., if amount transferred out of Transfer account is in multiple transfers (Tr…Ravinder Singh-63390 2 views 1 comment 0 points Most recent by Viorel "Van" Andritoiu-Oracle EPM Platform and Freeform -
Industry Delete restrictionSummary: There is a customer requirement for the Industry field, where they want to ensure that it remains non-editable. Since making the field non-editable directly is … -
Clarification on Triggers upon delete operationHi Team, We have a requirement where, when an additional identifier is deleted, we need to validate whether it has an expiration date populated. If the expiration date i… -
Send email with report as attachment from the document librarySummary: I have generated different reports in the document library in PBCS using a bursting definition. Now, I want to send those reports to users through email and att…