Groovy
Discussion List
-
what is the attribute name of "Amount" column in Line detailsSummary: what is the attribute name of "Amount" column in Line details. Content (please ensure you mask any confidential information): Version (include the version you a…
-
Read Document Record Attributes values from an Attachment and create recordsSummary: In Oracle Sales Cloud is there any option to read .Xlsx file data and create records in custom Object. Content (please ensure you mask any confidential informat…
-
How to elaborate a groovy script when im a Starter and can't find sintax from DocsHi everyone! I hope you all be good! Im starting to use groovy into scripts to performance the application and i already passed by some cases and im not finding the corr…
-
rrSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
How to copy the attachment and create in new RecordSummary Using groovy, How to copy the Attachments from one record to other recordContent Hi, I have a requirement in one of our business process, need to create a copy o…
-
Workarounds for Using Formulas in RoutinesWe are attempting to setup routines based on the last activity date with a customer. Since rollups are not usable within the routines section, we created a date formula …
-
How to catch the trigger in groovy script in Sales Territory?Summary: How to caatch the trigger in groovy script in Sales Territory when the Dimensional Coverage or the Customer Inclusion is added or updated? Content (required): S…
-
xml string written inside groovy is being ignoredSummary: Need to use XML tags inside a groovy String. But they are being ignored and considered as empty. Content (please ensure you mask any confidential information): …
-
appendViewCriteria giving errorSummary Trying to set filter condition in appendViewCriteria but it gives errorContent I have Cascade_c as a NUMBER field in account object and tried to filter the recor…
-
Field activation alternative for the Resource's ManagerID fieldSummary: Our client needs to add a search field to the options of adding Resources to Activities in CX. Currently, there is a Custom Field called "Executive Code", which…
-
Enable opportunity editing by organization hierarchySummary: Enable opportunity editing by organization hierarchy Content (please ensure you mask any confidential information): Dear good morning, Currently, as is known, w…
-
find Duplicate account using CDM rest api for FindDuplicateSummary: find Duplicate account using CDM rest api for FindDuplicate. We have requirement to find the duplicate account once the record is updated or saved. Current Dupl…
-
how to convert String value to Integer in Groovy scriptSummary: how to convert String value to Integer in Groovy script Content (please ensure you mask any confidential information): how to convert String value to Integer in…
-
can you please provide the sample groovy script to use the lookupSummary: can you please provide the sample groovy script to use the lookup Content (please ensure you mask any confidential information): Version (include the version yo…
-
Mass closing of opportunitiesSummary: We want to perform an automatic mass update of all opportunities in our CRM system, so that for all open opps with last update date before January 1st 2023, sal…
-
How does App Composer decide where to host a particular custom object.?Summary: How does App Composer decide where to host a particular custom object.? We have create few custom objects and see that the objects are hosted in different FUSIO…
-
Does Trigger works when i import the data through Import managementWe have a custom logic written for Customer Status field at organization level which will set the child level attribute value according to the customer status value usin…
-
How can we migrate Triggers/Workflows configured in Sandbox from lower environment to higher ?Summary: How can we migrate triggers/workflows/any custom objects in sandbox from lower environment to higher environment. If it is possible please let me know the steps…
-
Does Trigger works when i import the data through Import managementSummary: We have a custom logic written for Customer Status field at organization level which will set the child level attribute value according to the customer status v…
-
How to manipulate access to update owner of opportunity as Sales Manager?Summary: We want limit the access to update the opportunity owner on below condition as Sales Manager. If they are opportunity owner If the opportunity is part of brand …
-
How to add attachment that was returned from API using groovySummary: Hi folks, We have a groovy script in opportunity, that calls an external API to get a file, and we need to attach this file to the opportunity. How could this b…
-
How to PartnerPartyId in groovySummary: We need to get partner Party id in the custom object. I created formula field in custom object & try to fetch in groovy. Content (please ensure you mask any con…
-
Change "From Address" in Workflow of EntitySummary: We need to change the default email that appear when using the Workflow Email Notification and use a custom one. Ive been watching the documentation about this …
-
LookupHelperSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
Validations on the create order buttonSummary: Validations on the create order button Content (please ensure you mask any confidential information): Good day, I want to perform a validation on the "Create Qu…
-
How to add conditions to fields in CX Sales Mobile AppSummary: In the CX Sales Mobile App I want to hide a Picklist when a Checkbox is not True. Content (please ensure you mask any confidential information): I tried to ente…
-
How to add lead creator in the opportunity record in oracles sales cloudSummary: How to add creator of lead in opportunity? Consider a scenario where one user creates a lead and assigns this to another user and subsequently the assigned user…
-
Need to use file as a parameter in groovy scriptsSummary: Need to use a file as a parameter in groovy script and send it in the form of multipart-form-data to the WebService. Content (please ensure you mask any confide…
-
New Resource: Performance Best Practices for Extending Oracle Sales CloudSummary This document presents a number of recommendations for maximizing the performance of your Sales Cloud customizations.Content Don’t miss this new Oracle Sales Clo…
-
how to get difference of 2 dates in daysSummary: we have a requirement to calculate difference of 2 date fields in days to perform some change. but not able to acheive this in groovy, need help on the script. …