JET
Discussion List
-
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… -
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… -
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… -
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… -
Collection Container “Manage Columns” not working with Dynamic Table (BDP over SDP)Summary: I am using a Redwood Collection Container in Oracle Visual Builder with a Dynamic Table inside it, bound to a BDP over an SDP. The data shows correctly, but the…Vishal Singh Rajpurohit 11 views 2 comments 0 points Most recent by Vishal Singh Rajpurohit Visual Builder -
How to Trigger an event After Cell Data Updated in Data GridWe need to trigger a on value Event when User enter the value on Cell of Data Grid I seen there are few Events for Before Edit but there is no After edit ot on value for… -
Default the Current Row Data into Select Single Dropdown on Insert a RowSummary: Default the Current Row Data into Select Single Dropdown on Insert a Row Please advise Content (please ensure you mask any confidential information): Version (i… -
Camera Component Showing OK and Cancel Options in Mobile for Barcode ScannerI implemented Barcode Scanner Logic in My Vbcs Application where i used Camera Component as a scanner and on Camera event i wrote below code to get the Value from Barcod… -
Getting row Index instead of key in selected event in my Multi select table when sorting columnHi All, I have a SDP based table on which multi select option is available. In my sdp variable I have selected key attribute. So When I am selecting a row using checkbox… -
Using Page Variable in seeded Redwood Runtime Pages in VBSHi Experts, I am facing an issue with the VBS value expression when trying to set a value from a field expression function. In my scenario, I declared a page variable gl…Jeeva - Cloud Vantage 11 views 2 comments 0 points Most recent by Jeeva - Cloud Vantage Visual Builder -
How to Use the REST API from VBS Redwood seeded page in field expressionHi All, I have a requirement to display a default value in a field. The value is returned from a REST API and stored in a page variable. I need to return this variable i…Jeeva - Cloud Vantage 33 views 1 comment 0 points Most recent by Vignesh Viswanath-Oracle Visual Builder -
How to Use Tabs in VB PageSummary: Any Reference for using Tabs in a VB page. Please share Content (please ensure you mask any confidential information): Version (include the version you are usin… -
Oracle VBCS: While editing row in an Editable table, row alignment is getting disturbedHi , In my editable table, I am seeing the shifting of cell text to it's right. Whenever we are double click on row to edit, the text is shifting to its left and table a… -
Business Object Rest Api Getting error when we pass Multiple Values for q parami'm trying to access Business Object Rest api in Postmen Client When i pass filter q param with below https://.vbcs.com/1.0/resources/data/UserInfo?q=iBLPN='ABCD';workOr… -
How to handle REST API error (400) response payload in VBCS ?I have a REST API that returns two different types of responses: Success scenario (HTTP 200): Returns a JSON payload with the expected data. Failed scenario (HTTP 400 – … -
Oracle VBS: table Multi select issue in page fragmentHi All, I have table on which multi select functionality is enable. I have created this table in a page fragment. And in some use case, I want to un-select the selected …Rohit Chaturvedi 21 views 6 comments 0 points Most recent by Vignesh Viswanath-Oracle Visual Builder -
Application fails after import to newer VBCS runtime (works in preview mode but not when liveSummary: I have an application that was developed and running successfully under the following configuration: Release: 2410 Visual Builder Runtime Version: 2410.2.0 Orac… -
Display BO data ConditionallySummary: We have Requirement to show the Data of Two BO tables in the Same Layout Conditionally based on Employee No Search Filter if Data is in BO1 it should show only …