Groovy
Discussion List
-
Cross App Data Map - Source as FCCS and Target as Free From Essbase ApplicationSummary: Cross-App Data Map - Source as FCCS and Target as Free From Essbase Application - Is this possible? Content (please ensure you mask any confidential information…Suresh Ratnala-Oracle 21 views 3 comments 0 points Most recent by Viorel "Van" Andritoiu-Oracle Planning -
Can EPM Automate lookup for email id from a file?Summary: We have a scenario where we would like to burst report definition through EPM automate and send the output files to users based on email ids located in a file. … -
SR Due date calculation is delayedSummary: We have a requirement from client, where on the click of the button on the Service Request, the due date of service request needs to be copied from the SR to al… -
Fetch Partner contacts in groovySummary: I am trying to get all the Partner Contacts for a particular Partner using groovy. Content (required): We need to script/Object Name where we can fetch the abov… -
Triggering OIC integration via Oracle Planning using GroovySummary: I am trying to trigger an OIC job from Oracle Planning using groovy. Content (please ensure you mask any confidential information): The connection is set up for… -
How to add a script on click of Approve Button in Oracle Sales Cloud ?I need to run a groovy script on click of approve button. -
Upload file from EPBCS inbox to files.com via REST API through groovySummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
Is there a way in Groovy to throw an error based on certain validations and close the prompt screen?Summary: Hi Experts, Is there a way in Groovy to throw an error based on certain validations and close the prompt screen? In my current application, I am using throwVeto… -
Redwood Visual Builder studio Action Chain: how to access parent and child object fieldsSummary: How to read or set data for parent and child object when using scripting in Action chains for Visual builder studio to implement Redwood. Content (please ensure… -
groovy rule to track changed data to get entities loaded via data management in FCCSSummary: Requirement: We are currently looking to optimize our data load process and are looking for a way to track which entities have actually loaded to the applicatio…Amarnath_Kothapalli 21 views 3 comments 0 points Most recent by Mike Casey-Oracle EPM Platform and Freeform -
EPBCS : API call to Run Rule not fetching parametersWe have two Rules. Groovy_Rule1 should run on form save. Should pick Run time prompts and pass it to API call which will call Groovy_Rule2 to run a Data Map. Issue: For … -
Looking for a way to use Azure service principal for connecting to EPMSummary: Hi, Looking for a way to use the Oracle EPM API through azure service principal instead of service account for authentication purpose? Found the below blog but …Tushant Pandey 1 view 1 comment 0 points Most recent by Abhinav Jain-Oracle EPM Platform and Freeform -
Sales Revenue Workflow:Unable to Restrict Email Alerts by Opportunity Business UnitSummary: We are configuring an email notification workflow in Application Composer under the Opportunity Revenue object. The goal is to send email alerts only when Reven… -
Groovy - Setup Scenario PeriodHello, I have my Groovy script for scenario and year changes, similar to the Planning Financial Module. I have a form with the "run before save" function associated with…
-
Automated cleanup of scheduled jobs/mail notifications in DR instance post-EPBCS environment cloningIn our EPBCS application, we use the cloneEnvironment command as part of a daily automation to refresh our Disaster Recovery (DR) environment from Production. This clone… -
Member Name contains comma for Data IntegrationSummary: Account name contains comma Content (please ensure you mask any confidential information): Hi All, I am performing an ASO to ASO cube data transfer using Data I… -
Extract Field and Page level properties from App composer for redwood ImplementationSummary: Extract Field and Page level properties from App composer for redwood Implementation Content (please ensure you mask any confidential information): We are curre… -
group by / sum createDataExporter aso data exportsI'd like to use createDataExporter to extract data from ASO but i'd like to extract only the totals of some dimensions. This isn't possible without extra steps because y… -
Create Dynamic Child with sequential codeHi, Can we create sequential project codes in EPM metadata? We know we can use the Create Dynamic Child option to create metadata members through RTP. In this option, we… -
Oracle Fusion CX Sales Cloud Service: Connection pooling on REST web service calls in Groovy TriggerWe are making a REST (via a Web Service created in Application Composer > Common Setup > Web Services) call in one of our Groovy triggers that connects to an external se… -
how to update secondary Partner address to Account address in groovySummary: We have script to create Account when partner creates in system in same time we will add primary address also. Now we need to update secondary address also. how… -
Show in Smart Action Confirmation Message in Redwood data from Rest Service responseSummary: For a UI Smart action calling a rest service we need to show the user data from the service response Content (please ensure you mask any confidential informatio… -
How to Allow Non-Admin User to Execute Groovy Rule Changing Dimension Member ParentSummary: Hi, have a groovy rule that updates a members parent member to move from one parent to another. It works for admin users but doesn't work for the non-admin busi… -
FUTA Member Formulas Needs to Run Twice to WorkSummary: Content (please ensure you mask any confidential information): I have the below member formula for FUTA. It is kicked off by a business rule, and below is the s… -
How to configure panels so it will based on field valueSummary: I am configuring panel container with supposed to be different criteria(cases) with this code: $base.page.variables.row.OrganizationDEO_BTAccountRecordType_c== … -
How to set the Revenue territory copying it from the related account?Summary: We would like to use redwood forecast based on territory and opportunity amount. Unluckily it is not possible, so as a workaround, we are developping a groovy s… -
Adding member dynamically under a parent in specific order using groovyHi Folks, Using groovy, I'm able to create new child member under a specific parent but I want to create these children in a sorted order. Let's say I have following pro…