Groovy
Discussion List
-
Unable to call Invoke User Job Roles Assignment HCM API Through Groovy ScriptsSummary: Unable to call Invoke User Job Roles Assignment HCM API Through Groovy Scripts (/hcmRestApi/scim/Roles) Content (please ensure you mask any confidential informa…
-
Object function not invoked from object workflow when condition is satisfiedSummary: We are trying to insert record in custom object via object workflow where we used Object Function.When we added runtime messages in workflow condition,we can se…Shilpa Gusai 3 views 2 comments 0 points Most recent by Umamaheswarareddy Ambati-Support-Oracle Sales
-
Extract Field and Page level properties from App composer for redwood ImplementationSummary: Extract Field and Page level properties from App composer for redwood Implementation Content (please ensure you mask any confidential information): We are curre…
-
Redwood Visual Builder studio Action Chain: how to access parent and child object fieldsSummary: How to read or set data for parent and child object when using scripting in Action chains for Visual builder studio to implement Redwood. Content (please ensure…
-
Video: Call an Groovy Server Side Object Function from Redwood Sales UI TierCall an Groovy Server Side Object Function from Redwood Sales UI Tier There are times when you want to perform some service side logic in a groovy object function, typic…
-
Oracle Fusion CX Sales Cloud Service: Connection pooling on REST web service calls in Groovy TriggerWe are making a REST (via a Web Service created in Application Composer > Common Setup > Web Services) call in one of our Groovy triggers that connects to an external se…
-
how to update secondary Partner address to Account address in groovySummary: We have script to create Account when partner creates in system in same time we will add primary address also. Now we need to update secondary address also. how…
-
Field trigger is not working in Redwood UISummary: we have a lot of field trigger functions used in our system and unfortunately it is not working properly in redwood. example we have field 1 and field 2, when u…
-
Show in Smart Action Confirmation Message in Redwood data from Rest Service responseSummary: For a UI Smart action calling a rest service we need to show the user data from the service response Content (please ensure you mask any confidential informatio…
-
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…
-
Sales Revenue Workflow:Unable to Restrict Email Alerts by Opportunity Business UnitSummary: We are configuring an email notification workflow in Application Composer under the Opportunity Revenue object. The goal is to send email alerts only when Reven…
-
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,'…