Groovy
Discussion List
-
Groovy - sharing classes and functions between filesSummary: Content (required): is it possible to share classes and methods written in one groovy file (in groovy script) with other groovy script files. E.g. If I have a f… -
Read EPBCS audit log using Groovy directly.Summary: I have a requirement to get last action of planning unit (approval status) for a specific entity. Is there a way to access the audit log directly using groovy (… -
EPMFDM-ERROR: Error in parsing JSON PayloadSummary: DATA Integration through RESI API using Groovy script. Content (required): How to pass multiple entities in source Filter Admin guide link https://docs.oracle.c… -
How we can pass bearer token as authentication in groovy while calling web service.Summary: How we can pass bearer token as authentication in groovy while calling web service. Content (required): Version (include the version you are using, if applicabl… -
In Data quality rule CDM groovy, can we set master based on related objectsSummary: In Data quality rule CDM groovy (set master for account and contact object) , can we set master based on related objects Ex : I have lead , opportunity or any c… -
How to get Quotes details from Accounts using newView() functionSummary: One account contains multiple quotes, using newview() function how we can get all quotes details associated to a particular account. -
Incremental data load not able to detect delta if last run is failedI have encountered an problem incremental data load in PBCS. Let's say there is a failure due to some missing mappings during an incremental data load and assume it's pr… -
How to call a cube level Sub variable in a groovy ruleSummary: How to call a cube level Sub variable in a groovy rule Content (required): I am trying to call a substitution variable CurrYear from groovy rule which is define… -
Calculate distance between 2 addresses (Postal Address or Latitude/Longitude)Summary: We would like to calculate the distance by road between 2 addresses. We have postal addresses as well as Latitude and Longitude available. Content (required): W… -
Send Notification to group in business role (more than one role)Summary: Sending notification to groups in different role: adf.context.getSecurityContext()?.isUserInRole(roleName) Content (required): Hi Experts, from functions curren… -
Unable to do auto save on URL source in Action or LinkSummary: We are using below script in Action and links. It will navigate to CPQ from OSC. Here we are using Type as Action and Source as URL Once we click on our Action(… -
Is it possible to launch FDMEE rule form EPM Planning ?Hello, We want to launch FDMEE rules to import data from HFM to Planning. We know that today we can launch Planning rules from FDMEE thanks to "Afterload" scripts in FDM… -
Can we create valid intersections updated based on project start date and end date using GroovySummary: We have projects where businesses will change the start date and end date on form. As a next step, the system should allow users to input only the periods (Jan … -
Suppress groovy rule execution message on Form saveIs there a way to suppress the rule execution information box that appears when a form is saved if there is a groovy rule that runs on save? -
Status of Daily Maintenance in emailSummary: Currently we are in process of creating an Business rule in groovy for performing the daily maintenance currently we are able to perform the daily maintenance b… -
Page layout not working as expectedSummary: We are using two icons 'Procurement' and 'Authorization Requests' taking copy of opportunity object. We have to differentiate the details layout for both based … -
Need to get SiteuseId's from account address to opportunitySummary: We need SiteUsedId's from account address level. Under one single addresses there will be multiple site use id's. We need those id's. I have attached the screen… -
Error Running "OWP_Incremental Process Data with Synchronize Defaults" in Data IntegrationHi, We are trying to run the OOB Workforce rule "OWP_Incremental Process Data with Synchronize Defaults" as part of a data integration load rule: However, when we try to… -
How to remove space from the listSummary: We are storing a multichoice list value in a list and converting to string and creating these values as a record fro custom child object. But now comparing lov … -
What all types of Argument can be passed to setOperator() in GroovySummary: Type of Argument to setOperator() function Content (required): Currently know, '=', 'LIKE'. Need to know all types Version (include the version you are using, i…
-
Error while creating New Project in Projects ModuleSummary: Encountering Error while creating New Project in Projects Module Content (required): Hi All, Getting this error while creating New Project with OOTB Add Project… -
Any Other approach I can do in Appending with Choice List (Fixed) multipicklistSummary: may need other approach in appending for a multipicklist Content (required): I'm trying to append it on a multipicklist that has an existing data however whenev… -
Alias issue while Data export through GroovyHello Team, There is an issue with alias of two OU dimension members while exporting data using Groovy script. member 1 SE01 Alias defined in Cloud - SE01 - Ornskoldsvik… -
DataGridBuilder returns "java.lang.IllegalArgumentException: Dimension not found"Summary: Groovy business rule submitted data to BSO cube via DataGridBuilder is failing with error "java.lang.IllegalArgumentException: Dimension not found" Content (req… -
How to fetch attachment object details from custom objectSummary: We have a custom object called - Region Contact & we are uploading attachment in same custom object. I want to fetch the attachment information from custom obje… -
Application composer : Call external REST API with client certificatesSummary: Calling a 3rd Party REST API from application composer using client certificates based authentication Content (required): Does application composer support call… -
Where can I find documentation for server-side Groovy execution limitsTo help us design and modularize our Groovy code, it would be helpful if there were a single concise documentation reference of server-side Groovy execution limits by th… -
I need to validate an alterationSummary:i need to validate an alteration only on Phone and email Content (required):I have an approval flow on my environment for new record it works well, but i have a …