Groovy
Discussion List
-
How to do a patch on Child Object using REST APISummary I want to change the Primary Address fields on Contact associated with Lead using REST API .How to register webservice for that and how to utilise that in Groovy…
-
Displaying Picture Attachment in MashupSummary Picture Attachment only visible for Admin User (not being displayed for others)Content Hi guys I have been working on a mashup content requirement recently and w…
-
Groovy setAttribute of related objects of the same 1:M relationshipSummary Using view object and setAttribute does not set the field value of related objects of the same 1:M relationshipContent Hi community, I have a 1:M relationship be…
-
How to trigger an action on association of Product with Product GroupSummary Hi, I want to call Rest API which will send the Product Group Id to other application when Product is associated with Product Group through Manage Product Group …
-
setSortBy in Groovy is not allowedSummary setSortBy in Groovy is not allowedContent Hi Team, We are trying to execute a query and want to sort in descending but groovy is throwing below error the error, …
-
Can we stop primary Contact address population on Lead Contact address fieldsSummary How to stop Primary Contact address fields population on Lead Contact fieldsContent Hi, Can we stop Primary Contact address fields from getting populated in Cont…
-
Parse REST webservice JSON ResponseSummary Parse REST webservice JSON ResponseContent How can I parse below JSON Response in groovy. I wanted to read Clicked -> campaignID -> Count Response Msg: { "clicke…
-
Access REST through groovySummary Access REST through groovyContent Hi All, I am looking to call the REST from groovy. Here is the API and scenario I am using eligibility rule from products with …
-
Ho to retrieve immediate product group associated with Product using groovySummary I am creating a formula field in Product and I want to retrieve immediate product Group Id associated with the Product and store that in formula field whenever p…
-
Groovy support explicit save?Summary Groovy support explicit save?Content Hi, Do we support explicit save with groovy? Here is the detail, In the mashup subtab, we call groovy which will update an o…
-
Disabling Activity Status valuesSummary I just want to disable values in Activity status but I cannot untick it.Content We have our values for the Activity Status field and we're not going to use the e…
-
How to make Account Type on Mobile App Read OnlySummary Mobile App scripts to make standard field read onlyContent Our requirement is that our sales team can create new accounts of type Prospect which is the default v…
-
Difference between ProductGroupItemId ,ProductGroupId, ItemCatalogGroupid columnsSummary Difference between ProductGroupItemId ,ProductGroupId, ItemCatalogGroupid columnsContent Hi I have exported ProductGroupItem data and Product data from export ma…
-
Web service call to retrieve token and use another webservice call to send updateContent I need to take a web services class but I have a requirement NOW that I need some help with. Within a Function I'm supposed to make an API Call to an external sy…
-
Calculations on the text field valueSummary Calculations on the text field valueContent Hi All, Were are trying to do some calculations on the text fields. There are three text field lets say A,B,C for exa…
-
Auxiliary Dimension in Territory used in Sales LeadSummary I want to auto-populate the auxiliaries in Sales Lead via groovy script.Content Our scenario is we're using two auxiliaries dimensions in Territory and we want t…
-
Integration of OEC with Microsoft teamsContent Hi Members, is anyone aware about how to setup integration between microsoft teams and OEC? The motive behind this is to use microsoft teams as a collaboration t…
-
SQL Predicate to filter AccountsSummary I want to filter accounts during search in Sales Lead via SQL Predicate.Content We have 2 kinds of Account, Master/Parent Accounts and Child Accounts. We used a …
-
How to update Party Number using GroupServiceSummary I want to update Party Number using the Group Service but an error is being returned saying that the attribute is read onlyContent Hi Guys, I can't update the Pa…
-
Advanced SearchSummary I want to create a personalized saved search via script.Content Hi All, Can I create a personalized saved search via groovy script? Hope you can help me. Thanks
-
How to make Opportunity revenue line as mandatoryContent Hi Team, How to make opportunity revenue line as required once you fill the data in opportunity header level and click on save and continue in the edit page shou…
-
Showing Join fields in Advanced Search/Saved SearchSummary I want to use Join fields as search criteria in Advanced Search but fields are not available.Content Hi All, How can I show and add Join fields in the saved sear…
-
IDCS access/bearer token through WS/GroovySummary IDCS access/bearer token through WS/GroovyContent Hi, Anyone has experience on how to configure WS to get access/bearer token from IDCS? Here is what we need, * …
-
How to hide a value in choice list on Opportunity?Summary Hide 'Won' value in Status choice list on OpportunityContent Hi, We have a business scenario in which we want to hide 'Won' value from Status choice list field o…
-
CAn I retrieve product information using SOAP in Oracle sales cloudSummary Retrieve product information using SOAPContent I need a web service which retrieves the product information from OSC. I want to retrieve any random product using…
-
How to make field Primary Contact OR Account as Mandatory in opportunity creation PageSummary How to make field Primary Contact OR Account as Mandatory in opportunity creation PageContent I tried with below logic but its not working if (AccountName == nul…
-
How to make Revenue line item Amount as read only fieldSummary How to make Revenue line item Amount as read only field
-
How to Invoke ESS Job from Object function/Global Function groovy scriptContent How to Invoke ESS Job from Object function/Global Function groovy script? I have configured this service https:///fscmService/ErpIntegrationService?WSDL under we…Shivakumar Ayyanagowdar-Oracle 41 views 4 comments 0 points Most recent by Ravindra Sirigiri-Support-Oracle Sales
-
Lead AssignmentContent Hello Community Members, Can we assign leads in Round Robin fashion? suppose there are 4 leads and 3 sales reps then leads should be assigned as : lead 1 - Sales…
-
Fetching Account Details on LeadSummary I want to fetch Account details on lead when existing account is selectedContent Hi , I just want to fetch few fields from account record to Sales Lead detail pa…