Web Services
Discussion List
-
CX API Security questionsSummary: Hi, Community, We have the following questions regarding the security of the API: 1. Is it possible to have rate limits on the API? For example, to not allow mo…
-
How to fetch Customer Site details usnig REST/SOAP Web ServicesSummary: We need to fetch the below details for a Customer Site: SiteNumber, Address, Country, Purpose, AccountAddressSet Content (please ensure you mask any confidentia…
-
Has anyone performed custom copy map operation using groovy?Summary: can we use copy map in groovy? is this possible to copy all fields from one object to another. Version (include the version you are using, if applicable): Code …
-
Can custom attributes be used in Get Calls to query or filter out data on Territory ObjectSummary: We've introduced a custom attribute within the Territory object and are looking to integrate it as a filtering or querying parameter for the Get All Territory A…
-
How to delete a single contact among Multiple contacts from Account using an APISummary: Hi All, I am trying to delete a contact which is Under an Account Site. I need to delete only a single site even if there are multiple sites under the same acco…
-
How to get Account Number & Site Number in Customer DetailsSummary: Hi, I am trying to fetch Account Number & Site Number details from Finance to CX Customer details. In this picture Red color was Customer Number in CX & Blue co…
-
How to get number of records created (SFA/CPQ) in realtime without impact performance?Summary: We need to know how we can get the number of records created in the last 5 minutes for the objects Service Request, Quotes and Orders. Content: This information…
-
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…
-
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…
-
Is there a way to get latest order details for a customer account from OM to CX?Summary: Sales Order details for a customer account in CX Content (please ensure you mask any confidential information): Hello, Is it possible to retrieve the most recen…Shiva Kumar Bandaru 33 views 4 comments 0 points Most recent by Shiva Kumar Bandaru Order Management
-
Customer account creation for REST API/Roles or privilegesSummary: We are implementing an integration for creating receivable customer accounts from other systems. We are using below REST and SOAP services in our integration. I…
-
Does registering web service in CX Sales supports OAUTH 2.0?Summary: We have a requirement to consume a web service from a 3rd party APIM using OAUTH 2.0 without using Oracle Integration Cloud. I saw in Register Web Service authe…
-
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…
-
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…
-
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 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…
-
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…
-
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…