Groovy
Discussion List
-
Create a table from DataGridDefinitionBuilderContent Hi all, We are trying to create table with groovy (to include in an email message) based on a DataGridDefinitionBuilder. What is the best way to do this? The dat… -
Update Substitution variable using GroovyContent Team, Is there a way to override the substitution variable values (OEP_CurMnth & OEP_CurWeek) for a specific rule set to execute without impacting other processe… -
How to get the table event which fires when we move from one record to next recordSummary How to get the table event which fires when we move from one record to next recordContent We have an ADP based editable table in which we have column called Rank… -
Trigger to identify when child row is deletedContent Hi Members, I would need to know how we can track the deletion of opportunity revenue line from opportunity triggers. We have few object functions in opportunity… -
Can You Link an OTBI Report on the Sales Cloud Homepage?Content Hi, We want users to give quick access to their most used reports in OTBI by trying to find a way to have the link available in the sales cloud homepage. Is this…User_2025-07-18-06-07-44-367 35 views 1 comment 1 point Most recent by Priscila Terazawa - Support-Oracle Sales -
Groovy to retrieve data from EssbaseContent Hi Can somebody throw me some light how to get value from Essbase for a specific member combination? A very simple example will be much appreciated. I know how t… -
Cube Refresh using groovy post update the metadata using Groovy ruleContent We are updating the Entity dimension attribute tagging using groovy rule. Post the update, cube refresh to be done. I don't find function to cube refresh using G… -
Update all records of a child objectSummary Update all records using action buttonContent Hi Experts, Need your help with Groovy I have a requirement to update all custom child object records. Its a simple… -
How to download data using UCM ID from webcontent ServerContent Is there any way to download data in bytes in groovy using UCM Id in webservice https:///xmlpserver/services/v2/ScheduleService?WSDL -
Determine if a user belongs to a group via GroovySummary The Groovy Class User does not provide a method to determine if a user belongs to Group.Content Is there a way to check if a user belongs to a certain group from… -
multiple ParameterValuesContent I need to call runReport webserivce in groovy and pass two parameters to the report (see my groovy below). Could someone please provide a sample groovy that can … -
How To Import/Export Lead Assignment RulesContent Hi, I want to extract the existing lead assignment rules in oracle sales cloud, update and be able to import the updated rules back in OSC. Is this possible? Tha…User_2025-07-18-06-07-44-367 62 views 3 comments 1 point Most recent by Siraj Syed -Support-Oracle Sales -
unable to invoke scheduleService from Object functionContent We are using a scheduleService SOAP webservice for schedule Report but unable to call the same from groovy object function with a working payload from SOAPUI. Th… -
How To Make Custom Field Appear In Workspace FilterContent Hi, I can't find a custom field in the Workspace filter. How do I expose this field? Thanks, Ed Version 20DUser_2025-07-18-06-07-44-367 51 views 3 comments 1 point Most recent by Siraj Syed -Support-Oracle Sales -
Object Workflow - GroovyContent Is there any time out for Groovy Object functions called from Object Workflow? Like from object functions and triggers there is a timeout of 60000ms as mentioned… -
Groovy Query using DCL fieldContent I'm trying to query a record and pull the value of a field from another object using DCL field on ensureCriteriaItem. The DCL is the only field that I can use to… -
How to convert Converted lead as Qualified status using groovySummary How to convert Converted lead as Qualified status using groovyContent Suppose Lead is in unqualified status and if you convert the lead to opportunity, the statu… -
Can 'Last Updated By' filter currently logged-in user in Workspace Saved Search?Content Hi, I want to filter the contact records recently updated by the logged-in user using workspace saved search. However, I was only able to filter using User Name …User_2025-07-18-06-07-44-367 31 views 1 comment 1 point Most recent by Siraj Syed -Support-Oracle Sales -
How to use Groovy validate if a text type cell is not emptyContent I have simple requirement to check if there is value in any period for a particular Account, there should be some remarks in the Comment field as well. The simpl… -
Does Workspace can be customizableSummary Can custom button added to workspaceContent Is there option to add custom button and do customization on workspace page? -
Link to a file saved in a network driveContent Hi, Is there a way we can configure a link to open a file saved in a network drive? Or we need UCM/WCC to be able to access the file? The POC requirement is to c… -
How to set the length of the field Purchase Order of a Sales OrderSummary We are looking for a way to set the maximum length of the field purchase order of a sales order headerContent Hi, We are looking for a way to set the maximum len… -
how to read data from csv file and store in a business object at run time using file picker componenContent We have a requirement that, we need to upload data trough CSV files, so that we have created an application in VBCS and try to use File Picker component to pick … -
Groovy error: calc script too longContent I'm trying to run a Groovy script to execute a calculation but the calc script is too long: The Groovy script failed to compile with internal error: Compile Erro… -
Illegal character ((CTRL-CHAR, code 31)) Error in POST API callSummary Calling REST API to create custom child record of opportunityContent https://INSTANCE_URL:443/crmRestApi/resources/latest/opportunities/##OptyNum##/child/TradeIn… -
How To Change Active Party Usage Assigned to User in Resource DirectorySummary How To Change Active Party Usage Assigned to User in Resource DirectoryContent Hi, I want to update the usage for a resource in resource directory. How do I upda…User_2025-07-18-06-07-44-367 39 views 1 comment 1 point Most recent by Siraj Syed -Support-Oracle Sales -
Datetime field ComparisonContent I am trying to compare 2 standard date fields (CreationDate and LastUpdateDate) from the Service Request object to verify if one specific field from Service Requ… -
I want to put a condition on body payload for service endpoint callSummary Inside the body parameter while call rest endpoints i want to put if conditionContent { "SrNumber": "[[ $page.variables.serviceRequestRecord.SrNumber ]]", "Title… -
How can create customized field attachment to be added to custom objectSummary We nee to add attachment field to custom object so how can create this field