REST
Discussion List
-
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 153 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 112 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 332 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 59 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 84 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 51 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 22 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 36 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 21 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 14 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 19 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
-
How to expose a Soap service as Rest using OICS and call it in a Visual Builder applicationSummary How expose Soap Service as REST using OICSContent Hi, I need to call a WSDL in a Visual Builder application, reading the documentation I realize that Visual Buil…Cesar Tepetla 38 views 1 comment 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder
-
VBCS calling ORDS invalid certificateSummary VBCS calling ORDS results in a bad gatewayContent Hello everyone, I want to call an ORDS REST api (https://dbdev.contribute.be/ords/ctbpdbdev/uza_chatbot/medewer…
-
Adding busines object data fails when deployed to androidContent I have a "Consumer" business object with the following fields: 1. Name 2. Age 3. DOB I have a mobile application with two flow pages. The start page has a form w…User_2025-01-31-15-40-56-878 17 views 5 comments 1 point Most recent by User_2025-01-31-15-40-56-878 Visual Builder
-
Pass multiple fields for url query parameters for REST APISummary Pass multiple fields for url query parameters for REST APIContent I looking to create an advance filter, similar to the one in Classic Applications. I want to pa…User_2025-02-01-03-52-23-924 305 views 4 comments 0 points Most recent by User_2025-02-01-03-52-23-924 Visual Builder
-
Using $regex in AttributeFilterOperatorSummary How to use regex in filter filterCriterionContent Hello Experts, I have a webservice endpoint which has some filterCriterion defined to restrict the data. The fi…