Groovy
Discussion List
-
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 290 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… -
Retrieve Substitution variable values in Groovy Business RulesSummary Retrieve Substitution variable values in Groovy Business RulesContent Hi All , While writing a Groovy BR , I was unable to find a Method which can retrieve the v… -
Fetch the value of a substitution variable from a groovy ruleSummary Attempting to get the value of a flag (which is a substitution variable) from a groovy ruleContent Let me start by saying that my groovy knowledge is limited; I'…User_2025-01-30-02-55-20-807 355 views 8 comments 1 point Most recent by Kyle Goodfriend-Oracle Planning -
Groovy - Make particular cells on form locked/not editableContent Hi Team, We have developed a form, where we need that wherever the member is List price, that row should become read only. We have these members under the parent… -
Get the attributes from a member via REST APISummary Get the attributes from a member via REST APIContent Hey all, I am trying to get all the attributes associated to a member via REST API via groovy. However I am … -
User variable in GroovySummary fetch a user variable in a Groovy scriptContent Hi I'm new to Groovy script with PBCS. I'm looking for a command to fetch the content of a user variable in a gro… -
Groovy - Download file via Groovy to my pcSummary Groovy - Download file via Groovy to my pcContent Hi experts, Is there a way for the client to execute a business rule to generate a file and download to his pc?… -
Any option to automate SpreadSheet Export on Dataforms in EPBCS/PBCSSummary Do we have any option to automate the Spreadsheet Export option on Dataforms in EPBCS/PBCSContent Options to automate export of Dataform in EPBCS/PBCS to Excel u… -
What's New in 20.06?Summary Many things but especially a long-awaited enhancement...Content I hope this post finds you well and that you are allowed to leave the house! Well, here we are ag… -
How to do a patch on Child Object using REST APISummary I want to change the Primary Address fields on Contact associated with Lead using REST API .How to register webservice for that and how to utilise that in Groovy… -
Displaying Picture Attachment in MashupSummary Picture Attachment only visible for Admin User (not being displayed for others)Content Hi guys I have been working on a mashup content requirement recently and w… -
Groovy setAttribute of related objects of the same 1:M relationshipSummary Using view object and setAttribute does not set the field value of related objects of the same 1:M relationshipContent Hi community, I have a 1:M relationship be… -
How to trigger an action on association of Product with Product GroupSummary Hi, I want to call Rest API which will send the Product Group Id to other application when Product is associated with Product Group through Manage Product Group … -
setSortBy in Groovy is not allowedSummary setSortBy in Groovy is not allowedContent Hi Team, We are trying to execute a query and want to sort in descending but groovy is throwing below error the error, … -
Groovy Grid BuildersSummary Groovy Grid Builders doesn't push to invalid intersectionsContent Hi ALL Need your help getting some insight on this topic - I am trying to replace my Data Manag… -
Parse REST webservice JSON ResponseSummary Parse REST webservice JSON ResponseContent How can I parse below JSON Response in groovy. I wanted to read Clicked -> campaignID -> Count Response Msg: { "clicke… -
Possible to export Job Console status detail?Content Has anyone figured out a way to export Job Console data that inlcudes the Job Status detail? I've been able to use the REST API to export the job status code via… -
Access REST through groovySummary Access REST through groovyContent Hi All, I am looking to call the REST from groovy. Here is the API and scenario I am using eligibility rule from products with … -
Groovy support explicit save?Summary Groovy support explicit save?Content Hi, Do we support explicit save with groovy? Here is the detail, In the mashup subtab, we call groovy which will update an o… -
Disabling Activity Status valuesSummary I just want to disable values in Activity status but I cannot untick it.Content We have our values for the Activity Status field and we're not going to use the e… -
How to download file of any format from sql developer table via VBCSSummary How to download file of any format from sql developer table,saved as type clob via VBCSContent I need to download files with all formats which were saved as data… -
How to make Account Type on Mobile App Read OnlySummary Mobile App scripts to make standard field read onlyContent Our requirement is that our sales team can create new accounts of type Prospect which is the default v…