Groovy
Discussion List
-
Filter the possibility of having a value in a multiple selection list Oracle CXSummary: Hello Community, I hope you are well It is required to validate the choice of a specific value in a multiple selection list, but since it is a list of this natu…
-
How to get Account Number & Site Number in Customer DetailsSummary: Hi, I am trying to fetch Account Number & Site Number details from Finance to CX Customer details. In this picture Red color was Customer Number in CX & Blue co…
-
Need to show the translations in other languages for Action Plans, Actions and ActivitiesSummary: We need to show the translations for Action Plans and related Actions and for the Activities related to the Sales Method of an Opportunity when a uses choose to…
-
Need to call an object function from global function in CX Sales - how?Summary: Use a global function to call and pass data to an object function Content (please ensure you mask any confidential information): Hi all, I'm driving myself nuts…
-
I would like to calculate the driving distance between 2 addresses in miles.Summary: I have the Latitude and Longitude available for both addresses. Is there a way to do this directly in groovy? I have seen the answers to this similar question s…
-
Error: Publishing of another product group is in progress. Try again later. (QSC-375009)Summary: Currently, we are experiencing the following issue as a result of concurrent runs for Lock and Publish. Normally, the system takes 24 hours to release on its ow…
-
Is there a way to get latest order details for a customer account from OM to CX?Summary: Sales Order details for a customer account in CX Content (please ensure you mask any confidential information): Hello, Is it possible to retrieve the most recen…Shiva Kumar Bandaru 32 views 4 comments 0 points Most recent by Shiva Kumar Bandaru Order Management
-
How to send reminder notifications to the owner of activity daily?Summary: Hi Team, We need to send reminder notifications to the owner of activity daily until the activity is completed. Is there any standard solution to achieve this? …
-
How to auto update lead status to converted when connecting an existing opportunitySummary: When we connect an existing Opportunity to a new Lead, we are looking for a way to auto update the Lead status to Converted. Content (please ensure you mask any…
-
Is it possible to run schedule process only in business hoursSummary Schedule Custom Groovy Function process is scheduled for every 1 hrContent Is there an option to run this schedule only in business hours? Like 8.00 AM to 6.00 P…
-
Schedule process not working for custom child objectSummary: Schedule process not working for custom child object Just i am checking to set value via schedule process but its showing retry status. def Currentdate = today(…
-
Using Opty Revenue field in Opty object trigger is getting an errorSummary: Meet Sales stage condition and updates in custom field found in Revenue Lines should execute action. However, adding the custom field in the script is not retur…
-
Date difference in hoursSummary: How to calculate date difference between Datetime now and date from datetime field in groovy in hours Content (required): Version (include the version you are u…
-
How to fetch max row of any specific action using object functionSummary: Customer want to put validation of Secondment action, for that purpose I want to fetch max row of Secondment Begin from rowset I am currently trying to loop usi…Siddhesh Nisal 41 views 9 comments 0 points Most recent by Danny Cusnir-Oracle HCM Experience Design Studio: Autocomplete Rules
-
POST works from POSTMAN and got error in groovyHi I am able to POST and getting the response from 'Postman' but when I create a Web Services and use it from groovy I receiving the 400 error. Can you please help me to…
-
Is it possible to invoke a Groovy "Global Function" via REST call?I want to find out if invoking a Groovy-implemented Global Function is possible. And if so, how to do it.
-
can we insert data into database directly instead of hitting an endpoint url from webserviceSummary: In sales cloud do we have provision to insert real time Opportunity data into database directly instead of hitting an endpoint url from webservice? whenever an …
-
Unable to get field values in Before delete Trigger.Our requirement is whenever account team member is deleted , delete it from the related opporunities team as well We wrote a code on Sales Account-> Sales Account Resour…
-
Error when increasing limit in get rest call Sales Order for Account in CXSummary: Content (please ensure you mask any confidential information): We try to get all the sales order data present in Order Management (OM) for customer account in C…
-
Sequence Number in Order Change EOSummary: When RMA is created for sales order, error is displayed : Attribute Sequence Number in Order Change EO is required Fulfillment Process JBO-27023 : Failed to val…
-
Post text data to CLOB fieldSummary: Hi Team , Would it be feasible to post text data (without base64 encoding) to CLOB field and handle it via custom code/config to convert to base64? TIA Content …
-
How to call custom messages in groovy?Summary: We defined custom messages in Manage Message setup task. We need to display the message over UI Content (required): When certain condition fails, we need to thr…
-
How can I add additional Value in a Choice List (Fixed) Multiple Select Choice List? using functionSummary: Ok so there is an existing field that has multiple values from the Choice List, and I am trying to setAttribute but do not want to overwrite the current values …
-
How to access Party Source System Reference for Contact object using Groovy ScriptSummary: I need to retrieve the "Party Source System Reference" field from the "Contacts" standard object using a groovy script. This field is not visible in BI and also…
-
How to send Reminder Emails with Custom Email TemplatesSummary: We want to send a reminder notification to users if status remains as 'Approval Pending' after every 2 days. We tried to achieve this using Execution Schedule u…
-
Trigger behaviour in Microsoft 365 IntegrationSummary: Hi Team, We do have Microsoft 365 integration turned on for sales. Users do create opportunities via plugin . But it appears the field level triggers configured…
-
How to Query data from REST webservice Json resultHi Everyone, Hope you are doing well. Here i want to query the data from a result which i received through REST webservice(Json). this is the script i am using.. "record…
-
Why does adf.error.warn only show on save and close?Summary: Using a custom error warning, it only shows on the save and close records, not on the save action. Content (required): Using a custom error warning, it only sho…
-
Need to restrict the salesperson from updating the Address on the Account type ZCA_CustomerSummary: Hi, We have a business requirement where we would like to restrict the Sales team from updating the addresses for the Account type 'Customer' ( SalesProfile = Z…
-
Is there a feature readily available to Copy text from a field to Clipboard via Groovy Script?We're trying to copy a URL from a field to user's clipboard. Is there a feature readily available to do this via groovy script? I checked Idea Lab and I cannot find any …