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
-
Importing Js library for custom codeContent I have a mobile application. I have page in which I have menu items. For one of the menu item selection,I used "Call Module Function" in my action chain. I was a… -
Regarding inserting data into a related Business Object in VBCSSummary Regarding inserting data into a related Business Object in VBCSContent I have a scenario where I have 2 Business Objects - BO1 and BO2. And BO2 has a foreign key… -
Array data is not visible on screenSummary How to populate array of elements on the screenContent Hi All I have the below JSON payload "billUnit": { "id": "0.0.0.1+-billinfo+2185945", "name": "Bill Unit(1… -
How to set the values correctly for iOS Build Profile in VBCS?Summary After setting the iOS Build Profile, my VBCS mobile application is erroring while trying to stageContent After setting the iOS Build Profile, my VBCS mobile appl… -
Sub-views in VBCSContent Is there any plans to allow some sort of sub-page rendering? Ie: I've got a master-detail page and rather than defining all of it one page, I'd like to define th… -
Dynamic Form BuilderSummary Survey FormContent Hello, We have a requirement where we need to build a form dynamically based on the survey question.For eg a question can be multiple choice e… -
Calling parametrized REST url from VBCSSummary Calling parametrized REST url from VBCSContent Hi I have the below requirement 1) Landing page has text box, button, table format for output. 2) when I click the… -
Oracle Content and Experience Cloud with VBCSSummary License of VBCSContent Hi, Does Oracle content and experience cloud comes along with the VBCS license ??is it a prerequisite for VBCS?? If yes can i achieve atta… -
How to implement a qr code scanner in mobile applicationContent In vbcs, in a mobile application, I want to have a page which uses mobile camera to scan qr code. Is there any way to do it by adding any js plugin? Thanks, Priya -
File Upload Functionality in VBCsSummary File Upload in VBCS feasibilityContent Hi, I am just checking the feasibility analysis on one of the requirement where we need to have an file attachment access … -
How to Migrate Jet application to Oracle VbcsContent Hi all I have one general question. I have developed an sample application in Oracle JET, is this possible to migrate that whole application to Oracle VBCS. I ju… -
Unable to access Visual Builder Home PageSummary This morning I am unable to access the Visual Builder Home Page. I get either an "internal error" or a "504 Gateway time-out" -
How to consume REST API in oracle vbcsContent Hi all, i need to consume rest api in oracle vbcs.i want to perform CRUD operation based on that consumed rest api. kindly help me. -
Attachments in VBCSSummary Image Attachments in VBCSContent How do we attach images to the VBCS web form? -
Performance on LOV's using external DB call (VBCS)Summary Call DB to populate list of valuesContent We are trying to populate list of value for the PO field from the DB, but we are having performance issue and the list … -
Popups in VBCS?Summary How do we get Popup windows in VBCSContent How do we achieve popup's in VBCS, we are looking to input the COA field for which we would need something similar to … -
-
-
Unable to publish revised version in VBCSContent Hi All, I have published VBCS application and implemented some changes and update as a new version. Now while publishing the new version i am facing error likeUser_2025-01-31-15-10-49-714 22 views 2 comments 1 point Most recent by User_2025-01-31-15-10-49-714 -
Accessing vbcs published url without credentialsContent Hi all I am new to VBCS, I have created new VBCS application and published that application to live. I got published URL. When i run that url it asks me login cr… -
Accessing ORDS Rest API in VBCS with Internal CertificateContent Hi, We are trying to create a rest api in ords and want to consume same in VBCS application through Service Connection > Define by EndPoint. Below is the rest AP… -
How to copy all rows from REST End point to Page Level variable in Action ChainContent Hi, I am calling the rest endpoint in action chain. I want to copy its content to a local variable which I defined at the page level. Step 1: Call Rest End Point… -
Date Formats in Classic ApplicationSummary How to set date formats for fieldsContent We have a date field for users to enter dates into a classic Visual Builder Application. The current date format is Jan… -
How to achieve the functionality of upload files / images in VBCS mobile application? Can we use PHPSummary Need pointers to some resources which can help us do the same. -
A List of ediable items is being displayed in a JET Collapsible element. However, on each navigatioSummary The expanded collapsible item if it closes for each item's edit, it is frustrating to expand the element and then edit the next item. The updated values are corr… -
Select (One) Field always shows the first value of the list, though the value of the variable mappedSummary When firing a notification post loading the data, the data in the variable is correctly displayed, however the field in the Page UI, displays only the first value -
While creating Visual Mobile Application, unable to reference a nested object array attributes fromSummary Tried to populate a variable with the output of a REST endpoing of a BO for editing purposes, however, unable to reference a nested object array attribute as req… -
POST request in Live ModeSummary POST request in Live ModeContent Hello, I have created an app that uses GET requests as well as POST requests. The requests are performed as part of custom funct… -
How to create dependent lists, for example, a given State, the next field City should show only theSummary How to create dependent lists, for example, a given State, the next field City should show only the relevant Cities for the selected state and then next field Lo… -
Accessing Business Objects Using REST APIs: Response 403 ForbiddenSummary Accessing Business Objects Using REST APIs: Response 403 ForbiddenContent Hi, I am testing 'Accessing Business Objects Using REST APIs', use postman as rest call…