Groovy
Discussion List
-
Read csv file using groovy scriptSummary: Hello all Below is the requirement I'm trying I have a csv file in inbox/outbox explorer which has data in a particular combination. Example : A1 jan 2024 = 100… -
Json ArrayI have requirement of writing JsonArray data which is pulled from a wen API to a csv file Rest API url : https://jsonplaceholder.typicode.com/users Json array : [ { "id"… -
Cross Pod Data Map - Dynamic Wildcard Mapping from Source to Target in Groovy/Smart PushSummary: We have a need for a cross-pod Smart Push to push data from a cube in one Planning environment to a cube in a another, separate Planning environment. I am loopi… -
Read Document Record Attributes values from an Attachment and create recordsSummary: In Oracle Sales Cloud is there any option to read .Xlsx file data and create records in custom Object. Content (please ensure you mask any confidential informat… -
Fastest way to export large filtered ASO data setWhat is the current consensus for the fastest method of exporting ASO plan type data? Assuming it could be a large data set with dynamic members and would need to be fil… -
EPBCS groovy CustomCalcParameters script syntax issueHi All, I'm struggling with MDX syntax to calculate actual to Date using groovy CustomCalcParameters. Although when I use RHS part of the script Sum(TupleRange(([FY20],[… -
Using Groovy, need to select upper level members to push data to other cubesSummary: Using Groovy scripting, when pushing to other cubes, need to select upper level members to push data. Content (required): Using Groovy scripting, we need to sel… -
How to elaborate a groovy script when im a Starter and can't find sintax from DocsHi everyone! I hope you all be good! Im starting to use groovy into scripts to performance the application and i already passed by some cases and im not finding the corr… -
Cannot find a universal way to input Date formats via Data Grid BuilderSummary: Hi, We are working with data grid builder in groovy rules. We need to upload today's date once a modification is performed. Though, we are noticing different be… -
Executing a Refresh Job from API Using Groovy Console Continuously Poll Status AssistanceSummary: I am trying to construct a script in Groovy (not a business rule on the EPM server, but rather a pure Groovy script to be run on prem) to leverage the Planning … -
DataGridBuilder security issueSummary: Hi, We have a rule using DataGridBuilder to do some calculation and save data back. When the rule is executed by users, data didn't get saved back. Then we figu… -
How to upload file to inbox in EPBCS using REST API through groovy Business Rule?Summary: we are trying to upload file to inbox in EPBCS using REST API through groovy Business Rule. we are struggling on how to define the file path which is on the ser… -
Is it possible to display a custom message when saving on a form?Summary: I would like to display a custom message after saving the form that notifies users that they need to run another step. Content (please ensure you mask any confi… -
Groovy MDX script to get HTD valueHi Folks, Can you please help me writing MDX script in groovy to calculate HTD value or at least YTD value. Below script is throwing error: A method called by the script… -
Groovy code on Business Object Data Security RulesSummary: I can hardcode a value in a BO Data Security Rule condition & it works fine. However, when i try to use an expression in the rule (i.e. Groovy), although i can … -
How to copy the attachment and create in new RecordSummary Using groovy, How to copy the Attachments from one record to other recordContent Hi, I have a requirement in one of our business process, need to create a copy o… -
Planning Provider Error occurance when linking Custom Measure and standard measure in Measure DmHi Oracle Support, We created a custom measure called "Current Target" under the Measure Dimension for sales planning. Our goal was to reference this standard measure us… -
Workarounds for Using Formulas in RoutinesWe are attempting to setup routines based on the last activity date with a customer. Since rollups are not usable within the routines section, we created a date formula … -
Delete file from Outbox folderSummary: The file extract (Applicationname_1234.dat) is generated under Outbox folder. "1234" is Process ID. I am able to successfully rename the file while uploading it… -
How to catch the trigger in groovy script in Sales Territory?Summary: How to caatch the trigger in groovy script in Sales Territory when the Dimensional Coverage or the Customer Inclusion is added or updated? Content (required): S… -
Running Groovy rule; could not retrieve the rule execution statusContent Hi, I was creating a simple groovy script to select a list of accounts which have certain UDA. It's pretty much the same as the example shown in a blog. https://… -
EPBCS - what are the reasons for 200MB limitation for export file in EPBCS?Hi, Currently there is a limitation of 200 MB on the size of the export file when executing a Datamap in EPBCS via a Groovy Rule which is causing us a bit of a headache …AyandaKrumalo12 116 views 2 comments 0 points Most recent by AyandaKrumalo12 EPM Platform and Freeform -
Run "Export Projects and Budget" job from GroovySummary: Hi, The "Export Projects and Budget" job can only be executed by an administrator and I'd like to give an option to run the job for power user. I've tried to ru… -
Using for loops in Data definition builderHello, Using Data definition builder I'm trying to Display the dates in a certain combination and it's working when i tried using for loop it is throwing an error. This … -
OIC Gen3 Rest API to generate an OAuth2 token using EPM Groovy script.Summary: Can anyone help me as The OIC gen 3 only allows OAuth and while the EPM Groovy script facilitates only Basic and API key based authentication. Content (please e…Rahul VargheseRoy 41 views 1 comment 0 points Most recent by Vijay Mahantesh-Oracle EPM Platform and Freeform -
xml string written inside groovy is being ignoredSummary: Need to use XML tags inside a groovy String. But they are being ignored and considered as empty. Content (please ensure you mask any confidential information): … -
Groovy Pipeline execution - Variables are mandatory?Summary: Using a Groovy BR to trigger a pipeline (export mapping job) and it was working fine with no variables defined. When the rule was triggered today interestingly …NarayananS 11 views 1 comment 0 points Most recent by Suruchi S-Support-Oracle EPM Platform and Freeform -
RTP Window not getting closedSummary: RTP Window not getting closed and data form not displaying completion status. Content (please ensure you mask any confidential information): Upon saving data fo… -
Using groovy to set substitution variables for non admin users - REST API connection issueSummary: when we run below business rule, getting below error message, could you please check and update us. "Details: A method called by the script failed on line: 40, … -
DataGridBuilder errorSummary: Hi, Got a weird error when building a DataGridBuilder. Here's the code snippet: /*RTPS: {RTP_Year} */ String str_Year = rtps.RTP_Year DataGridBuilder gridbuilde…