REST
Discussion List
-
Unauthorized error when trying to access REST endpoints of a staged applicationSummary Unauthorized error in staged applicationContent We are able to access the REST endpoints of business objects from outside of OIC during design time. When we stag…
-
Search for a keyvalue in a ArrayDataProviderContent Hi All, I have a requirement to search for a particular key in a ArrayDataProvider (the ADP is populated with the data returned from a rest service) Could you ki…User_2025-01-28-05-07-26-222 21 views 2 comments 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder
-
VBCS - Allow access to service connections (REST) to other oracle usersSummary Service connections accessContent Hi, When other oracle users are playing the VBCS app, it fails when a given UI component triggers a service connection call (e.…User_2025-02-04-06-37-33-175 29 views 4 comments 0 points Most recent by User_2025-02-04-06-37-33-175 Visual Builder
-
Order entry app - guidance around checkout and availability checkContent Hi All, I am designing a small order entry application in VBCS which allow the users to search for the items and create orders. I have created a landing page wil…User_2025-01-28-05-07-26-222 6 views 3 comments 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder
-
VBCS - Call rest endpoint - how to get the HTTP Status code and messageSummary Actions - Rest endpoint - get HTTP status code and messageContent Hi, When calling rest endpoint within VBCS actions, how can we get the returned HTTP Status cod…User_2025-02-04-06-37-33-175 50 views 1 comment 0 points Most recent by John Graves-Oracle Visual Builder
-
How to select a composite key as Primary Key while creating VBCS TableSummary Need to select more than one attribute as primary key (composite key)Content Hi, We developed an ADF VO which has 3 columns makes up a PK (composite key). This V…User_2025-01-29-01-03-09-178 149 views 9 comments 0 points Most recent by User_2025-01-29-01-03-09-178 Visual Builder
-
Visual Builder Cloud Service – Dynamic ElementsSummary Ways to make the JET components update without the need for a refresh buttonContent All, I have built quite a few JET apps where the display is updated automatic…
-
Implementing Lookups in VBCSSummary Implementing Lookups in VBCSContent Hi All, I have a VBCS application wherein I am fetching data from multiple REST endpoints using custom javascript code. Since…User_2025-02-01-01-38-47-234 110 views 1 comment 0 points Most recent by John Graves-Oracle Visual Builder
-
REST Endpoint call works on Preview, but not in Android AppSummary REST Endpoint call works on Preview, but is causing an issue within the actual Android appContent I have a REST call to a business object within my application t…
-
Exporting data from a table into an Excel file in VBCSSummary Exporting data from a table into an Excel file in VBCSContent Hi Team, I am trying to display certain details into a table in Visual Apps. I have a requirement t…User_2025-02-01-01-38-47-234 330 views 2 comments 1 point Most recent by John Graves-Oracle Visual Builder
-
Service call in Groovy ScriptSummary Having issues calling a service call in a groovy script.Content There was a nice blog showing how to do this in an old version: https://blogs.oracle.com/pdit-cas…
-
502 Bad Gateway error while creating Service COnnection in VBCSSummary 502 Bad Gateway errorContent Hi, We have some REST API's exposed for CRUD operations on DBCS tables using ORDS. We also applied trusted SSL on DBCS so that the H…User_2025-01-29-01-03-09-178 63 views 7 comments 0 points Most recent by User_2025-01-29-01-03-09-178 Visual Builder
-
How to expose Custom Methods in AMImpl in ADF as REST API to consume in VBCSSummary Exposing existing business logic written in ADF AMImpl as RESt API'sContent We have a requirement to re-use the existing custom business logic written in ADF AMI…User_2025-01-29-01-03-09-178 82 views 4 comments 0 points Most recent by User_2025-01-29-01-03-09-178 Visual Builder
-
Service Connections - TestingSummary Suddenly started getting errors testing my service connectionsContent This is very odd. I just started getting errors while testing my service connections. The b…
-
Where NOT EXISTS QuerySummary Is it possible to perform the equivalent of a Correlated sub-query using RESTContent Is it possible to write a query like this in VBCS? SELECT * FROM TABLE_1 t1 …
-
Increasing oj-select option list size to remove searchingContent I have a oj-select element that is populated by binding a business object containing application data to the option list using an SDP. For two of these select el…User_2025-01-31-15-40-56-878 15 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Q: How to filter ArrayDataProvider?Summary How to filter a table based on ADP?Content Hi All, I created an editable table based on ArrayDataProvider. How can I filter the table, let's say, using a paramet…
-
Call a Rest service with parameters from a pageContent Hi team, do you have a tutorial/example showing how to call Rest service passing variables? Trying to build a search page and when I click on the Search button h…
-
group by and aggregate functions in queries for building reportsSummary group by and aggregate functions in queries for building reportsContent Question: How to use aggregate functions and group clause in rest queries? We don't want …User_2025-02-01-05-31-49-271 50 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
REST endpoint viewer not workingSummary The REST Endpoint viewer for business objects in not working as documentedContent I am going through his document. https://docs.oracle.com/en/cloud/paas/app-buil…
-
Complex Filter for GET PageSummary How to add a complex filter condition for a Page that gets all data from Business ObjectContent How can we add a complex filter for a page that gets all the reco…
-
Recommendations for using array query parameters in visual builderSummary How to bypass unique value constraint on URL parameters in VBCSContent I share this information with the hopes that it will save the reader some time or frustrat…User_2025-01-31-15-40-56-878 20 views 0 comments 2 points Most recent by User_2025-01-31-15-40-56-878 Visual Builder
-
Use Group and Aggregate Functions in Rest APISummary Use Group and Aggregate Functions in Rest APIContent Hello, Howt to use Group clause and Aggregate Functions in queries in Rest APIUser_2025-02-01-05-31-49-271 32 views 2 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Populating a table using REST endpoint in VBCS Classic ApplicationSummary Populating a table using REST endpoint in VBCS Classic ApplicationContent Hello, Is there a way to populate a table data using an external REST service endpoint …User_2025-02-01-01-38-47-234 35 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Updating the VBCS internal database through APIs?Content Hi As part of an integration project with OIC I am looking for way to create a custom monitoring application which would be more user friendly than the built-in …User_2025-02-03-21-18-19-063 20 views 2 comments 0 points Most recent by User_2025-02-03-21-18-19-063 Visual Builder
-
Changing Service Endpoint Urls when moving from one VBCS environment to anotherSummary Changing Service Endpoint Urls when moving from one VBCS environment to anotherContent Hi All, I want to understand the possible ways to change the host:port val…User_2025-02-01-01-38-47-234 12 views 2 comments 0 points Most recent by User_2025-02-01-01-38-47-234 Visual Builder
-
Validate Input Values against HCM using RESTSummary How to validate input values in VBCS against HCM using REST Services?Content I have created a Service provider that is used to fetch person data from HCM. There …
-
Integration Cloud Rest Service Issue in VBCSSummary Rest Service issueContent Hi All, I am facing issues while invoking the REST service created in integration cloud. The service when tested from the service page …User_2025-01-28-05-07-26-222 13 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Adding PCS Embedded UI Components as RequireJSContent I have a VBCS application that is connected to a process server (PCS). I am able to use the embedded UI components via iframes because they are in the same ident…User_2025-01-31-15-40-56-878 17 views 4 comments 1 point Most recent by User_2025-01-31-15-40-56-878 Visual Builder
-
POST method on REST Service is not workingContent Hi All, I am using VBCS business objects to store the accounts data and using this information to create accounts in sales cloud using standard reset services. W…User_2025-01-28-05-07-26-222 17 views 5 comments 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder