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
-
Announcement: Oracle Visual Builder Add-in for Excel: version 4.7 releasedI am pleased to announce that version 4.7 of the Oracle Visual Builder Add-in for Excel (VBAFE) has been released publicly on Oracle.com You can download the add-in via … -
Announcement: Oracle Visual Builder Add-in for Excel: version 4.6 releasedI am pleased to announce that version 4.6 of the Oracle Visual Builder Add-in for Excel (VBAFE) has been released publicly on Oracle.com You can download the add-in via … -
Announcement: Oracle Visual Builder Add-in for Excel: version 4.5 releasedI am pleased to announce that version 4.5 of the Oracle Visual Builder Add-in for Excel (VBAFE) has been released publicly on Oracle.com You can download the add-in via … -
Webcast - Troubleshooting and Debugging Visual Builder AppsRegister & join our monthly office hour for an online seminar with tips and techniques that will help you debug and troubleshoot your code. Monday July 15th 1:00PM PST/4… -
Clarifying the Relationship Between Visual Builder (VB) and Visual Builder Studio (VBS)Summary: There is often confusion regarding the naming and packaging of Oracle's low-code tools. Specifically, is Visual Builder (VB) the same as Visual Builder Studio (… -
Understanding the Functional Distinction Between 'Value' and 'Value Item' in Select SingleSummary: In the Select Single component within Visual Builder, we typically bind the component's value property to a variable to store the selected key (e.g., the Primar… -
Styling VBCS Components to Inherit Redwood Background ColorsSummary: I am developing a VBCS application using a Redwood-based template. I want the background of my input components—specifically oj-input-text, oj-input-number, and… -
oj-dynamic-table with BDP(on SDP) making multiple duplicate REST calls when switching LOV selectionSummary: I have an oj-dynamic-table backed by a BufferedDataProvider (BDP) over a ServiceDataProvider (SDP) pointing to an ORDS endpoint. When a user selects a Card Issu… -
Oracle VBS build executor outbound IP rangesSummary: Is there a published list or CIDR block range available, in order to view the outbound IP's that VBS build executors use? Content (please ensure you mask any co… -
Not able to edit json action chainSummary: Not able to edit JSON action chain Content (please ensure you mask any confidential information): Hi Expert, I would like to add a few additional steps to the J… -
Dynamically Disabling Dropdown Options in Table Cell Templates Based on Row-Level Date ComparisonI have a Table component in Visual Builder where one of the columns uses a Cell Template containing a Combobox (Dropdown). I need to disable specific options within this… -
How to Manually Enter “Creating Bank Statements (FBDI)”I’m very sorry for reaching out with almost no prior knowledge.Please let me know if this is posted in the wrong category or section.I have received the following inquir… -
Best Practices for Extracting Metadata from Non-200 HTTP Response Bodies in Action ChainsSummary: I am integrating a REST API in Oracle Visual Builder that returns distinct JSON schemas for success (HTTP 200) and failure (HTTP 400). My Service Connection is … -
Implementing "Active" vs. "Passive" Barcode Scanning in Visual Builder Mobile ApplicationsI have implemented barcode scanning in my VBCS application using the Camera Component and the barcode action. However, the current behavior requires the user to manually… -
Persisting Application Parameters Across Browser Refreshes in VBCSSummary: I have a standalone Oracle Visual Builder (VBCS) application launched from Oracle Fusion SaaS via a custom tile. At launch, a crucial parameter (the Fusion user… -
Establishing VBCS Connectivity to Private ATP Instances via Tenancy SettingsI am attempting to establish a connection between Oracle Visual Builder (VBCS) and an Autonomous Transaction Processing (ATP) instance using the Tenant Settings (the nat… -
Architectural Guidance: Integrating VBCS with DBCS for Spreadsheet-Based Data IngestionSummary: I am designing a solution in Oracle Visual Builder (VBCS) that requires users to upload a spreadsheet to insert or update records directly into an Oracle Databa… -
Handling Selection Metadata and Recursive ADP Updates in Oracle Visual BuilderHow can I programmatically capture the selected record details from a List View component and map them to an Array Data Provider (ADP)? Furthermore, once the ADP is popu… -
How to access current row data in dynamic table field template?Summary: In a dynamic table field template, how do I access current row data for other fields? Example: From end_date field template, access start_date from same row for… -
Data Sync for Project in VBCS Extension and Oracle FusionRequirement: Bidirectional Data Sync for Project in VBCS Extension and Oracle Fusion Context: We have a requirement to build a custom application over VBCS extension to … -
Queries Related to Camera ComponentHi @Sherif Bashar @Nada Bashar I hope you are doing well! I am using a camera component to capture pictures from a mobile device. It is working fine on my mobile—when I … -
add the table component within the select single component when used in the smart search componentSummary: Hi Experts Is it possible to show the select single component with table like when the user clicks on select single component and it must show the table data wi… -
combobox in the smart search componentSummary: Hi Experts I have a requirement to use a Combobox component in the smart search component. Could you please me with the code snippet how an we achieve this plea… -
How to Implement Conditional Logic on Columns in Vbcs Excel Plug inHi Experts, Im using Vbcs Excel Plug in and Im trying to implement a conditional Logic over the Columns Ex: I have two Columns A , B when A column Cell have Data like Co… -
need help on redwood page templateSummary: Hi Experts I'm using VBCS to develop pages using redwood page template but i want to add the similar thing like below as shown in screenshots, How can we do thi… -
need help in redwood starter app templateSummary: Hi Experts I have a requirement where wants to have a custom header and footer but i want to use the redwood components within the pages but not the page templa… -
What is the Real Usage of Value item in Select Single ComponentSummary: Hi Experts , in Select Single component we can assign the data through value field right then what is the real usage of value item field I just want to know the… -
JET table grouping + pagination on all rowsSummary: Content (please ensure you mask any confidential information): Hi experts, I have an Oracle JET table with parent and child rows (grouped/expandable). I need pa… -
how to make the background color of input text and combo box match with the background (Redwood)Summary: Hi Experts I want to make the input text, input number and combobox components to match with the background color but it is not happening (redwood starter templ… -
Oracle VBCS: Auditing and logging in VBCS application for production instance at runtimeHi All, We wanted to enable Auditing and logging functionality in our VBCS application at different data level to track its history and also want to debug any production… -
Oracle Visual Builder: After column sort, not getting correct key in multi select oj tableHi All, I am using a multiselect editable oj table as shown below. My table is BDP/SDP based and table key is Penny Test ID. Multi row selection is enabled on this table… -
Unable to drag an action for Send eMail NotificationHi, Under the business object Students I created business rule and under actions → Send eMail Notification I am unable to drag the action, -
How to add the fusion guided journey or ai agent to a vbcs pageSummary: Hi Experts We have built a custom VBCS page for fusion and now i want to add the fusion guided journey or the fusion ai agent into this page, any idea how to do… -
Get the password of the user logged into the Fusion ERPSummary: Hi community, I have a Visual Builder Cloud Services screen embedded within the ERP system. I know that within Visual Builder I can retrieve the logged-in user …