Groovy
Discussion List
-
Create a Note under Contact/Account object using custom field from custom object in CXHi Team, Summary:-Our requirement is to create a notes under Contact/Account object using custom field from custom object in cx. Detailed Explanation:- We have "Remark" … -
how to automate a refresh member from data exchange with groovy rule?Summary: how to automate a refresh member from data exchange with groovy rule? Content (please ensure you mask any confidential information): We created a groovy rule to… -
Update Contact Address via Field triggerSummary: We have a requirement to update the Contact Address based on account associated with the Contact. Content (required): We have a groovy to do this. There is no i… -
how to make field required only in Sales CloudSummary: We have a requirement where one of the fields (Industry) needs to be made mandatory in the Sales application but should remain optional in ERP. We tried the fol… -
java.lang.NullPointerException : Cannot invoke method GET() on null objectSummary: we are trying to call a webservice in groovy and we are getting the error message as Cannot invoke method GET() on null object for below code. if(ibRow?.SerialN… -
Bell Notification not clickable on Sales Account Resource ObjectWe implemented a bell notification on Sales Account Resource object. Whenever a new resource is added to Account team, the user should be notified via bell notification.… -
setRowFilterCriteriaSummary: Has anyone used the groovy dataExporter with .setRowFilterCriteria() specifying both single members and metadata conditions? I'm trying to create a data export …Nic Bonacci 41 views 2 comments 1 point Most recent by Nic Bonacci Financial Consolidation and Close -
How to specify the column names to be exported from a cube using groovy script?Summary: We have recently added new dimensions into our Planning application. The downstream application doesn't need the new dimensions (2 of them) hence we need to upd… -
How to avoid matching certain Source systems with each other records in CDM?Consider, i have 4 different Source Systems - NASC,NASC_BILL, EUSC and EUSC_BILL. Based on our business need NASC_BILL and EUSC_BILL should not match with the other sour… -
Groovy Scripting in EPBCS ASO CubeSummary: Hi Guys, Have a requirement to do Currency Conversion(USD to CAD) within the reporting cube(ASO) of EPBCS. Currency Conversion should happen once the Data get l… -
Not able to fetch all customer records using ".setMaxFetchSize()" from groovySummary: Trying to fetch all the 'Customer' Accounts in CRM using Groovy. Content (please ensure you mask any confidential information): We are trying to fetch all the '… -
setSortBy function is not working as expected at object function levelSummary: We used the setSortBy() function in object function to sort the data of child object, but that data is not coming in sorting sequence. Always it's considering t… -
EPM Cloud Connection requires HTTPSSummary: The December update to EPM Planning now requires that all Connections use HTTPS URLS. This was only announced as a future update for February 2025, but this cha… -
Groovy - Read Only Using Dimension AttributesSummary: I am trying to find a way to get specific cells read only based on a combination of of an account value and a dimension attribute. It is working for the account… -
Groovy - Issue calling calc script template inside a groovy scriptSummary: I have a groovy rule that executes a calc that references a Template. I am passing the template name using a variable. I am getting a generic error. If I print … -
How to extract data from Fusion using GroovySummary: Instead using built-in integration, i would like to use other web service connector(For Fusion) and using that connection name in Groovy, would like to extract …Meenakshi Rajagopalan 31 views 1 comment 0 points Most recent by Sreekanth M, Oracle-Oracle Fusion Service -
How to Exclude Shared Members in getEvaluatedMembers?Summary: How to Exclude Shared Members in getEvaluatedMembers When Loading Lvl0 Members of a Hierarchy Content (please ensure you mask any confidential information): I a… -
Groovy Validation based on other columnHi, Please need help with below. I want to make "Departure Date" read-only if "New Pos Status" != 2. The below scripts runs without error but doesn't perform the expecte… -
I'm looking for a groovy method to update a member in the layout of the formHi everyone, In order to automate the load of metadata from EDMCS to a PBCS application, we want to delete some members in a specific alternative hierarchy. The issue is… -
One If Statement Condition Not Working While Other Is -Both Same POVSummary: I am not able to figure out why the highlighted section of the below if statement is not working. The if above it is working fine and they are at the same "No Y… -
How can I check if the owner of an account is in the territory through groovy script?Currently, In Oracle CX Sales, I have a custom DCL field named 'Secondary Owner'. This field is linked to the Resource object. When a resource is selected in the DCL, a … -
Programatically get a Field's Display Name via Groovy ScriptSummary Looking for a way to programatically get the field's Display Name via groovy script.Content Hi All, Would like to ask if anyone had a similar requirement as belo… -
How to hide/throw an error when we have a particular value for an Identifier type?Hello Team, Is there a way to hide a certain identifier type from CDM UI? or else is it possible to throw an error if we select a particular identifier type? For Example…Harshini Amancha 11 views 1 comment 0 points Most recent by Umamaheswarareddy Ambati-Support-Oracle Sales -
How to parse error body in REST API call with Groovy?Summary: Good afternoon. Hope you can help me out. We have a Groovy script in our Fusion environment that sends a REST call. Once in a while we will receive an error fro… -
Is there any way to sort child object data using groovy?Summary: We have requirement to sort the child object records data based on custom field using groovy script and send that data to another system. Currently system is fe… -
Readonly cell based on smartlist (Create from member) via Groovy scriptSummary: Read-only cell based on smartlist via Groovy script Content (please ensure you mask any confidential information): Our requirement is to do cell read only based… -
EPM Automate Server-side script - Profile keeps lockingSummary: Using a EPM Automate Server-side script to execute Quick Mode rule for multiple periods in filters as this feature is still not there in Pipelines. The Business…NarayananS 31 views 5 comments 0 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
Groovy Validation on Single ColumnThe below groovy scripts is applied on the whole grid whereas I just wanted to apply for one column i.e. "Person FTE". Kindly, need help with the correcting this syntax.… -
Update Member Alias by end userHi, I am looking for an option where an end user (not admin) can update the alias of a member. I have explored couple of options: > EPM Automate doesn't have any such co…