Groovy
Discussion List
-
Groovy DataGridBuilder varying columnsSummary: Content (please ensure you mask any confidential information): Hi, I got stuck on a groovy rule to build a DataGridBuilder with varying columns and don't know h… -
How to convert groovy script from app composer to Visual Builder readable codeSummary: On the actions and links section of the app composer, we are using groovy script to fetch the URL from custom object. I tried to use the code directly on create… -
How we can set row suppression while using createDataExporter() to export data from EPBCSSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
Rest API for Artifact update reportsSummary: Looking to generate Artifact Update reports through rest API or EPMAutomate but dont see any resources available to get this information from automation of audi…
-
Need Groovy syntax to Upload file in staging area for EDMCS from planningSummary: We need File Upload syntax in Groovy for epm cloud. Basically, We are connecting EDMCS using groovy from Planning application. And trying to upload file using G… -
Anyway to handle the workorder not allow to create if stockSummary: Anyway to handle the workorder not allow to create if stock is not available in respective subinventory Content (please ensure you mask any confidential informa… -
EPM groovy and DataExporter with two decimal restrictionsHi, We are using EPM groovy business rule to export data using class DataExporter. However we are seeing issues with decimals for some of data in the export file.I could…SrikanthReddy-Oracle 11 views 1 comment 0 points Most recent by Brett Rooks EPM Platform and Freeform -
Conditional Groovy in a form comparing two accountsHello experts!! I have a requeriment to do, I have this form: And with Groovy I should get a validation in BALANCE row. My requeriment is if BALANCE is equal to C1290_CA… -
How to calculate Holidays and Weekends using groovy in Fusion Sales Cloud ObjectsSummary: The requirement is to calculate calculate age of the record which is (today()-creation date). But the age should exclude weekends and public holidays. Is this p… -
File renaming issue in EPBCSSummary: I want to rename the file after unzipping the data export file. Content (please ensure you mask any confidential information): I tried several ways to schedule … -
Dynamic Substring Function - Essbase Equivalent of FIND/SEARCH Function from ExcelSummary: We have a need to perform dynamic member name lookups with member names that are varying lengths (something outside of our control as they come from a source sy… -
Script doesnt work as expectedHi we want the aggregation of a different dimension eg row 6 and 7 needed to be summed up in row 11 ie where ever the functionl area = Room Sales_FA it need to summed to…Althaf Abdullah 31 views 2 comments 0 points Most recent by Lakshani Hettiarachchi EPM Platform and Freeform -
Receivables Billing Object in Groovy ScriptHello, Is there any object accessible by Groovy script to access Receivables/Billing information? The scenario is: To create a subscription, I need to have the account a… -
Decimal precision not working -groovy-csvwriter -datagrid exportSummary: Hi All, I am exporting datagrid to csv file(csvwriter) using Groovy script. The exported data has precision issues as below. For Example: In smartview, the data… -
Groovy - How to exclude shared members from ASO createDataExporter()?Summary: HI All - I need to exclude shared members from a createDataExporter() ASO data export. Would the best way way be to create two lists : List 1 with the members f… -
Is there a way to automate updating data map member mappings?Summary: We have a cross pod data map with member mappings. There is no ability to do dynamic member maps so we need to manually update it every time a new member is add… -
How to convert JSON Format REST API Payload (Request Body) into Groovy format for the below PayloadSummary: The below Payload is working fine with the POSTMAN (The attachment element with multiple IDs with comma separated values in the Body Request) {"to" : "to_email@…
-
Create Dynamic Choice list based on Opportunity Line Item ProductsSummary: Can we create a dynamic choice list to show a list of products that are on the opportunity line items for a custom object related to the opportunity object. Con… -
Groovy to query only Contacts but not user recordsHi All, I have actually written a code to query the Contact object based on email. But the query is also searching for user records with that email and returning the res… -
Passed parameter goes as null when calling BI Report from groovy scriptSummary: Trying to call BI report from groovy script, but the parameter is going in as null Content (required): I am passing the parameter in the payload but it is going… -
Using groovy to move a file from the Data Management Inbox To the Oracle Planning Inbox ExplorerI am working with OTBI report(s), and this report holds master data which needs to come into EDMCS. OIC is being used as the facilitator from Oracle Fusion into the Orac… -
How to get the user resource roles using Groovy ScriptSummary: Hi, We want to send email notification to manager when partner contact is created in Partner object. but how to get resource role of user in groovy to check in …VIBHA S D 101 views 6 comments 0 points Most recent by Carmen, User Assistance Oracle CX-Oracle Sales -
How to fetch contact email and phone number before the contact is deleted using REST API in GroovyHi Team, We have a requirement to store contact email/phone number whenever the contact is deleted. We are able to capture details if the contact is deleted using Delete…NikhilSamudrala-Oracle 41 views 7 comments 0 points Most recent by Satyavani Gundumogula-Oracle Sales -
Changing background color to cell in data froms using GroovySummary: Requirement to change the background color for a data cell based on certain condition Content (please ensure you mask any confidential information): Hello, We n… -
How to make Recurring revenue editable if Recurring quantity cannot be edited and vice versa?When I enter the Recurring Quantity on the Opportunity Line Item, the Recurring Revenue field should no longer be editable. When I enter the Recurring Revenue on the Opp… -
Create a trigger based on resource person typeHi, We need to create a trigger based on the PersonType attribute of the Resource object. The logic should be as follows: if(PersonType='EMP'){ setAttribute(newField_c,'… -
How can we access the Manage Daily Rates in groovy scriptHello Team, We have a requirement in our current implementation like we need to convert the a currency value to different currency based on the Manage Daily Rates stored… -
Ruleset parallel execution issueSummary: Content (please ensure you mask any confidential information): Hi, I got a weird issue when running a ruleset with parallel execution enabled, and want to seek … -
Get ResourceUsers data via groovy scriptWe need to create a trigger that, when a Resource User is created, sets a custom field with specific values. How can we retrieve data from ResourceUsers in a Groovy scri…