REST
Discussion List
-
How to skip the OPTIONS CORS preflight request?Content We are calling Fusion SaaS API's directly from VBCS and are using 'Oracle Cloud Auth' as authentication. All the required CORS setup are done from SaaS side and …
-
Can We make a VBCS Web Application Public?Content i have a VBCS web App, which i want to let any body access who ever has that URL. I have tried the anonymous access option. but i can see that one can load the p…
-
BO Authentication for External ConsumerSummary How do we give an access token to a caller wanting to invoke a BO EndpointContent Hello all, We are running into a few issues with calling Business Object endpoi…
-
Load File Picker & Oracle Object StorageSummary Load file from VBCS to Object StorageContent Hi Experts, My Requirement is to pick a file (Any format, */*) in VBCS using File Picker and upload into Oracle Obje…Gokulnath Muruganantham-184698 33 views 2 comments 0 points Most recent by Aparna Gaonkar-Oracle Visual Builder
-
Dynamic question and answers in VBCSContent Hi All, We are developing a page in vbcs in which we show question and answers. We are now able to retrieve all the questions and answers, but for every question…Muralidharan Kanagaraj-161200 34 views 4 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Is there a way to download the server logs from production?Summary Is there a way to download the server logs from production?Content Whenever we encounter the problem on production, we need to explain the users to reproduce the…
-
Backends configured for VBCS does not show up in VB Studio WorkspaceContent We are trying to leverage the new VB Studio.Our application uses uses the Integrations created in ICS. Typically in VBCS these connections work without issues an…
-
How to show a message to the user if the VB app in under maintenanceSummary How to show a message to the user if the VB app in under maintenanceContent Hi, How do i show a message to the user if the application being accessed is under ma…VBCS Learner-230793 36 views 2 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Only few records are getting fetch from external APIContent Hi Team, I have created a service connection with a rest API https://api.covid19api.com/summary that provides almost 200 records, When I use this connection to g…
-
get Rest Service Failing "problem forwarding request"Content Hi, I'm facing the issue of while getting simple get rest service "problem forwarding request' but in the postman I was getting response.but in vbcs it was faili…
-
Mobile app in VBCS not displaying datSummary Mobile app in VBCS not displaying data from local HCM DBContent Hi, I have exposed scott/tiger local db as REST API thru Oracle OIC and using the endpoint in VBC…
-
Offline Post VBCS with Business ObjectContent Hi i need to do a Get and Post with offline service, i follow some steps for this post here, https://blogs.oracle.com/shay/adding-offline-capabilities-to-an-orac…Stiven Oliveira Bezerra 35 views 13 comments 1 point Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Dispatching a REFRESH event, after data mutationSummary Issue after an actionContent Hello, I'm receiving a flood in log of the following message snippet and attached. Also, my table is not fetching the data because i…
-
Dynamic question and answersContent Hi All,We have a requirement of displaying Questions with answers dynamically in our VBCS page for users. How can we achieve this functionality.Questions and ans…Muralidharan Kanagaraj-161200 6 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Unable to create records using multiple layouts for multi-level Business Objects feature in OVB add-Content We have a multi-level business object in an Oracle ERP Cloud ("Fusion") application that we are trying to interact with via REST API in the OVB add-in for Excel.…Andy May-Coates-Oracle 42 views 9 comments 3 points Most recent by Andy May-Coates-Oracle Visual Builder
-
Hiding Webservice Calls from the Network TabsContent Hi, A straightforward question -- is there any way we can hide the web service calls from the network tab of the browser for a published application? We are usin…
-
File Upload in OCEContent Hi All, We have followed and implemented the below URL to upload files in Oracle content and experience. But couldn't able to complete the upload. Please refer t…Muralidharan Kanagaraj-161200 44 views 1 comment 0 points Most recent by David Konecny-Oracle Visual Builder
-
Filter criteria in SDP created from REST integrationContent Hi Experts, Calling the Integration REST in the VBCS. I am directly binding the table with the REST endpoint that is creating the SDP. Now I want to filter the d…
-
How to use object storage REST service API from VBCS for PUT and Get?Summary How to use object storage REST service API from VBCS for PUT and Get?Content Hi SME's, We have a use case to attach/store and retrieve the word or pdf documents …
-
Multiple row selection using checkbox in ojTableContent Hi Everyone, In my requirement, I selected table row using checkbox and pass that values into rest but I m getting row key only. i want to get whole selected row…
-
VBCS - Search for required option before select in select One/select Single LOVSummary Unable to search the list data in selectOne/selectSingle componentContent Could you please help us understand how to filter the list data in selectOne/selectSing…
-
VBCS: Chosing right API PlatformSummary VBCS: Chosing right API PlatformContent We have to create a web application using VBCS and we want to chose right API plateform. Generally we use JCS with ADF-BC…Sanjeev Chauhan-105056 21 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Visual Builder Excel Plugin - Increase parallel threads for uploadSummary Increases the parallelism of upload from 25X4 to 25X16 or a configurable value for parallelismContent Hi, We have a business case for loading around 30000+rows u…
-
Backend Server Catalogues not Working When Importing & Exporting ApplicationsContent Hi, I have two different instances of VBCS -- one for test and one for production -- which are connected with two different instances of IDCS. Both of these are …
-
TLS V1.2 in Oracle VBCSSummary TLS V1.2 in Oracle VBCSContent Hi, Is there any special handling to let VBCS Invoke HTTPS Webservices with TLS V1.2 because we got the below error { "type" : "ab…
-
How to select checkbox based on booleanSummary I have an array that is returning true in a Boolean field, how can i make this field reflect a checked box?Content Hello Guys, isSelectedOrder: true I have this …
-
How to assign REST API output to table in VBCSSummary How to assign REST API output to table in VBCSContent I have Input text for user name and search button. This should call me IDCS User Search API and retrive the…
-
How to achieve pagination in VBCS.Summary How to achieve pagination in VBCS.Content Hi All, How to achieve pagination in VBCS. I need to do pagination in VBCS table from REST Endpoint. Scroll policy work…Muralidharan Kanagaraj-161200 33 views 5 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to use oj-sample-input-text-typeahead component in VBCS?Summary How to use oj-sample-input-text-typeahead component in VBCS?Content Hi All, I am looking for a requirement having input text box, on typing it fetches the matchi…
-
How to scan Bar code or QR code in VBCS mobile app?Summary Looking for a solution to scan bar and QR code using VBCS mobile applicationContent Hello, I have requirement to implement VBCS based mobile application to scan …Abhinav Deshmukh-185336 59 views 10 comments 0 points Most recent by David Konecny-Oracle Visual Builder