Web Services
Discussion List
-
Analysis to monitor the average time of the CRM APIs response we consumeSummary: We would like to know how to create a report to monitor the average time of the CRM (Oracle Sales Fusion Cloud) APIs response we consume from all integrations. …Joan Rodriguez 22 views 2 comments 0 points Most recent by Umamaheswarareddy Ambati-Support-Oracle Sales
-
What is the full list of valid values for Delimiter attribute of importActivities REST API?Summary: I am calling the importActivities REST API to load a delimited file into Sales Cloud. However, the file is pipe (|) delimited. What is the value that I should p…
-
Sort partners based on TiersSummary: How do I sort partners based on tiers in the API crmRestApi/searchResources/latest/custom-actions/queries/ Content (please ensure you mask any confidential info…
-
Oracle Fusion CX Sales Cloud Service: Connection pooling on REST web service calls in Groovy TriggerWe are making a REST (via a Web Service created in Application Composer > Common Setup > Web Services) call in one of our Groovy triggers that connects to an external se…
-
Show in Smart Action Confirmation Message in Redwood data from Rest Service responseSummary: For a UI Smart action calling a rest service we need to show the user data from the service response Content (please ensure you mask any confidential informatio…
-
How to make an Action Link dynamic to consume it from Oracle web as well as MS Teams ChannelSummary: We have a requirement to consume action links from Web and MS Teams. We are consuming the action links from Dev and Prod and hence we have added dev and prod re…Sam_1404 3 views 1 comment 0 points Most recent by Simona Stoian-Support-Oracle Human Capital Management
-
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…
-
How to edit the URL of Web Services in App Composer?Summary: After a P2T or T2T, how do I update the URL in the Web Services in the App Composer of Dev/Test instance to point to the correct target URL? Content (please ens…
-
Oops I'm encountering a spot of trouble. Please try again later... Issue with Oracle WebSummary: I am stuck with an error- Oops I'm encountering a spot of trouble. Please try again later... in Oracle web for a query but I am getting a response for the same …
-
How to hide a field using Page composer base on a certain condition?Summary: I am trying to hide a field (Sourcing mechanism) via page composer base on the Intent condition. Enter an expression to test the returned value- when I say Inte…
-
How to convert JSON Format REST API Payload (Request Body) into Groovy format for the below PayloadSummary: The below Payload is working fine with the POSTMAN (The attachment element with multiple IDs with comma separated values in the Body Request) {"to" : "to_email@…
-
Is it possible to get users with all managers hierarchy through Rest API call?Hi, We want to expose via Rest API call a user and all his superior managers. Let's say I have a user which has a manager, and his manager has also a manager, and so on.…
-
How to upload bulk customer data through soap payload into fusionSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
SLA APIs time response Oracle CX Sales & ServicesSummary: I need to know the SLA for API calls to the Oracle CX Sales & Services Content (please ensure you mask any confidential information): The architecture team is e…
-
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…
-
Where I can View the record name of a custom objectSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
Unable to create an attachment using the crmService ActivityService createAttachment serviceSummary: Im trying to upload an attachment using the ActivityService.WSDL. I'm sending a request with the attachment information, and it response message is SUCCESS. Whe…
-
Unable to fecth a single record fron custom CPQ Data using Groovy ScriptSummary: From Oracle Sales Cloud, we are attempting to retrieve data from custom CPQ data tables using the REST API described below, but we haven't successfully obtained…
-
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…
-
New Acounting Calendar DFF is not coming up in REST API callSummary: Hi Everyone, We have created a DFF in Account Calendar and now we are trying to get the DFF in the REST API call via POSTMAN. But somehow DFF is not being shown…Imran R Khan 3 views 1 comment 0 points Most recent by Mihaela Cozma GL-Oracle General Ledger & Intercompany
-
java.lang.NullPointerException : Cannot invoke method GET() on null objectSummary: we are trying to call a webservice in groovy and we are getting the error message as Cannot invoke method GET() on null object for below code. if(ibRow?.SerialN…
-
REST/SOAP Webservices for Customer RelationshipSummary: I am looking for web services provided by Oracle that can create a relationship between customers. From the Oracle Customer screen, I can create the contact rel…
-
What permissions or privileges are required to make a REST request for a custom objectSummary: I neet make REST Request for Custom Object in Oracle Fusion Content (please ensure you mask any confidential information): I've created a custom object called X…
-
how to get active quote details using REST API from fusion salesSummary: We are trying to fetch active quote details using REST API, is there any possibility?? Content (please ensure you mask any confidential information): Version (i…
-
How to parse error body in REST API call with Groovy?Summary: Good afternoon. Hope you can help me out. We have a Groovy script in our Fusion environment that sends a REST call. Once in a while we will receive an error fro…
-
What are the alternatives if a field is not queriable in REST API?Summary: We need to query SourceSystemReferenceValue from Contact Point Object because that's the only identifier from our source of data but, it is not queriable. We al…Ivony Ann Paula Salango 26 views 3 comments 0 points Most recent by Jacqueline Li-Support-Oracle Sales
-
Is there a way or Is it possible to Modify the API ResponseSummary: Hi Team, I am working with APIs, and one of the API responses includes a date field. For the returned data, I would like to sort the results by the AppointmentD…
-
How to setup External Webservice in App Composer ( Mutual Authentication )Summary: We want to asynchronously run a routine job nightly that calls an external webservice using mutual authentication. We found some information online that it seem…
-
how to get the hash key in billingControl?I am trying to UPDATE the HardLimitAmount field using rest api but I always get an error: 404 Not Found. When trying to use the GET method using the link below, I am abl…Tupe Dacuba 13 views 1 comment 0 points Most recent by Rashmi Sinha- Support-Oracle Enterprise Contracts
-
How to Invoke Party Usage API using groovy script upon save ButtonHello Team, Once a Party is created we have to tag a default custom usage. I was thing of a groovy script where it can call Party Usage API to add the custom usage once …