Groovy
Discussion List
-
Custom Object is not available in Import ManagementSummary Custom Object is not available in Import Management even after adding 'Custom Object Administration' role to User and checking Create,Update,Delete check-boxes f…
-
How to configure panels so it will based on field valueSummary: I am configuring panel container with supposed to be different criteria(cases) with this code: $base.page.variables.row.OrganizationDEO_BTAccountRecordType_c== …
-
How to set the Revenue territory copying it from the related account?Summary: We would like to use redwood forecast based on territory and opportunity amount. Unluckily it is not possible, so as a workaround, we are developping a groovy s…
-
Inserting Sales Products upon creating LeadsSummary We want to create Sales Product upon creation of Sales Lead.Content We want to create a Sales Product upon creation of Leads. Since we cannot add a product group…
-
How to edit the URL of Web Services in App Composer?Summary: After a P2T or T2T, how do I update the URL in the Web Services in the App Composer of Dev/Test instance to point to the correct target URL? Content (please ens…
-
Fix broken email links to tasks and opportunitiesSummary: When email notifications are sent out that an Opportunity or Task has been created, the link to said Opportunity or Task is broken. Only part of the link is cli…
-
Query limit in groovySummary: Currently engaged in a customization project within Oracle Sales Cloud utilizing Groovy scripting. I am aware that the default limit for fetching records at one…
-
How to get a flex field information from on ERP billing account from CX Party?Summary: How to get a flex field information from on ERP billing account from CX Party? We are able to use groovy to get to the associated billing accounts for a CX part…
-
Hi, We haveHi Need your help to resolve the below configuration CX sales. Please make the Currency field on the Creation page of Opportunities (Projects) in CRM updatable at the he…
-
How to convert groovy script from app composer to Visual Builder readable codeSummary: On the actions and links section of the app composer, we are using groovy script to fetch the URL from custom object. I tried to use the code directly on create…
-
How to calculate Holidays and Weekends using groovy in Fusion Sales Cloud ObjectsSummary: The requirement is to calculate calculate age of the record which is (today()-creation date). But the age should exclude weekends and public holidays. Is this p…
-
Receivables Billing Object in Groovy ScriptHello, Is there any object accessible by Groovy script to access Receivables/Billing information? The scenario is: To create a subscription, I need to have the account a…
-
How to convert JSON Format REST API Payload (Request Body) into Groovy format for the below PayloadSummary: The below Payload is working fine with the POSTMAN (The attachment element with multiple IDs with comma separated values in the Body Request) {"to" : "to_email@…
-
Create Dynamic Choice list based on Opportunity Line Item ProductsSummary: Can we create a dynamic choice list to show a list of products that are on the opportunity line items for a custom object related to the opportunity object. Con…
-
Groovy to query only Contacts but not user recordsHi All, I have actually written a code to query the Contact object based on email. But the query is also searching for user records with that email and returning the res…
-
Passed parameter goes as null when calling BI Report from groovy scriptSummary: Trying to call BI report from groovy script, but the parameter is going in as null Content (required): I am passing the parameter in the payload but it is going…
-
How to get the user resource roles using Groovy ScriptSummary: Hi, We want to send email notification to manager when partner contact is created in Partner object. but how to get resource role of user in groovy to check in …VIBHA S D 91 views 6 comments 0 points Most recent by Carmen, User Assistance Oracle CX-Oracle Sales
-
How to fetch contact email and phone number before the contact is deleted using REST API in GroovyHi Team, We have a requirement to store contact email/phone number whenever the contact is deleted. We are able to capture details if the contact is deleted using Delete…NikhilSamudrala-Oracle 41 views 7 comments 0 points Most recent by Satyavani Gundumogula-Oracle Sales
-
How to make Recurring revenue editable if Recurring quantity cannot be edited and vice versa?When I enter the Recurring Quantity on the Opportunity Line Item, the Recurring Revenue field should no longer be editable. When I enter the Recurring Revenue on the Opp…
-
Create a trigger based on resource person typeHi, We need to create a trigger based on the PersonType attribute of the Resource object. The logic should be as follows: if(PersonType='EMP'){ setAttribute(newField_c,'…
-
How can we access the Manage Daily Rates in groovy scriptHello Team, We have a requirement in our current implementation like we need to convert the a currency value to different currency based on the Manage Daily Rates stored…
-
Get ResourceUsers data via groovy scriptWe need to create a trigger that, when a Resource User is created, sets a custom field with specific values. How can we retrieve data from ResourceUsers in a Groovy scri…
-
How get all contacts linked to Account in groovy scriptSummary: In Accounts groovy script I want to get all the Contact's those are linked to it. Content (please ensure you mask any confidential information): Version (includ…
-
Can we update multiselect field through groovy when we are merging accountsSummary: When merging accounts, we need to update the multi-select custom field for the survivor account using Groovy scripting to store the values from both the merging…
-
how to merge custom field values during account merge?Summary: how to merge custom field values during account merge? Content (please ensure you mask any confidential information): Client has few custom multiselect DCL fiel…
-
How to add seconds to timestamp in groovy scriptWill would need to validate an opportunity keeping it editable for few seconds, then the sales stage changes into a particular value (after that the opportunity can not …
-
Validation rule in Opportunity Revenue Displays Error For All CasesWe are writing a validation rule to indicate that Quantity cannot be in decimal and Unit Price cannot be below Zero while adding a product. The script is written in Oppo…
-
Restrict users from deleting attachments in the Service Request standard object.Summary: We need to implement a restriction that prevents users from deleting attachments in the standard Service Request object in Oracle fusion service using groovy or…
-
How to auto-calculate # of Activities per lead?Hi Team, I have already tried groovy and it is calculating the number of activities on an update on lead. But the ask is, for a existing lead, when the user adds an acti…Aditya Varma Gadiraju-Oracle 23 views 1 comment 0 points Most recent by Andrei Stan-Support-Oracle Sales
-
POST works from POSTMAN but not from groovy triggerSummary: We are triggering the PAAS service to post the data from cx system, we are able to post and getting the response from 'Postman' when we try the same from groovy…