Groovy
Discussion List
-
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 -
While Calling Rest Endpoints i am passing to uri parameters from a variable but at run time on broSummary While Calling Rest Endpoints i am passing to uri parameters from a variable but at run time on browser is getting converted into %7BserviceRequest_Id%7DContent J… -
Groovy Grid Iterator/cell.updated doesn´t work sometimesContent Hi all, In a few processes we use the Grid Iterator in Groovy to check if a cell was updated in order to just recalculate that specific point of view. in 99% of … -
Different Security for BSO/ASO plan typeSummary How to set up different security for ASO & BSO plan typesContent I'm aware that in EPBCS the security cannot be set up at the Plan Type level. We have a situatio…User_2025-01-30-02-55-20-807 22 views 6 comments 0 points Most recent by User_2025-01-30-02-55-20-807 Planning -
Capturing Rejections In Data ManagementContent Hi , I have a requirement where i need to capture the rejections/Missing members during the Export from Data Management and send mail notifications for the same.…User_2025-02-07-09-27-55-736 30 views 5 comments 0 points Most recent by Kyle Goodfriend-Oracle Planning -
Search for PhoneNumber via REST - CTISummary best way to identify contact based on a phone numberContent Hi, we are working on a lightweight integration between our CTI solution and SalesCloud. So we just w… -
Referencing a Member Range within a Groovy Script VariableContent Hello There! I'm trying to create a dynamic data push after running a data load within my BSO cube. The data load can load multiple periods ie from Jan - Mar or …User_2025-01-31-02-27-25-352 89 views 7 comments 0 points Most recent by User_2025-01-31-02-27-25-352 Planning -
Using Dimension Feature with Smart List functionality has Security ImplicationsSummary Custom intra/inter segment charge process that references target "Charge To" by using Smart List featureContent We created a custom inter/intra segment charging …User_2025-01-31-02-27-25-352 51 views 13 comments 0 points Most recent by User_2025-01-31-02-27-25-352 Planning -
how to make field as required at Accounts / Contacts only in Sales CloudContent Hi All, We have all the fusion products for our instance (Sales / HCM / SCM / ERP). We want to make a custom field as required at Accounts in Sales Cloud and tha… -
Infolet Arrangement Feels Different After Upgrade to 20DSummary Infolet Arrangement Feels Different After Upgrade to 20DContent Hi, Before upgrade to 20D, arranging infolets was a breeze. It was just drag and drop. But after …User_2025-07-18-06-07-44-367 31 views 1 comment 0 points Most recent by Syed Misbauddin-Support-Oracle Sales -
Add Minutes to Current DateTimeSummary Need to add 10 minutes to the current datetime in groovyContent Using now() we can get current datetime from the system. But how to add minutes, hours to that cu…