Groovy
Discussion List
-
can we restrict user to allow edit only one field in opportunity.Summary: Can we restrict user to allow edit only one field in opportunity example user can change only sales stage field and remaining should not be editable. Content (r…
-
How to Delete LOV values in bulkSummary: Is there any option to delete List of Values in bulk for particular lookup type. Content (required): We have around 500+ plus list of values to be deleted from …
-
Schedule Custom Groovy Object Functions process issueSummary: Schedule Custom Groovy Object Functions process still running even I have cancelled it Content (required): have submitted Schedule Custom Groovy Object Function…
-
Action - Save and Edit Record guidanceSummary: I'm trying to develop a new action. The Groovy script works great. Problem is the Address area of the UI that I'm updating doesn't refresh. I'm hoping set the A…
-
DCL condition is not working as per drop down for Resource objectSummary: We have created Resource DCL field in custom object. We need to see in DCL drop down Email address of the Resource not Name of the Resource Content (required): …
-
Is it possible to change the value of the EmailAddress attribute to null?Summary: Content (required): Hello community. I need to change the value of the EmailAdress attribute in Contact to a null value, try the following code but it shows me …
-
How to restrict Account selection from other object DCL's (Opportunity, Lead, SR)Summary: Is there a way to restrict Account selection from other object DCL's (Opportunity, Lead, SR) to prevent users from being able to select Accounts that they have …
-
How to Fetch data from custom object to Custom Child objectSummary: We have 3 custom Object called- Connection , Legal and Legal Child object when ever we create new records in connection and Check box field (ShowOnQualityPageLi…
-
[SFA]-[CX-SALES]Lead notification restriction for weekendsSummary: The object function triggers the notification for Saturday and Sunday as well, but we have a requirement that the notification should not be triggered on weeken…
-
How to format the time incase of 'PM'Summary: We are setting date and time to another fields , for AM it is working fine when we select the PM (ex: 6PM) it is giving as 6 AM only , attaching the sample code…
-
How to schedule the Global function for a specific objectSummary: We have a global function to update few records from address section to header level , so we want schedule it on non-business hours , how do we schedule it for …
-
Application composer how to create Dynamic Choice List for Employees and emailsSummary: How to create Dynamic Choice List for Employees and emails Content (required): We have created a custom object using Application Composer and we need to include…
-
How to open an Action with source URL in the current window?Summary: How to open an Action of type URL in the current window? Content (required): Hello, we have created an action (source URL) in Service Request. This URL is a dee…
-
Email TemplatesSummary: We are using URL in email templates , in that we are passing some parameters. One of the value is having space(Ex: Test Drive) till Test only coming as URL and …
-
is it possible to call the Task “Manage Customers” by script?Summary: is it possible to call the Task “Manage Customers” by Groovy or other method script for example in CX Account Page with an Action? Content (required): Version (…
-
Calendar Start Date use as Server Variable for Dashboard PromptSummary: Our Calendar Year starts from every 1st of Oct month as example currently it is 1-Oct-2022. I am creating a dashboard prompt and want to populate Start Date of …
-
Extract Time part from a DateTime field.Summary:Extract Time part from a DateTime field and display it in user's local timezone format. Content (required):"Is it possible to extract the time part (3:00 AM/PM) …
-
Show an error message in button create quoteHi In Quotes and Orders subtab into opportunity object, we need to show an error message when I do click in "Create quote" button if already exist a quote but the action…Juan Sebastian Montero Castelblanco 61 views 5 comments 0 points Most recent by Siraj Syed -Support-Oracle Sales
-
Using Sales territory coverage Vo (TerritoryDimensionalityPVO )in GroovySummary Not able to use Sales territory coverage Vo (TerritoryDimensionalityPVO )in groovyContent Hi All, i'm trying to fetch territory name based on the coverage, and i…
-
Where to define end point to call through Topology manager in groovy scriptsSummary: Access dynamic URL through groovy scripts with below code, oracle.topologyManager.client.deployedInfo.DeployedInfoProvider.getEndPoint('OPA_HUB_URL') Where to d…
-
What is the URL / endpoint for calling an Object Function?Summary: I cannot find all the necessary information necessary for calling an "Object Function" written in Groovy via a REST API from an external REST client. Content (r…
-
Is it possible to copy a text to the clipboard in groovy?Summary: How to copy a text or an URL to the clipboard (like a ctrl-c command) in groovy? Content (required): My customer wants a simple way to copy the URL of the curre…
-
Trying to update Long Text field from a string in Groovy scriptingSummary: We have a long text field on the Activity Object. We want to set this field in Groovy scripting. We get the error Cannot assign value of type java.lang.String t…
-
Documentation regarding usage & purposes of Supported Classes and Methods for Use in GroovySummary: Requesting a resource, such as a PDF or other documentation, that explains the functions and purposes of each method listed under the "Supported Classes and Met…
-
How to convert ActivityDescription CLOB to text in Groovy ScriptSummary: We are trying to gather the ActivityDescription in a Groovy script to parse to an external system via Web Service. The issue we encounter is that ActivityDescri…
-
Add parent account via groovy scriptSummary: Content (required): Hi everyone, does someone have an example of groovy script to manipulate the parent account on Account object? Mainly, we are interested to …
-
Excel File Upload and Download using Application ComposerSummary: **This post was created as part of a How to Service Request (SR) Release: 23A Summary of the question: How to read some an excel file using groovy and use the v…Suri Natarajan-Oracle 155 views 1 comment 0 points Most recent by George-Enache-support-Oracle Sales
-
Cannot access sandbox tool, 'Manage Service Mappings'Hello! I have created a sandbox and added the tool 'Manage Service Mappings'. However, I cannot access the 'Manage Service Mappings'. What could be the reason for this? …
-
How to add line breaks or bullets in Long text field through groovy?Summary: I am trying to include bullet points into a long text field through groovy. Content (required): I am having a long text field in lead page where the value will …
-
How to get the amount of Contacts assigned to an AccountSummary: How can I get the amount (count) of Contacts listed for an Account using Groovy? Content (required): The current groovy returns the incorrect number of contacts…