Groovy
Discussion List
-
Not able to fetch all customer records using ".setMaxFetchSize()" from groovySummary: Trying to fetch all the 'Customer' Accounts in CRM using Groovy. Content (please ensure you mask any confidential information): We are trying to fetch all the '…
-
setSortBy function is not working as expected at object function levelSummary: We used the setSortBy() function in object function to sort the data of child object, but that data is not coming in sorting sequence. Always it's considering t…
-
How can I check if the owner of an account is in the territory through groovy script?Currently, In Oracle CX Sales, I have a custom DCL field named 'Secondary Owner'. This field is linked to the Resource object. When a resource is selected in the DCL, a …
-
Programatically get a Field's Display Name via Groovy ScriptSummary Looking for a way to programatically get the field's Display Name via groovy script.Content Hi All, Would like to ask if anyone had a similar requirement as belo…
-
How to hide/throw an error when we have a particular value for an Identifier type?Hello Team, Is there a way to hide a certain identifier type from CDM UI? or else is it possible to throw an error if we select a particular identifier type? For Example…Harshini Amancha 11 views 1 comment 0 points Most recent by Umamaheswarareddy Ambati-Support-Oracle Sales
-
How to parse error body in REST API call with Groovy?Summary: Good afternoon. Hope you can help me out. We have a Groovy script in our Fusion environment that sends a REST call. Once in a while we will receive an error fro…
-
Is there any way to sort child object data using groovy?Summary: We have requirement to sort the child object records data based on custom field using groovy script and send that data to another system. Currently system is fe…
-
migrate Groovy scrip ui from redwoodSummary: Hello, we wanted to be migrate Groovy scrip UI from in redwood page which tool will help for migrating for fusion HCM application.Ranju kumari 11 views 1 comment 0 points Most recent by Monica Boita-Oracle Human Capital Management
-
which ID to use when adding a resource to the sales account teamSummary: I have created a DCL field from which a resource can be selected. Subsequently, the selected resource has to be added to the sales account team automatically. I…
-
Will the currency conversion rate get updated in lost and won opportunities?Summary: I have updated the currency rates for November month and see open opportunities updated as expected, but rates are not being updated in lost and won opportuniti…
-
Object validation for intersection objectWe have an intersection object between a custom object and account object. We have exposed this intersection object as a subtab on the custom object and we can add accou…
-
Unable to query Product Group Hierarchy from ProductGroup Object using groovy.Summary: We are trying to display the product group hierarchy in a text field within the adaptive picker. While querying the data using groovy, we are unable to get the …
-
Deep Link for Change History Subtab in AccountWorking Link - https://Cloud URL//fndSetup/faces/deeplink?objType=ORGANIZATION&objKey=AccountPartyId=300000450909892&action=EDIT When we are using the above link for nav…
-
Re: Need to update the Sales Lead custom Date Field from Activity Last update Date FieldSummary: Hi, We have a requirement to fetch the earliest "Last Activity update date" from the Activity Object and post in to the Lead Object custom date field called "Le…
-
How to make a Choice list as Read only field once the value is populuated?Hello, How can we make a Choice list type as Read Only field in the CDM UI? Consider, this Choice List has two values as 'YES' or 'NO'. If a user selects this value as "…
-
How i get the table value using column name in el expressionSummary: Eg: I want the invoice date from the fnd_profile_option_values table … I load the date in the profile options profile value.how i get the loaded date using el e…GaneshRadhakrishnan___ 11 views 0 comments 0 points Started by GaneshRadhakrishnan___ Payables, Payments & Cash Management
-
Groovy - Copy Product custom field value to Opportunity revenue fieldSummary: How to copy a Product custom field's value to an Opportunity Revenue line item field? Content (required): Hi, I have a custom field ABC on Product table. When t…
-
How to assign Service Request Queue to Activities Under Service RequestSummary Service Request Queue Assignment to Activity TeamContent We have requirement of Service Request with set of Tasks to be performed. Each task will be assigned to …Pradeep Goud Ediga 46 views 2 comments 1 point Most recent by Radhika Abhyankar-Support-Oracle Fusion Service
-
How to assign the lead object's field the value of the opportunity's close date using server scriptsHow to assign the lead object's date field with the value of the opportunity's close date using server scripts when an opportunity is closed as WON
-
How to get the role of Contact OwnerSummary: Get the role of Contact Owner Content (please ensure you mask any confidential information): Hi, I am trying to get the role of the Contact Owner. As Contact is…
-
At least one Product need to select in the oracle Sales Lead during conversion in oracle sales cloudHi, We have added product in oracle sales lead. but at least one Product need to select in the Sales Lead during conversion. if not product selected then it should not g…
-
Making the Activity Start Date and Activity End Date fields non editableHi team, We have a requirement wherein, we want to make the Activity Start Date and Activity End Date fields non editable at the layout level. These fields will be autom…
-
Not able to auto select Action plan on creation of new service requestSummary: We want to auto associate the Action plan "New Partner Request" when a Service request record is created in system. When we try to write a groovy code for the s…
-
Groovy Scripting : Set Attribute of Custom Field Based on the Value of Standard FieldIn relation to my previous inquiry Groovy Scripting: Split / Trim, I have made it work. However, since formula text field cannot be displayed to OTBI analysis report, I …
-
Raise a predefined or custom message (Multipart Validation Message) via Groovy in CX SalesIn the CX Sales application we can create new messages, or see predefined messages via Setup and Maintenance → Manage Messages task. Their Translations can be managed vi…
-
What is the View Object to use for creating new Lookup Code for Standard Lookups, via Groovy Script?Summary: I need to programmatically create a Lookup Code for an existing Standard Lookup Type via Groovy Script. I have found some sample scripts from Oracle documents, …
-
How to restrict account records based on Business Unit ?Summary: Hi Everyone, We have one custom field in Account object called "Business Unit", It stores account owner's Business unit. Now one user logged in and he can able …
-
Get User Status in CX Sales CloudHello Team, I am interested in obtaining the user status, whether it's Active or Suspended, from the resource directory using a Groovy script. Is there a feasible method…
-
sample groovy script to create a record in custom Object using BIP report outputSummary: We have created custom object 'Plant_c' We have created a bip report that fetches the Plant report. Based on this we need to create record in Custom object. nee…
-
Groovy Scripting: Split / TrimIs there a way to split / trim a string? For example: sampleAddress@email.com I only want to display sampleAddress and remove the @email.com.