Groovy
Discussion List
-
Can I only format background color for a cell in a data form using Groovy ?Summary: I have only found a way to change background color for a cell in a data form, but can I also e.g. add borders and change the color of the text ? Content (requir…
-
Debug Groovy ScriptHi everyone, I've a groovy script based on depreciation and the logic its wrong, can i debug a groovy script? -
appendViewCriteria giving errorSummary Trying to set filter condition in appendViewCriteria but it gives errorContent I have Cascade_c as a NUMBER field in account object and tried to filter the recor… -
Field activation alternative for the Resource's ManagerID fieldSummary: Our client needs to add a search field to the options of adding Resources to Activities in CX. Currently, there is a Custom Field called "Executive Code", which… -
Enable opportunity editing by organization hierarchySummary: Enable opportunity editing by organization hierarchy Content (please ensure you mask any confidential information): Dear good morning, Currently, as is known, w… -
find Duplicate account using CDM rest api for FindDuplicateSummary: find Duplicate account using CDM rest api for FindDuplicate. We have requirement to find the duplicate account once the record is updated or saved. Current Dupl… -
Can't pass variable text into a template for use in a Planning expressionSummary: I have a groovy rule that executes a calc that references a Template. Here is a snippet: String ApproverMsg = '"' + "This is a Test" + '"' Calc =""" %Template(n… -
Using groovy to set substitution variables for non admin users - REST API connection issueSummary: we are using groovy to set substitution variables for non admin users, but we are getting below issue , Could you please guide us. A validation error was receiv… -
how to convert String value to Integer in Groovy scriptSummary: how to convert String value to Integer in Groovy script Content (please ensure you mask any confidential information): how to convert String value to Integer in… -
can you please provide the sample groovy script to use the lookupSummary: can you please provide the sample groovy script to use the lookup Content (please ensure you mask any confidential information): Version (include the version yo… -
How to create a shared Member dynamically using groovySummary: I have created a groovy which will create a dynamic member under the parent A, and that is working fine. Now I want to create the same member as shared member u… -
get attribute values associated with a member using groovySummary: I'm trying to get the attributes value associated with a member. But somehow I'm unable to make it work. I need the value to be stored in some variable for furt… -
Groovy - awaitCompletion - An error occurred while processing this page.Hi all, Hope you guys are doing well. We are trying to use REST API to trigger a data integration from Calc Manager (EPBCS application). We have created the connection, … -
Pipeline execution stop/resetSummary: When executing/invoking a pipeline (REST) from Groovy if in case the pipeline name is incorrect or if a param or comma is missed the pipeline keeps polling and …NarayananS 21 views 1 comment 0 points Most recent by Randa-Support-Oracle EPM Platform and Freeform -
send email using groovy scriptHello, Can anyone send me the sample code to send an email using groovy script. I have gone through some restapi files but didn't get the output. This is the code that i… -
Groovy ASO Allocation Rule.Hi there, if anyone has any Groovy ASO allocations template please share. Thank You
-
Groovy: Data map for Power UsersContent Hi all We are doing a groovy calculation to send data from BSO cube to ASO cube, and is working fine but it seems that only admin users can run a Data Map, and t… -
Groovy script error query threshold limitSummary: Hi experts, I have written a groovy rule using flexibleDataGrid to export the dynamic calc Parent members plus all stored sparse members to a csv file . while e…Sreekumar Hariharan 64 views 1 comment 0 points Most recent by Kyle Goodfriend-Oracle EPM Platform and Freeform -
Mass closing of opportunitiesSummary: We want to perform an automatic mass update of all opportunities in our CRM system, so that for all open opps with last update date before January 1st 2023, sal… -
Error using startsWith function in IF condition within FIX ENDFIXHello, I'm trying to put an IF condition within FIX ENDFIX in an EPBCS groovy script. Need to execute the set of statements if a Custom dimension member starts with a pa… -
How does App Composer decide where to host a particular custom object.?Summary: How does App Composer decide where to host a particular custom object.? We have create few custom objects and see that the objects are hosted in different FUSIO… -
Is there a way to execute a predefined groovy rule on saving an on-the-fly grid ?Summary: Like how we have the option to "Run After Save" in webforms, is there a way in groovy to run predefined rules upon saving a grid? -
How to generate a text file using groovy scriptHello, I want to generate a text file using groovy script in Inbox/Outbox explored. Could you please suggest any ideas on this Thanks, Krishna -
Generate a text file using groovy scriptSummary: Hello Guys, I want to generate a text file using groovy script. Could you please suggest any ideas on this, Thanks in advance Content (please ensure you mask an… -
Does Trigger works when i import the data through Import managementWe have a custom logic written for Customer Status field at organization level which will set the child level attribute value according to the customer status value usin… -
How can we migrate Triggers/Workflows configured in Sandbox from lower environment to higher ?Summary: How can we migrate triggers/workflows/any custom objects in sandbox from lower environment to higher environment. If it is possible please let me know the steps… -
Does Trigger works when i import the data through Import managementSummary: We have a custom logic written for Customer Status field at organization level which will set the child level attribute value according to the customer status v… -
Groovy script to pass subvariable in DLRSummary: Hi Experts, Im trying to pass subvariable for start period and end period on the Json payload , it shows the method is invalid, it might be an easy one for you …