REST
Discussion List
-
Dynamic Host for API CallSummary: We are planning to use VBCS for our UI layer where we are calling dyanamic host based on the input field and get the data, modify and show in tabular format. We…
-
Put validation on text field from table row valueSummary: Hi I want to add validation on text field(Lot) value should compare the column(lot_serial) row data if value found in the table then Enable button(view data) el…
-
Unable to fetch data from rest service on vbcs tableSummary call rest service with Query Parameter in VBCSContent Hi Experts, I have a rest service (https://assd/business_unit=098892&work_order_number=1233) invoked from O…
-
Not able to call REST API from VBCS which accepts attachment in requestContent Hi Experts, I have created one REST API in Integration Cloud which takes attachment and payload in request body due to which request header type is multipart/mix…
-
rest service Exception handling in VBCSSummary: I want to handle the user define exception populate a message in vbcs via data invoking through rest service. Content (required): I am using post rest service s…
-
LOV in VB Excel add-inSummary: We need to put 3-4 list of values for a field so that User can select from the same while uploading Content (required): I went through the Oracle docs but its m…
-
REST Service in VBCS - 502 Gateway errorSummary REST Service in VBCS - 502 Gateway errorContent we had published our REST API and is able to retrieve with POSTMAN, however when we create service connection, we…
-
Auto-Populating in VB Excel add-inSummary: How can we default a value in fields when downloading data Content (required): We would like to auto-populate(default) a few columns/fields when downloading dat…
-
I want to replace word in string 6005.102.005 to 6005102005Content Q1.I am getting string from rest service showing in dialog box i want to replace "6005.102.005" dot from desired "6005102005". Q2.when I press submit button from…
-
Access Business Object externallyContent Hi Team, How can we access the Business Objects outside the VB application? I have created BO in my application and tried to access the BO from postman, But it's…User_2025-02-11-11-37-24-835 23 views 8 comments 0 points Most recent by User_2025-02-11-11-37-24-835 Visual Builder
-
Check the resources is available in VB applicationContent Hi Team, Is there any in-built way to check the resource available in VB app or not. My requirement is display the image saved in resource folder based on the re…User_2025-02-11-11-37-24-835 23 views 4 comments 0 points Most recent by User_2025-02-11-11-37-24-835 Visual Builder
-
Issue while navigating back input parameter wipe off in vbcsContent Hi when i go from page 1 to page 2 after giving input parameter 1 then parameter 2 then press submit if I come back to page 1 by pressing back navigation button …
-
Automatically retrying a REST call until results are availableSummary We'd like to automatically keep retrying a REST call until its response isn't emptyContent Situation We're developing this web application where on a certain pag…
-
Multi row child table in vbcs using rest serviceContent I want to create a multi-row child table filter on the parameter passed "item number" from the master table page row selected by user then "item number" value pa…
-
Service connection for FA. fscmRestApi/resources/11.13.18.05/valueSets. Patch Operation is not workiSummary Service connection for FA. fscmRestApi/resources/11.13.18.05/valueSets. Patch Operation is not working for me.Content Hello, Im trying to work with FA rest. fscm…
-
VBCS: Generate some section of page in PDFSummary VBCS: Generate some section of page in PDFContent Hi All, We have few sections in the page, want to export one section which has a few fields and also a table in…
-
Print and Export to CSV functionalityContent Hi Experts, I am developing an application on VBCS. I need to implement below two functionalities. 1. Export to CSV - To export the list of data present on a tab…
-
Is there any time limit for any API calls or the browser limit in Visual Builder Applications?Summary Is there any time limit for any API calls or the browser limit in Visual Builder Applications?Content Hi All, Wanted to know few things, 1. Is there any time lim…
-
Endpoints from dynmic OpenAPI 3.0 endpoint not availableSummary When I create a service connection based on an OpenAPI 3.0 JSON specification document, the services are not available on a pageContent We have a number of servi…
-
Files getting corrupted after downloading from CEC through VBCSSummary Files getting corrupted after downloading from CEC through VBCSContent Hi All, We have a use case where we upload and download files from CEC using VBCS. We are …
-
Search Across Multiple Columns in a SelectSingleSummary Search Across Multiple Columns in a SelectSingleContent Hi, Has anyone able to achieve this using ORDS. I am able to filter based on one column as suggested in b…
-
Difference between SDP and ADPSummary Difference between SDP and ADPContent Hi all I went through existing posts looking for differences between SDP and ADP variables. I was able to find a few of tho…Rony Mathews-Oracle 1.8K views 4 comments 0 points Most recent by Rony Mathews-Oracle Visual Builder
-
Compatibility classic VB with VB studio embedded in Oracle Fusion ApplicationsSummary Compatibility classic VB with VB studio embedded in Oracle Fusion ApplicationsContent Hello, After learning "classical" VB for months I see now that I would need…
-
Is there a way to get the current session ID when we run VB app?Summary Is there a way to get the current session ID when we run VB app?Content Hi All, I want to know if there is a way to get the current user session ID when we run t…
-
Application URL RetentionSummary Application URL RetentionContent Instead of Vanity URL, can we continue to keep same application URL asthe bug fixes will be migrated to production..User_2025-02-04-08-39-48-494 25 views 2 comments 0 points Most recent by User_2025-02-04-08-39-48-494 Visual Builder
-
oj-radioset styling issueSummary oj-radioset styling issueContent I am trying to apply css to oj-radioset like below. position of radioset is coming in middle of page as expected,but color, font…User_2025-02-04-08-39-48-494 22 views 2 comments 0 points Most recent by User_2025-02-04-08-39-48-494 Visual Builder
-
SSL Error - 502 for OAuth authenticationSummary SSL Error - 502 for OAuth authenticationContent I am getting the below error when I test the service connection which "client_credentials" Oauth mechanism. Pleas…User_2025-02-04-08-39-48-494 18 views 9 comments 0 points Most recent by Aparna Gaonkar-Oracle Visual Builder
-
PDP Table refresh/resetSummary How to refresh or reset PDP table in oracle VBCS?Content How to refresh or reset PDP table in oracle VBCS? I am using pagination using PDP in my application. I n…User_2025-02-11-11-37-24-835 83 views 2 comments 0 points Most recent by User_2025-02-11-11-37-24-835 Visual Builder
-
How to obtain the total number of records in a VBCS Business Object using Business object REST GETContent I have created a business object TEST in VBCS. The business object provides REST API to GET the records. By default 25 records are returned. I can control the co…
-
How to access rest api in jsSummary How to access rest api in jsContent Hello All, I would like to know how to access rest api in js. Basically i got an action button where I call a java scrip func…