Groovy
Discussion List
-
Groovy to transfer data between cubeSummary: I planned to transfer headcount data between cubes by using groovy. Content (please ensure you mask any confidential information): I have tried to use datagrid … -
How to affect UDA to members in account dimension ?Hello, We need to affect UDA to members in account dimension thanks to the webform, where : a user can input value "1" in a particular cross of dimensions, including mem… -
Groovy Dataexporter is not exporting Dynamic Calc membersSummary: Hi, I need to export data from EPM Planning BSO cube with "Alias". So I need to use Groovy Rule because Data Export Calc command BR create Member Name in file. … -
How to access file in DM Inbox using Groovy?Summary: How to access file in DM Inbox using Groovy? Able to access files in front end Inbox/Outbox explorer. Is it possible to access from DM Inbox or by default only … -
How to auto-calculate # of Activities per lead?Hi Team, I have already tried groovy and it is calculating the number of activities on an update on lead. But the ask is, for a existing lead, when the user adds an acti…Aditya Varma Gadiraju-Oracle 21 views 1 comment 0 points Most recent by Andrei Stan-Support-Oracle Sales -
POST works from POSTMAN but not from groovy triggerSummary: We are triggering the PAAS service to post the data from cx system, we are able to post and getting the response from 'Postman' when we try the same from groovy… -
Issue trying to read attachment in Groovy scriptingSummary: We are trying to read the contents of an activity attachment and upload to an external web service in Groovy scripting. We are having issues with taking the Fil… -
Unable to fecth a single record fron custom CPQ Data using Groovy ScriptSummary: From Oracle Sales Cloud, we are attempting to retrieve data from custom CPQ data tables using the REST API described below, but we haven't successfully obtained… -
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…