To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Visual Builder
Discussion List
-
Data security in webapplicationContent Hi Experts, Created a web app having a BO and three pages. * main-start: This is used to list all the data under BO and having two buttons. One is used to create…
-
VBCS Application -How to log user sessionSummary How to log user session when using VBCS integrated log out / log inContent Hello All, We are using the vbcs integrated user management for the log in and log out…
-
Modifying BO attributes data types after importing from excel in VBCSSummary Modifying BO attributes data types after importing from excel in VBCSContent Hi Gurus, I have uploaded 2 empty .excel files (only columns without data) as BOs th…
-
Maps in Visual ApplicationSummary Use map in visual applicationContent I am making a visual application using Oracle Visual Builder. I want to add a map in which I will feed location coordinates …User_2025-02-06-08-43-22-650 26 views 3 comments 0 points Most recent by User_2025-02-06-08-43-22-650
-
Adding a new column in tableContent Hi Experts, I have created a service connection based on a REST API. Rendered the table on the web page and configured the service connection with limited fields…
-
Managing changes only data from REST endpoints in VBCS application?Summary Managing changes only data from REST endpoints in VBCS application?Content Hi All, Are there any ways to handle changes only records in VBCS applications. Let's …
-
Self signed certificate issue using Visual Builder StudioContent Hi Team, I have referred the following blog to connect ORDS REST API through Service connection using define by specification option - Open API Catalog method - …
-
VB Studio: Referring configuration files outside gitSummary VB Studio: Referring configuration files outside gitContent We are creating a deployment script in VB Studio to deploy applications in various VBCS, OIC, JCS etc…
-
oj-sample-export-dataSummary oj-sample-export-dataContent Hi Shay, There are couple of issues I am facing with oj-sample-export-data 1 - If any one of the columns contains null value then in…
-
Can we update anything without showing database table at the front end?Content Hi Everyone, My requirement is to update anything(Ex: Password) without showing the database table at the front end. For Example: 1. If we click on the Update pa…
-
Changing Application template to "Oracle SaaS R13 Light Theme for VBCS" from "Empty Application"Summary Changing Application template to "Oracle SaaS R13 Light Theme for VBCS" from "Empty Application"Content Hi Gurus, I have created an application with Application …
-
Populate Service CatalogSummary Populate Service CatalogContent We have Gen 2 OIC that also comes with VBCS and Process cloud. We also have ERP cloud. We have created 2 OIC integrations and 2 P…
-
Select the option value be defult on page loadContent Hi, Creating a webpage where the table is dropped and this table is bind with a Service connection get method. Added an extra column on a table and dropped a che…
-
Fetch Logged In user from embedded application in OECContent Hi, We have embedded VBCS page in OEC. How to retrieve the OEC logged in user from VBCS page? $application.user.fullName - This variable is not working after we …
-
Upload functionalityContent Hi Everyone, Can we upload a file using VBCS? I have tried it with the Filepicker component and some JAVASCRIPT code. define([], function() { 'use strict'; var P…
-
Can we search without showing the results table in the page below the search field until the user haContent Hi Everyone, Can we search without showing the results table on the page below the search field until the user has actually entered into it? If we search for any…
-
Generate the PDF file and downlod using VBCSSummary On button click, need to download the file in PDF format in VBCsContent Hi, I have a requirement that on button click I need to generate the PDF file and it shou…User_2025-02-05-17-23-17-085 39 views 5 comments 0 points Most recent by User_2025-02-05-17-23-17-085
-
Session Expiry: With SSO enabled, When SaaS session in Browser Tab 1 expires due to inactivity, VBCSSummary With SSO enabled, When SaaS session in Browser Tab 1 expires due to inactivity, VBCS app errors out in Browser Tab 2 even when it is still in use.Content Hi All,…
-
When Log Out to VBCS application, unable to re Log In in applicationSummary When Log Out to VBCS application, unable to re Log In in applicationContent Hello All, I already add my application in stage mode, the log out work fine. But onc…
-
How to fetch Navigation List ValueSummary We are trying to access the value of the Navigation List but we are just getting the Id value but not href value. Can you let us know how to get the href value f…
-
How to use Button Set to highlight the field value from RESTSummary How to use Button Set to highlight the field value from RESTContent Hi, We have requirement to show two flag icons(red & Green button) on UI and it is tied to a …
-
Manage REST Call Sequences for an SDPSummary Manage REST Call Sequences for an SDPContent Hi All, We have an application where on the landing page we have 6 tables and each table is based on opportunity onl…
-
Date filter is not working on SDPContent Hello Team, We are calling external REST service. And on SDP we are applying date filter, it is not applying. However, it is working on String. { "op": "$and", "…
-
Showing multiple options in a list in VBCSSummary Showing multiple options in a list in VBCSContent Hi Gurus, Is there any way to show multiple options in a list? With Select(One) choice component in VBCS, we ca…
-
Can I have a VBCS array that is indexed with a string?Content Let's say I have a page with 20 input text components on it, and I have a need to do 3 things on each component: * color the label of the textbox based on some a…
-
ListView display propertySummary ListView display propertyContent Hi, In the Jet documentation I see that the ListView component supports display property that control the layout types card or l…
-
Bar Chart ErrorSummary Encountered TypeError: Cannot read property 'Value' of undefinedContent Good day, I am encountering TypeError: Cannot read property 'billUsageElectric' of undefi…
-
Issue with Combo Box1Summary Issue with Combo Box1Content Hello All, I am using the component Combobox1, my issue is that suppose I got a list of employees name and once the user type name I…
-
Column freezing in tableSummary Column freezing in tableContent Hello Experts, Is there any way we can freeze columns in VBCS like we do in ADF. Version Version: 19.4.3.3
-
Picture StorageSummary Where to store picturesContent I understand that VBCS business objects don't store pictures rather you point to a URL. I've made that work and displayed images s…