Groovy
Discussion List
-
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…
-
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…
-
Getting error while updating a custom field in Resource objectHi, I am trying to update a field in Resource object when a change happens in a custom object. We have a DCL field in the custom object to select a resource from the res…
-
Industry Delete restrictionSummary: There is a customer requirement for the Industry field, where they want to ensure that it remains non-editable. Since making the field non-editable directly is …
-
Clarification on Triggers upon delete operationHi Team, We have a requirement where, when an additional identifier is deleted, we need to validate whether it has an expiration date populated. If the expiration date i…
-
How to make field Read-Only in Mobile AppHi Team, I have received a requirement to make certain fields read-only in the mobile application once the user logs into the system. Could you please guide me on how th…
-
How to transfer null value from CDM to FA through OICSummary: Hi, I have an integration from CDM to Fusion Application through OIC. But, I've found out that null or '' values can not be sent to FA. For example current valu…
-
The email is not visible in the UI, but it is still triggering the validation scriptSummary: We have a validation script that queries active contacts where Status = 'A' and Internal Flag = 'N'. This validation is triggered in both scenarios — when a use…
-
Can you associate a Lead to an already existing Opportunity from groovy scripts or rest apis?Summary: I'm trying to make an association from Lead to Opportunity from an automated process without actually creating the Opportunity but referring to an already exist…
-
How to refresh all Opportunity Revenue lines even if one revenue line gets updated? Using GroovySummary: We want to refresh all the Opportunity revenue lines even if one revenue line gets updated using groovy Example for a given Opportunity there are 10 revenue lin…Lavu Kalyan Chakravarthi 51 views 2 comments 0 points Most recent by Angel Tripp - Support-Oracle Sales
-
How to access attachments of Interaction object in groovySummary: Hi, We have a requirement to show the total no. of attachments associated with the interaction (Redwood Sales) in a custom field. How to access attachment infor…
-
unable to remove revenue lines using groovySummary: We want to delete revenue line using groovy scripting when a new revenue line is added for the same Opportunity. Scenario is: For example we have an Opportunity…
-
Account Name Update RestrictionSummary: For certain roles, the customer wants the Account Name field to be non-updatable. In the Test instance, we tried using a field-level script in the Updatable con…
-
Groovy code to Set Contact Owner as Account Owner - Oracle CX Sales and Service FusionSummary: We have 80000 contact in system. Business wants that all contact's owner must be same as linked Account's Owner. And also if Account owner is updated then autom…
-
Help Creating Event Listeners and Action ChainWe are looking to create an Even Listener and Action Chain so that when we change an Opportunity Type it automatically changes to a specific Sales Stage. The documentati…
-
can custom groovy script written behind create quote buttonSummary: We have a business need, where customer wants that user's should be able to create quote only on certain type of Account. For example consider we have Account t…
-
Can we create a custom Scheduled Process in CX Sales and Service Fusion ?Summary: We want to create a custom Scheduled Process Job with our own condition and logic so is it achievable in CX Sales and Service Product ? Content (please ensure y…
-
product image update doesn't trigger product updateSummary: We open a product attach an image and click on "Save and Close". This action doesn't updates the Product at record level and our groovy written for Product upda…
-
Update checkbox fields based on updation of other field on Contact ObjectSummary: I have one requirement on CX Sales CRM - on Contact Object :- There are three Checkbox type Fields Catalog1_c, Catalog2_c, Catalog3_c now on same page there is …
-
SR Due date calculation is delayedSummary: We have a requirement from client, where on the click of the button on the Service Request, the due date of service request needs to be copied from the SR to al…
-
Fetch Partner contacts in groovySummary: I am trying to get all the Partner Contacts for a particular Partner using groovy. Content (required): We need to script/Object Name where we can fetch the abov…
-
How to add a script on click of Approve Button in Oracle Sales Cloud ?I need to run a groovy script on click of approve button.
-
Deeplink to create Supplier formSummary: We have a requirement to enhance our user interface by adding a feature where users can click an icon in the navigator to be redirected directly to the classic …
-
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…
-
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…
-
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…
-
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…
-
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…