Groovy
Discussion List
-
Account Object Workflow TriggerContent How to get notified to sales administrator whenever a new account record is created. I know we need to use the Workflow and Even point is when record is created.…User_2025-01-28-09-27-58-262 42 views 6 comments 1 point Most recent by Siraj Syed -Support-Oracle Sales -
How to update Custom LOV value based on Role for other it should be readonlyContent We have Custom field as Car and LOV Values are Petrol, Diesel, Gas. Only Sales Administrator Role should Update the LOV values for a custom field and for rest of… -
Trigger for Cancel buttonSummary We're looking for a trigger that we can use to mirror the Cancel button in Oracle Sales Cloud.Content We want to mirror the Cancel button functionality. Upon sea… -
Getting Null pointer ExceptionContent Here is the requirement: 1. The Opportunity start date cannot be after the Opportunity End date 2. The Opportunity End date cannot be before the Opportunity Star… -
How to send email from Groovy script and using/selecting email Templates ?Summary How to send email from Groovy script and using/selecting email Templates ?Content How to send email from Groovy script and using/selecting email Templates? We ha…User_2025-02-08-01-38-24-980 464 views 3 comments 1 point Most recent by Manoj Kumar-Support-Oracle Sales -
How to import the custom Child object for multiselect choicelistSummary to update the multi-select choice list fieldsContent Hi, I want to import a custom object record to update the multi-select Choice list but import is failing.I t… -
What's New in 20.07?Summary Let's dive into this month's New FeaturesContent Well, it's that time again. Sorry for the delay as the US Holiday last week and some other reasons have led to t… -
ASO groovy - MDX function to filter based on UDA in alternate hierarchySummary ASO groovy - MDX function to filter based on UDA in alternate hierarchyContent We are trying to filter entities in a shared hierarchy based on currency UDA. As a… -
Invoking a Business rule via GroovySummary Invoking a Business rule via GroovyContent Hi all, I am trying to execute a business rule via groovy. However it does not run. Can you help me? Below the code: d… -
Groovy: Identifying Dimension Members in the POVContent Hi All, I'm just dipping my toes into groovy, and using online sources and tutorials to help me out (thanks Kyle your blog is great!). But am hitting some walls.… -
Extract only certain parameters from JSON outputContent Hi all, With an API call I want to list all available files in EPBCS which are available for downloading. The JSON body is printed to the log, but it seems that … -
Rename application snapshot with APIContent Hi all, Can anyone tell me if it is possible to rename the daily applicaiton snapshot, using REST API? I can't find it in the documentation, but it is possible w… -
Dynamic Table using row data as column headersSummary We are trying to use parent-child tables where the child table has revisions and we need to show each revision as column headerContent So I have two tables, The … -
Question about retrieving the Sales Account Resource by GroovySummary Retrieve Sales Account Resource Name by GroovyContent Hello all, I have a question about Groovy and was thinking maybe someone from this forum can think along wi… -
Trigger 'Application Diagnostics' via EPMAutomate or RestAPI or Groovy?Summary Is there a way to trigger the "Application Diagnostics" via EPMAutomate or RestAPI or Groovy?Content As you know there is "Application diagnostics" feature which… -
ASO Groovy - Clear target before allocataionsSummary We want to clear target account before performing ASO allocationsContent Hi All, We are performing ASO groovy allocations in our project and the only issue we ar… -
Groovy TemplatesSummary How are EPM Cloud administrators standardizing Groovy usage?Content I am writing to find out from EPM Cloud administrators on how you are creating standards in G… -
Can you populate a text based account via a calculation script?Content The ask is to have an automatic "audit" of any change to a specifc upper level account that occurs due to a data load. I have some ideas on how to track these ch… -
XWRITE like functionality between EPM Cloud Planning applicationsSummary What is the community using to create XWRITE like functionality between EPM Cloud Planning applications?Content Hey all, I have developed two methodologies to mo… -
Receiving an error while registering the Third party API in Oracle Engagement CloudSummary Getting an error while registering the Third party API in Application ComposerContent Hello, I am trying to register the API which gives PDF file content in Json… -
Throwing error message when selecting a record inside DCL Field,Summary When selecting value in DCL field, we want to throw a warning message if they select a record that is outside their market.Content Requirement: They can select a… -
contains - in groovySummary contains issue in groovy BRContent String sRTPMgt = rtps.Mgt.toString() List Mgtlist = ['Africa','Canada','UK','China'] if (Mgtlist.contains(sRTPMgt)){ run datam… -
Apply context on dash boards between 2 data formsContent Can we do the apply context between two forms - like I have master form where I have full entity structure having regions/country/divisions. Now the child form h…Suresh Ratnala-Oracle 52 views 6 comments 0 points Most recent by Shankar - PM Cloud EPM-Oracle Planning -
Groovy to provide option to retrieve data for intersection of specified member combinationSummary Retrieve data for member combination without virtual gridsContent Groovy provides only one option to retrieve data using virtual grids. This creates a lot of has…User_2025-02-08-03-53-41-891 293 views 13 comments 3 points Most recent by Kyle Goodfriend-Oracle Planning -
Attributes selection on data forms making data grid as read only, can we make it editableContent Hi All We are preparing the data forms where user wants to filter the entity hierarchy on forms using attributes to input the numbers. Country is an attribute di… -
Can we define security based on Attributes defined for entity dimension?Summary Requirement is to define user based security based on entity attributes, if I selected the region entity hierarchy where I want to give access to only the entiti…