JET
Discussion List
-
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… -
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… -
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 … -
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… -
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… -
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… -
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… -
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… -
Adding Custom Navigation Buttons to Locked Redwood Procurement PagesI am working with a Redwood Procurement page in Visual Builder Studio (VBS). My requirement is to add three custom buttons to the header toolbar to facilitate navigation…Samruddhi Baviskar 14 views 5 comments 1 point Most recent by Sushan Peiris Visual Builder Studio for SCM -
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… -
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…Vishal Singh Rajpurohit 11 views 2 comments 0 points Most recent by Vishal Singh Rajpurohit Visual Builder -
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… -
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 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… -
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…Rohit Chaturvedi 12 views 3 comments 0 points Most recent by Vignesh Viswanath-Oracle Visual Builder -
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… -
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… -
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… -
how to get the default css values applied on our redwood applicationSummary: Hi Experts I want to see css properties applied on the components what we use on our application, like to override or verify. but i'm unable to see any css with… -
How to create sections in oj-sp-dynamic-scoreboard programmaticallySummary: I am using the Redwood Dashboard component and using oj-sp-dynamic-scoreboard to configure the KPI tiles and using oj-sp-dynamic-dashboard-grid to display the c… -
How to Enable In-App Notifications for Submitted Requests in VBCSDescription / Issue: In our VBCS application, users submit requests to other roles or groups. Currently, when a request is submitted, the assigned users do not receive a… -
How to Use Scroll Position to retrieve same row after edit in tableHi , I have a requirement to fetch the Edit row in large table after table updated and refreshed How to use Scroll postion on table to achieve this ? -
Hierarchical Data in Table or ListSummary: Hello, Our requirement is to build a table/list which will have hierarchical data (something similar to what we have in CPQ's line item grid). Can someone point… -
How to store a VBCS app parameter value after refresh pageSummary: I have a VBCS application deployed in a PaaS tenancy (not embedded in Fusion). The application is launched from Oracle Fusion SaaS via a custom tile and expects… -
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… -
Getting Error Cannot read properties of undefined (reading 'eventHelper') For Calling Custom EventI'm trying to call Custom Event from a Javascript function below define(["datagrid/DemoDataGridProvider"], function (DemoDataGridProvider) { "use strict"; class PageModu… -
Expandable (drill-down) table row in Oracle Fusion Visual Builder StudioSummary: Looking for guidance on implementing an expandable table with drill-down functionality in Oracle Visual Builder Studio. Need to display parent records (e.g., de… -
Oracle VBCS - how to change Max Count scroll policy option based on table total row countHi All, In my table I am getting lac of rows. In my table Scroll policy Option , Max count is default to 500. We can also change this show more than 500 rows but it will… -
How to call event.preventDefault() to stop selecting a step in Train component in VBCS?Summary: I am trying to use a Train component with some validations in train steps. If the validation gets failed at any step then it should not allow user to select nex…