Groovy
Discussion List
-
Using Groovy to Pass a Smart List Value from form rows (need to pass WITHOUT quotes)Summary: Is there a supplemental Groovy function, or other technique, that can convert a pulled smart list value from a form WITHOUT quotes? Content (required): We are t… -
best way to add or substract hoursSummary: How is the best way to add or substract hours in groovy Content (required): Recently we created a script to calculate the actual date and the day before to send… -
Ruleset Validates/Deploys and displays success message, but isn't runningSummary: We have a rule set of 5 rules that validates and deploys without issue. It is connected to an action menu item and when I select it from the right click menu, i…User_2025-02-11-06-55-16-264 21 views 2 comments 0 points Most recent by User_2025-02-11-06-55-16-264 Planning -
Which application type should we select upon conversion to EPBCS, Custom or Module?Our service was just updated, and we are ready to convert from PBCS to EPBCS. We have read the documentation (Converting a Standard or Reporting Application to an Enterp… -
Assigning value to a member derived from RTP (The member is not refreshed)Summary: we have an RTP Member which is refreshed. A child has been created under it using groovy method of add dynamic child in a different process and this member is n… -
Get the value of "SiteuseType" before user makes the updateSummary: Get the value of "SiteuseType" before user makes the update Content (required): I have a "BeforeUpdate" trigger wherein I am trying to validate if the user is t… -
Require groovy code to create Attachment to Activities in Oracle sales cloudSummary: Require groovy code to create Attachment to Activities in Oracle sales cloud as soon as they get created in Oracle Sales Cloud Content (required): Version (incl… -
How to use Groovy and REST API to filter and execute datamap, and set substitution variablesSummary: I want to find out if you can set dimension parameters when running a datamap using a REST API call in Groovy, in PBCS calc rules. Secondly, I want to know if s… -
Removing a member using groovySummary: Hi, While designing a DataGridDefinitionBuilder can I remove a member from a Planning list ? builder2.addRow(['Entity', 'Account'], [['Lvl0Descendants("Entity")… -
Notification on Account-Contact relationship deleteSummary: Hi Team, We are planning to send out a notification to account owner, when a contact is deleted from "Contacts" tab. Content (required): When a contact is remov… -
PersonParty Phone AttributeHi, As per our requirement, we need to validate the new phone # of contact is existing already or not. def vop= newView('PersonParty') def vcp = newViewCriteria(vop) def… -
Transferring a file from Inbox/Outbox Explorer to Data management using GroovySummary: Need to transfer file from Inbox/Outbox Explorer to Data Management using groovy in EPBCS. Content (required): Hi . I have a file in Inbox/Outbox Explorer as be… -
How can we populate a value in Address Additional Element Attribute 5 using groovySummary: How can we populate a value in Additional Element Attribute 5 using groovy Content: We have a requirement that we want to populate some value in Additional Elem… -
How to filter Groovy scripts only to trigger from UI/user actions for Activity objectSummary: Tigger Activity Object's groovy scripts only via UI actions Content (required): Hi, We have a requirement to run specific validations for Activity object when t… -
Need to connect an On Prem Source to EPBCS using OICSummary: Need to connect an On Prem Source to EPBCS using OIC. Couldn't find much help online but wanted to understand that since we will be using REST API for the conne… -
Exception HandlingHi, As per our requirement, we have to invoke one webservice when the SR is created. We have written groovy in BeforeInsert trigger which is working fine. But we are fac… -
Grrovy : getting members with values from a datagrid.Summary: Grrovy : getting members with values from a datagrid. Content (required): Dears, I have been trying the following without success, but I guess I am pretty close… -
Date CalculationHi, I have Start Date as 01/01/2022 & Duration of months entered as 12 months, once I save the record the End Date automatically populate as 01/01/2023. How can this be … -
Groovy code questionSummary: How can I test for a value in one column in a grid and retrieve the value of the second column if it passes the test? Content (required): I have a grid iterator… -
PBCS/Essbase: Problem to calculate some members, because a block is not created.Summary: Content (required): Hello experts, I have written the following code to copy the Close Balance of the previous year December into the Open Balance of the curren…
-
Execute Dashboard from Opportunity Object through a LinkHi All, Summary: Execute Dashboard from Opportunity Object through a Link We have created a dashboard and all the reports in the dashboard are prompted based on the Oppo… -
trigger to validate if the national ID field located in contact object is not null before lead conveDears, I need your help to create a trigger in order to validate if the “national ID” field located in the contact object, is “not null” before converting any lead to op… -
password should not be from the last 3 password used using groovy in oracle fusion sales cloudSummary: We have created a custom text field "Password" and we get the data from Mobile App through OIC. We would like incorporate a password policy where the custom fie… -
Groovy addValidationError method limitation on dashboards?Summary: I have a simple groovy rule that runs before save that highlights a cell if a value is not entered. It works just fine when accessing the data form natively but… -
How to get related account's account owner's email from the Service Request object?Summary: We are trying to write a workflow on the Service Request object to alert the account owner when a Service Request has been created. In order to do this, we must…