Groovy
Discussion List
-
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… -
Error When Saving DataGrid in Production - "An error occurred while processing this page"Hi Folks, I have encountered an issue when calling the saveGrid() method to save a DataGrid in the production environment, which works fine in the cloned environment. He… -
How get all contacts linked to Account in groovy scriptSummary: In Accounts groovy script I want to get all the Contact's those are linked to it. Content (please ensure you mask any confidential information): Version (includ… -
data export using groovySummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
Did the port for Connections Rest API change with the 25.02 monthly update?Summary: When performing regression testing of the 25.02 (Feb) monthly update, our groovy/rest api calls fail with error "Invalid port specified in the URL. The only all…CCel 161 views 2 comments 0 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
Utilizing UDA Members (Level 0/Parent Members) in Data Export via Data Integration Filter or GroovyWith Data Export in Data Management (Data Integration in Planning): We are experiencing difficulties in applying a filter condition for data export using UDA. The requir… -
Update Resource Class Dimension Members Parent via GroovySummary: I am looking into the best way to update Resource Class member's Parent value via a groovy script. The reason would be to move from an ACTIVE parent to an INACT… -
Send email with Groovy PBCSHi, I use PBSS. I would like to send emails to users with the REST API: "rest/v1/services/sendmail". I created a connection in PBCS with an admin account, but the email … -
Pre-Validation Error report to check for the error of Data Management before execution of DLRsSummary: If there's any way to get the Pre-validation error report before the DLR execution for loading the data: To know if any member is missing (not in the system but… -
Can we update multiselect field through groovy when we are merging accountsSummary: When merging accounts, we need to update the multi-select custom field for the survivor account using Groovy scripting to store the values from both the merging… -
how to merge custom field values during account merge?Summary: how to merge custom field values during account merge? Content (please ensure you mask any confidential information): Client has few custom multiselect DCL fiel… -
User Preferences retrieval using Rest API (uservariablevalues)Summary: I am using the following REST Resource to retrieve user variable values set for all users and all user variables: GET /HyperionPlanning/rest/{api_version}/appli… -
Need a way to set Date Value in a Flex Form with an After Load Groovy RuleSummary: Hi, We are designing a Flex Form that displays in SmartView the current value of a Date field, taken from a different POV. To do so, we implemented a groovy rul… -
How to add seconds to timestamp in groovy scriptWill would need to validate an opportunity keeping it editable for few seconds, then the sales stage changes into a particular value (after that the opportunity can not …