Groovy
Discussion List
-
Can we Bypass code on field and object level triggers on CX Application composer, invoked by APISummary:We are using Application composer tool to create custom object, also written groovy code on few field level and object level triggers in CX sales cloud to perfor… -
Is it possible to populate a text field with another fields value using Routines?I have a requirement to populate values from a OOTB field to a custom text field when the condition are met, I want to achieve this by using Routines but in the Actions … -
Issue with getEmailAddress() Method in Oracle EPM Groovy: "Email Doesn't Exist" ErrorHi Folks, I'm encountering an issue in Oracle EPM when using the getEmailAddress() method of the User class in Groovy. When I call operation.user.getEmailAddress(), I re… -
Groovy in Essbase 21CHi all, Sorry if I am posting the question in wrong platform. But, I did not find any better community than this. Although I have worked on EPM applications, I got curio… -
Dynamic Children and Groovy saveMember questionSummary: Content (please ensure you mask any confidential information): Hi, With Dynamic Children enabled for a "Dynamic Calc" parent, and use Groovy(non-REST API) to ad… -
Unable to fetch Sales Order details from App composer trigger on Install Based AssetSummary: Unable to fetch Sales Order details from App composer trigger on Install Based Asset Content (please ensure you mask any confidential information): We are unabl… -
How to limit mobile number field to take only 10 digits in Contact Object under Fusion Sales ??In Contact Object under Fusion Sales Cloud. How to put a limit on mobile number field to take only 10 digits only. not more not less, Exact 10. -
When a DCL is created that is linked to the Address object, the Address Site Number is showingSummary: When a DCL is created and linked to the Address object, the Address Site Number is displayed in the input box instead of the actual Address. The requirement is … -
Form Validation using groovyHi, I am trying to match two separate set of columns using groovy. (Yellow should match with Green section - the Green section is dynamic). If it's not match script shou… -
Pipeline feature to copy file from unixSummary: Can we directly pull the file from unix box to epm inbox using Copy to Object Storage Job Type after setting up the External Web Service Connection Unixfile is … -
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…