Groovy
Discussion List
-
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… -
ASO calculations do not work when converted from Designer to Script mode in GroovyService:Enterprise Performance Management Enterprise Cloud Business Process:Planning Version:25.03.60 ISSUE: Trying to convert an existing Designer template for a MDX co… -
Inserting Sales Products upon creating LeadsSummary We want to create Sales Product upon creation of Sales Lead.Content We want to create a Sales Product upon creation of Leads. Since we cannot add a product group… -
setBgColor on Cell not working in Forms 2.0. Is this a bug, or do I need to do something specific?Summary: setBgColor on Cell not working in Forms 2.0. Is this a bug, or do I need to do something specific? My code works perfect when I toggle to Forms 1.0. Content (pl… -
Set Text Account with Attribute ValueSummary: Is there a way to assign a Text Account with an Attribute Value? I'm trying to use a regular rule but it is not working. A couple examples of what I tried below… -
getEvaluatedMembers for LAncestors in Shared HierarchiesSummary: We have a need to be able to grab ancestors from a specific level in a shared hierarchy in a dynamic fashion based on an RTP value. When using the Ancestors on … -
Checking null attribute in calcscriptHello experts, I have a calc script that I have to check if attribute of specific member is null or not, this is my code but is not working: FIX(@RELATIVE("Entity",0 )) … -
How to edit the URL of Web Services in App Composer?Summary: After a P2T or T2T, how do I update the URL in the Web Services in the App Composer of Dev/Test instance to point to the correct target URL? Content (please ens… -
Sum of values in a column along with text Total in oj-tableSummary Sum of values in a column along with text Total in oj-tableContent Hi All, I have an ADP based table which has 10 columns, out of which 2 columns are quantity an… -
Upper level member for calc script & IPM insightSummary: IPM insight selection cannot be dynamic parents. Content (please ensure you mask any confidential information): Dear experts, I am trying to use the IPM insight… -
Fix broken email links to tasks and opportunitiesSummary: When email notifications are sent out that an Opportunity or Task has been created, the link to said Opportunity or Task is broken. Only part of the link is cli… -
Timestamp on file name using 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… -
Query limit in groovySummary: Currently engaged in a customization project within Oracle Sales Cloud utilizing Groovy scripting. I am aware that the default limit for fetching records at one… -
How to get a flex field information from on ERP billing account from CX Party?Summary: How to get a flex field information from on ERP billing account from CX Party? We are able to use groovy to get to the associated billing accounts for a CX part… -
Hi, We haveHi Need your help to resolve the below configuration CX sales. Please make the Currency field on the Creation page of Opportunities (Projects) in CRM updatable at the he… -
can a rest endpoint create announcementsSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
Copy to SFTPSummary: Experts - I am trying to automate back up process and move the file to SFTP server with the new REST API Command Copy to SFTP. Below are the steps. 1- Business …