Get Started with Redwood: Oracle Cloud SCM and Purchasing
JET
Discussion List
-
TLS V1.2 in Oracle VBCSSummary TLS V1.2 in Oracle VBCSContent Hi, Is there any special handling to let VBCS Invoke HTTPS Webservices with TLS V1.2 because we got the below error { "type" : "ab…
-
Event on tab (oj-tab-bar)Summary Need to perform action when 1 tab is selectedContent Hi Team, I have a tab bar on page where 2 tabs have been added- 'All Employees in Job Code' and 'Compare Emp…Kumar Saurabh Srivastava 29 views 1 comment 0 points Most recent by Duncan Mills-Oracle Visual Builder
-
How to select checkbox based on booleanSummary I have an array that is returning true in a Boolean field, how can i make this field reflect a checked box?Content Hello Guys, isSelectedOrder: true I have this …
-
Enable/Disable columns in a table based on the rolesSummary Enable/Disable columns in a table based on the rolesContent Hi All, We have a table with 10 columns in it, out of which 5 columns needs to be disabled all the ti…
-
How to select all boolean check boxes in a Table?Summary I need to create a checkbox where the title Select All is placed, how can I do that and make it mark the entire table that is associated?Content Hello, I have a …
-
VBCS-Editable tables Roweditend event not working in Jet 8.1Summary Editable tables Roweditend event not workingContent https://www.youtube.com/watch?v=DNNBnxEDrMk&feature=emb_logo We followed above video for editable table but a…
-
oj-combobox-one - serach is not working in the list of valuesSummary oj-combobox-one - serach is not working in the list of valuesContent Hi All, I have oj-combobox-one component, the data is from service connection. It displays a…
-
How to disable the AuditSummary Disable the Audit which is run automaticallyContent Hi All, After the recent upgrade to VB Studio (Version: 20.10.0) the Audit Functionality runs automatically o…Satish Kumar 33 views 4 comments 0 points Most recent by User_2025-02-04-21-56-11-668 Visual Builder
-
How to provide option for user to select only year as a input.Summary Requirement is to get year as a input from user. Is it possible to display only year and allow user to select them using input date or any other component.Conten…
-
Dynamic Diagram in Oracle VBCSSummary Dynamic Diagram in Oracle VBCSContent Hi Experts, Trying for generating Dynamic Diagram in Oracle VBCS using oj-diagram, Referring JET Cookbook. Could you please…User_2025-02-06-06-53-05-399 27 views 9 comments 0 points Most recent by User_2025-02-06-06-53-05-399 Visual Builder
-
How to prevent adjacent column resizing while any column width is increased or decreased in tableSummary How to prevent adjacent column resizing while any column width is increased or decreased in tableContent Hi Team, Do we have an option to keep the adjacent colum…
-
Print capability in VBCSSummary Print capability in VBCSContent Hi Gurus, Can we do the print capability in VBCS (apart from browser's default print behaviour )? Please let us know if you have …
-
Refresh table content when no data found from service connectionContent I have made a service connection through OIC that connected a DB to run a SQL to get result. And made some parameters to filter the data. In VBCS, I created inpu…
-
Firing Table's first-selected-row Before the Hyperlink's on-clickContent Hi, I have a table which has a first-selected-row event registered with it. When the row is selected, I am assigning some values using the $chain.variables.rowDa…
-
oj-radioset component to show 15 optionsSummary oj-radioset component to show 15 optionsContent Hi All, We are using oj-radioset component to show 15 options to the user. With 2 options, we have tried with Boo…
-
Show When Ready Component's display issueSummary I can't use ShowWhenReady component repeatedly in the same pageContent Hello everyone, I'm newbie in Visual Builder. In one of my pages I call three Rest API fro…
-
ADP - Refresh Event AutomaticallySummary ADP - Refresh Event AutomaticallyContent Hi Experts, Created a Table with Boolean Checkbox to select multiple row for Processing, Once data loaded into the table…User_2025-02-06-06-53-05-399 25 views 2 comments 0 points Most recent by User_2025-02-06-06-53-05-399 Visual Builder
-
How to populate a oj-select-one with a custom Array or ADP?Content Hi, I have a oj-select-one component which I want to dynamically populate its options with an array or an ADP. Can someone tell me how this can be done?
-
VBCS Mobile - Status bar in android is blackSummary VBCS Mobile - Status bar in android is blackContent Hello, VBCS Mobile - Status bar in android is black so we can't see the battery life , wifi and signal info a…
-
oj-bind-if Doesn't Work After First TimeContent Hi, In one of my page, I have a few oj-bind-if tags which display content conditionally based on a drop down. The drop down works fine as I can see that other th…
-
Panel on ShellSummary Panel on Shell that does Push instead of overlayContent We need to place a box on shell (thinking a Panel is our best option, but open to input) to display infor…
-
Filtering DataContent Hi All, https://blogs.oracle.com/shay/filtering-data-in-visual-builder-lists-and-tables-revisited I have followed above blog to create filtering data in oracle v…User_2025-02-05-07-00-39-312 20 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Showing error in Code for combobox without id or label inside Table columnSummary Showing error in Code for combobox without id or label inside Table columnContent Hi Experts, I have a table in which 2 columns are oj-combobox-one- for which I …
-
Train Component in VBCS - How can we make it read onlySummary Train Component in VBCS - How can we make it read onlyContent Hi, We have requirement to show a train component in VBCS but it should not be updatable. It will o…
-
VBCS Table Paging Control Using ADPSummary VBCS Table Paging Control Using ADPContent Hello, is there any example how to create Table Paging Control Using ADP ? I have a scenario where I want to display a…
-
Gantt Chart VBCSSummary My sample data in VBCS Business Object doesn't reflect on the Gantt Chart ComponentContent I've tried different format for the date but the component still doesn…
-
Implement Filter on ADP Table in VBCSSummary I am looking for implementing For filtering table based on adp in VBCSContent Hi Experts , I have created table based on adp and assigning data to adp through sd…
-
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 Visual Builder
-
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…
-
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…