Groovy
Discussion List
-
What's New in 21.08?Summary More cool things plus some favorites of mine!Content Well, here we are again and I'm back on my normal release date as 21.08 is set to hit your test environments… -
Right click to a form with level0 members of the chosen parentSummary: I want to create a high level review form where user can right click on the selected cost centre parent and go to a form that only shows the bottom level cost c… -
Assigning a variable to a text member using EPBCS groovyContent (required): Hi guys! I am facing a small issue in assigning a variable which contains text using groovy. I have an array named "Teachers" which contains staff na… -
Best practices for automated testing on the Fusion platformSummary: Are there any recommended practices for automated testing on Fusion apps (CRM, HCM, etc)? Content (required): Hi. I was wondering what is the common practice fo… -
Groovy how to get member combinations from DataGridSummary: Content (required): Dears, I am looking for a way to get member combinations from a Datagrid, for instance: builderUnit.addRow(['Unit', 'Account'], [['Lvl0Desce… -
Delete file REST API - GroovySummary: Has anyone successfully used the Delete Files (v2) API in a groovy business rule? Content (required): I am able to make the API call from Postman. However I kee… -
How to create contact automatically from from custom fields at the lead ?Summary: Hello everyone , the customer want to create the contact from custom fields at the lead , that contains the data he needs for contact definition , when he conve… -
Issue with dates passed from Lead object to Activity object using groovySummary: When creating a Lead, an Activity record is generated automatically through Object Workflow. I'm using two dates from the Lead to set Activity's Start and End d… -
How to add a specific range to a date fieldSummary: How to add a specific range to a date field Content (required): The user would like to enhance OSC date fields to prevent them from accepting "non-existent" dat…Chetna Sharma-Support-Oracle 51 views 3 comments 0 points Most recent by Chetna Sharma-Support-Oracle Sales -
How to fetch first 1500 characters from Long text field to a custom text field using groovySummary: How to fetch first 1500 characters from Long text field to a custom Text field using groovy Content (required): Hi we are trying to fetch first 1500 characters … -
Best Approach to combine multiple triggersSummary: Best Approach to combine multiple triggers Content (required): I would like to know the right approach to combine multiple triggers into a single trigger for be… -
How to set Parent Account value via Groovy Script**This post was created as part of a How to Service Request (SR) Release: 11.13.22.04.0 Summary of the question: We need to set Parent Account via Groovy Script on Accou…Umamaheswarareddy Ambati-Support-Oracle 111 views 1 comment 0 points Most recent by Umamaheswarareddy Ambati-Support-Oracle Sales -
Can we delete attribute members via a groovy script?We have a requirement to delete attribute members and are wanting to do this via a groovy script, however can't seem to find a method to do this - has anyone done this b… -
Is there any standard integration between Oracle Sales Cloud and Oracle Project Portfolio managementSummary Can an opportunity with "WON" status Oracle Sales Cloud trigger the creation of a project in Oracle Project Portfolio management?Content Can an opportunity with …User_2025-02-06-00-52-52-908 77 views 7 comments 3 points Most recent by Kirish Kumar Venkatesan Sales -
How to make the fields Old Quantity/Old Value as required depending on the Opportunity Type fieldQuestion : **This post was created as part of a How to Service Request (SR) Release: 22B Summary of the question: How to make the fields Old Quantity/Old Value as requir…Matei Niculescu-Support-Oracle 101 views 7 comments 0 points Most recent by Vitejanu Vasile-Madalin Sales -
Groovy REST sendmail fails with "IOException while sending message"Summary: Groovy rule to sendmail via REST. The request works fine in that it is passed through the connection. But the email never arrives. Checking the status returns s… -
Unable to get current rule name in groovySummary: Trying to get the name of the current rule in groovy. Getting generic error: Script failed on line: 522, with error: An error occurred while processing this pag… -
Win/Loss Reason field to be enable in spite of any Opportunity statusSummary: Hello team, Win/Loss Reason field to be enable in spite of any Opportunity status Content (required): As of now, its only enabled when Opportunity status is CLO… -
check whether member is descendant of any parent in groovySummary: how to find the the member is a descendant of any parent in groovy Content (required): How can we check whether selected member from pov is a descendant of any … -
To display data from NetSuite application in Oracle Engagement CloudSummary: To display data from NetSuite application in Oracle Engagement Cloud Content (required): Can you please let me know, if you have worked in any requirement where… -
How to make a button/link appear depending on a field?Summary: The need is for a button/link to appear on not depending on the values written inside a field Content (required): Working with Application Composer in Activity … -
How to create Household by standard object Group**This post was created as part of a How to Service Request (SR) Release: 11.13.22.04.0 Summary of the question: Customer wanted to create "Household (Group)" with using…Umamaheswarareddy Ambati-Support-Oracle 11 views 1 comment 0 points Most recent by Umamaheswarareddy Ambati-Support-Oracle Sales -
How to pass parameters in a GET call using GroovySummary: Hi Community, I have registered a web service and now using that web service I want to pass additional parameters in the endpoint URL. I am using below code but…