Groovy
Discussion List
-
In Data quality rule CDM groovy, can we set master based on related objectsSummary: In Data quality rule CDM groovy (set master for account and contact object) , can we set master based on related objects Ex : I have lead , opportunity or any c…
-
How to get Quotes details from Accounts using newView() functionSummary: One account contains multiple quotes, using newview() function how we can get all quotes details associated to a particular account.
-
Calculate distance between 2 addresses (Postal Address or Latitude/Longitude)Summary: We would like to calculate the distance by road between 2 addresses. We have postal addresses as well as Latitude and Longitude available. Content (required): W…
-
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…
-
Unable to do auto save on URL source in Action or LinkSummary: We are using below script in Action and links. It will navigate to CPQ from OSC. Here we are using Type as Action and Source as URL Once we click on our Action(…
-
Page layout not working as expectedSummary: We are using two icons 'Procurement' and 'Authorization Requests' taking copy of opportunity object. We have to differentiate the details layout for both based …
-
Need to get SiteuseId's from account address to opportunitySummary: We need SiteUsedId's from account address level. Under one single addresses there will be multiple site use id's. We need those id's. I have attached the screen…
-
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 remove space from the listSummary: We are storing a multichoice list value in a list and converting to string and creating these values as a record fro custom child object. But now comparing lov …
-
What all types of Argument can be passed to setOperator() in GroovySummary: Type of Argument to setOperator() function Content (required): Currently know, '=', 'LIKE'. Need to know all types Version (include the version you are using, i…
-
Any Other approach I can do in Appending with Choice List (Fixed) multipicklistSummary: may need other approach in appending for a multipicklist Content (required): I'm trying to append it on a multipicklist that has an existing data however whenev…
-
How to fetch attachment object details from custom objectSummary: We have a custom object called - Region Contact & we are uploading attachment in same custom object. I want to fetch the attachment information from custom obje…
-
Application composer : Call external REST API with client certificatesSummary: Calling a 3rd Party REST API from application composer using client certificates based authentication Content (required): Does application composer support call…
-
Where can I find documentation for server-side Groovy execution limitsTo help us design and modularize our Groovy code, it would be helpful if there were a single concise documentation reference of server-side Groovy execution limits by th…
-
I need to validate an alterationSummary:i need to validate an alteration only on Phone and email Content (required):I have an approval flow on my environment for new record it works well, but i have a …
-
Fetch Opportunity data based on logged in user using GroovySummary: We have below requirement. We have created a custom object and using context link as a sub tab pointing to Opportunity Object, we need to do following 1) If a S…
-
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…
-
Table for Change History in App ComposerSummary: I would like to understand what table(s) are used to store the seeded Application Composer "Change History" records. Content (required): I have enabled a new ta…
-
Can we Bypass code on field and object level triggers on CX Application composer, invoked by APISummary:We are using Application composer tool to create custom object, also written groovy code on few field level and object level triggers in CX sales cloud to perfor…
-
Intercompany Clients created in AR to sync up with Sales CloudSummary: Hi Team, Is there any ESS job in place that needs to be run to get the data and sync it up for opportunity usage in Sales Cloud, primarily the lists that are cr…
-
Mask custom field values by replacing with "*" or "#" for certain rolesSummary Mask custom field values by replacing with "*" or "#" for certain rolesContent We want to mask custom field values by replacing with "*" or "#" for sales rep rol…
-
To have a system prompt on Accounts and Opportunities for sales team functionSummary: Hi all, have a requirement and am seeking everyone's support on this: If a user selects the sales team function role "pursuit leader" from the LOV, can we have …
-
Add validation message as multiple linesSummary: Hi Team , I have a scenario where validation executes on few custom object fields upon custom button click. The validation block has various checks and finally …
-
can we restrict user to allow edit only one field in opportunity.Summary: Can we restrict user to allow edit only one field in opportunity example user can change only sales stage field and remaining should not be editable. Content (r…
-
How to Delete LOV values in bulkSummary: Is there any option to delete List of Values in bulk for particular lookup type. Content (required): We have around 500+ plus list of values to be deleted from …
-
Schedule Custom Groovy Object Functions process issueSummary: Schedule Custom Groovy Object Functions process still running even I have cancelled it Content (required): have submitted Schedule Custom Groovy Object Function…
-
Action - Save and Edit Record guidanceSummary: I'm trying to develop a new action. The Groovy script works great. Problem is the Address area of the UI that I'm updating doesn't refresh. I'm hoping set the A…
-
DCL condition is not working as per drop down for Resource objectSummary: We have created Resource DCL field in custom object. We need to see in DCL drop down Email address of the Resource not Name of the Resource Content (required): …
-
Is it possible to change the value of the EmailAddress attribute to null?Summary: Content (required): Hello community. I need to change the value of the EmailAdress attribute in Contact to a null value, try the following code but it shows me …
-
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…