Web Services
Discussion List
-
POST works from POSTMAN and got error in groovyHi I am able to POST and getting the response from 'Postman' but when I create a Web Services and use it from groovy I receiving the 400 error. Can you please help me to…
-
Error 401 on webservice call using generated token Opty outbound to azureSummary: Have registered two external webservices to used in Opty trigger. Token gets generated but receives 401 when doing the POST request Content (please ensure you m…
-
Need to call an object function from global function in CX Sales - how?Summary: Use a global function to call and pass data to an object function Content (please ensure you mask any confidential information): Hi all, I'm driving myself nuts…
-
How to do proper error handling in REST WebServices?Summary: I want to do proper error handling with REST WebServices and looking at the documentation I found that: def conn = adf.webServices.GetTicketForAccount try{ // P…
-
can we insert data into database directly instead of hitting an endpoint url from webserviceSummary: In sales cloud do we have provision to insert real time Opportunity data into database directly instead of hitting an endpoint url from webservice? whenever an …
-
How to create Purchase order which Requisition is having more than one RequisitionLineIdHow to create Purchase order which Requisition is having more than one RequisitionLineId . using REST API -------> API details for creating PO using single RequisitionLi…
-
How to add sites to an existing Customer AccountSummary: How to add sites to an existing Customer Account Content (required): How to add sites to an existing Customer Account Version (include the version you are using…
-
JBO-27023, JBO-25014 ERRORSHello, JBO-27023: Failed to validate all rows in a transaction. JBO-25014: Another user has changed the row with primary key oracle.jbo.Key[300000655378776]. We are seei…
-
Integration of Opportunity to external app via web serviceSummary: There is a need to POST an opportunity ID to the external app via API after clicking save. Does this need to go through OIC or can be direct from Webservices an…
-
Error when increasing limit in get rest call Sales Order for Account in CXSummary: Content (please ensure you mask any confidential information): We try to get all the sales order data present in Order Management (OM) for customer account in C…
-
Error in Common Lookup Migration APISummary: We are trying to migrate common lookup from source instance to target instance via oracle provided /xmlpserver/services/ExternalReportWSSService . There are tot…
-
Why can't I add the field existing in Adaptive Search in my Nested Entities?Summary: I am adding a field that is part of an object but it doesn't appear in the response. Content (please ensure you mask any confidential information): Version (inc…
-
How to create multiple records using Rest API in single payload for Custom Object?Summary: We have created a custom object and we are trying to create multiple records using the Rest API. We have checked this document "REST API Batch Processing To Cre…
-
How to Query data from REST webservice Json resultHi Everyone, Hope you are doing well. Here i want to query the data from a result which i received through REST webservice(Json). this is the script i am using.. "record…
-
webhook events with B2B Fusion Sales/Service cloudSummary: How to consume an event in B2B Fusion Sales/Service cloud from webhook ? Content (please ensure you mask any confidential information): Version (include the ver…
-
REST API for custom object not accessible in application composerHi, I have created a custom object in application CRM Cloud. The REST API for the custom object are not visible. When clicked on either Service or Describe link, it take…
-
REST API to create resourceSummary /crmRestApi/resources/11.13.18.05/resourcesContent Hi, Like the standard Manage Resources task, we'd like to create resource with person party of 'employee', and…
-
How to query child object directly using Rest apiSummary: Content (please ensure you mask any confidential information): Hi Use Case- If I want to query child object directly without giving any parent object id in rest…
-
Control access to the Workspace module so that a role/user cannot delete opportunitiesSummary: It is possible to control the access to the Workspace module as it is evident that a user can delete opportunities. How can we control the actions button in the…
-
API to update Purchase Orders Projects and Tasks at distributionsSummary: API to update Purchase Orders Projects and Tasks at distributions Content (required): API's to update Purchase Orders with out going for approval Version (inclu…
-
Error: Publishing of another product group is in progress. Try again later. (QSC-375009)Summary: Currently, we are experiencing the following issue as a result of concurrent runs for Lock and Publish. Normally, the system takes 24 hours to release on its ow…
-
REST API Web service returning nullSummary: REST API Web service returning null Content (required): def WService = adf.webServices.XX_OSS_GetEmailDomain def Headers=['Content-Type' :'application/json','RE…
-
How can we automatically add a new product to Product CatalogSummary: Hi Team, We want to know is there a way to add a new product automatically to a product group in Sales and Service. Content (required): Version (include the ver…
-
how to download attachment of an custom object record using API or DeeplinkSummary is there any API or deeplink available to download attachmentContent HI All, I'm checking for an API or deeplink to download attachment, i have tried with 1. /cr…
-
How to send Sales cloud Account's audit history through mail ?Hi Everyone I have a requirement that I need to send sales cloud Account's Audit history through a mail to specific person in order to notify the recent changes . Kindly…
-
How to Delete Customer Sites Using Web Services?Summary: How to Delete Customer Sites Using Web Services? Content (required): **This post was created as part of a How to Service Request (SR) ** Unable to delete Custom…
-
How to Update FND Lookups via SOAP/REST API in Oracle Fusion Cloud FinancialsSummary: How to Update FND Lookups via SOAP/REST API in Oracle Fusion Cloud Financials Content (required): Is there any webservice where we can update/disable FND LOOKUP…User_INSMQ 74 views 1 comment 0 points Most recent by TSCloudLabs-Oracle Integrations and Extensions
-
How to update the RelationshipId field in Contact Point objectSummary: I need to update the RelationshipId field in Contact Point Object Content (required): I tried using Groovy Script, FoundationPartiesPersonService SOAP API and I…Jaime Espinosa Tovar-Oracle 12 views 3 comments 0 points Most recent by Topher Heath-Support-Oracle Sales
-
How we can pass bearer token as authentication in groovy while calling web service.Summary: How we can pass bearer token as authentication in groovy while calling web service. Content (required): Version (include the version you are using, if applicabl…
-
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.