Web
Discussion List
-
Visual Builder New Features WebcastRegister and join us to learn about the new features in the recent version of Oracle Visual Builder and Visual Builder Studio. We'll explain and demo the latest addition…Shay Shmeltzer-Oracle 82 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to move a action chain from page to flow or app levelSummary: I have already created a complex action chain at Page level, Now I want to move it to Flow or app level. How to do this? Please help Content (required): Version…
-
How to check if a column of a table has a value?Summary: Content (required): I have some columns that may or may not contain value in the rows of a table. In the image below in the TRAKING_FIELD2 column, only one line…
-
How can I make images in my application Cacheable ? The Cache_Control header is always no-cache.Summary: I want to make images in my application cacheable on the browser. The Cache_Control header of all the resources is no-cache. How can I change it? Content (requi…Karim Nashaat-Oracle 35 views 3 comments 0 points Most recent by David Konecny-Oracle Visual Builder
-
Is there any feature to group columns in a header of a table?Summary: Content (required): I have a table (oj-table) and I need to group columns in the header like the example below: The header title is not being returned in my SDP…
-
How To Provide "Redirect-URL" after logout action ?Summary: Unable to Login to same application after Logout action. Content (required): The logout button in my application(status:live) triggers an action chain that call…
-
Multiselect table function getRowsForIDs is not working correctlySummary: Hi all, I am facing 1 issue when the application loads and the user selects table row (table having action chain multirow selection) then getRowsForIDs function…
-
How to export data into word document using VBCSSummary: I've a requirement where I've to export the data of a SDP/ADP into a word document in the structure of table, Could someone please help me in achieving this in …
-
Export functionality in VBCS has extra quotes on first fieldsHello Experts, I am using the export functionality in VBCS to allow user to export the page data, but i noticed there is always double quotes on the first column, is the…
-
combobox populate with Array data provider variableSummary: Hi Experts I want to use combobox component but not sure how to populate the details. Can someone please help me. I have followed below OJET cookbook but I didn…
-
create table with tree data in visual builderSummary: Hi Experts I want to create a table with tree data like it is shown in below OJET cookbook but not sure how to do in VBCS. Please help https://www.oracle.com/we…
-
Tree structure using oj-row-expander on table, cursor pointing to the above selected.Summary: Hey Experts, I have a tree structured table, using oj-row-expander having 3 levels in each node. The query is say i expand a node in the top and then edit a val…
-
difference between [[ ]] , {{ }} and [[[ ]]]Summary: Hi Experts While assigning variables to a property or attribute for various components in Visual Builder I have noticed below mentioned brackets. Please help me…
-
How to change the dialog title at runtimeSummary: Hi Experts I have a dialog component but the dialog title i want to change at runtime. Is there any way while using call component from action chain the dialog …
-
How to get the url hostname of visual builderSummary: Hi Experts I want to get the hostname of the visual builder at runtime like if the visual builder host is https://appvbcs.com/ then I want to get the hostname a…
-
Need help of selecting the right component to design a layoutSummary: Hi Experts I need your help at high level on how can i achieve below layout in visual builder. I'm new to VBCS and not sure how can I modify the table component…
-
select single value in variable is lost in case of idle timeoutSummary: Hi Experts I have come across a scenario where in after user selects some value from select single while filling the form and doesn't fill other fields or leave…
-
how to build idle timeout screen functionality in VBCSSummary: Hi Experts I have requirement where a user if doesn't use screen or is idle for more than 100 seconds then the popup/dialog needs to come up and say user to ref…
-
default value in select singleSummary: Hi Experts Is it possible to default value for select single component? unless user changes the value, the value must be still Content (required): Version (incl…
-
want help with oj-sp-attachments-viewerSummary: Hi Experts I have requirement where users want to view the attachments / files on click of a button. I have come across oj-sp-attachments-viewer component, plea…
-
How to embed one vbcs app in anotherSummary: Hi Experts I have a web app created with VBCS and i have similar functionality to built in new app. Is it possible to embed one app in another? Please help Cont…
-
Data Grid - Jet Cookbook - how to implement in VBCS 19.1.3Summary Data Grid - add to VBCSContent Hello, I would like to add the Jet Cookbook Data Grid to a VBCS application because I believe it would be a lot easier to manage t…
-
PDF external javascript import library failingSummary: Hi Experts I'm trying to import jspdf.min.js external library into VBCS app but after adding the library and using it in javascript function my application is n…
-
How to import javascript libraries in vbcs appSummary: Hi Experts I have a requirement which needs consuming external JavaScript libraries but i'm not sure how to import and what configuration must be done in order …
-
How to provide secured as well as unsecured access to applicationSummary: Hi Experts I have created an application with visual builder and currently it is authenticating based on roles but I want to expose this application i.e. embed …
-
Document or guide for VBCS redwood componentsSummary: Is there any document or guide for VBCS redwood components? Content (required): Most of the redwood components that don't know how to use it, like how to bind t…
-
form layout and table is not adjusting for smaller sizeSummary: Hi Experts I have added oj-sm classes for form layout and for table component but when i test for smaller screens the components sizes are not adjusting automat…
-
Read the CSV and excel file both in vbcs and send data to IntegrationSummary: I have a requirement to read both CSV as well as excel file and send data to integration. Please help how can I achieve this. Content (required): Version (inclu…
-
filtering in Select single as I type is not working for fusion REST APISummary: Hi Experts I'm trying to populate the select single component with below Oracle Fusion rest api, when i type few letters of work center name i must get the resu…
-
How to animate the dialog opening in VBCS like in OJETSummary: Hi Experts I want to animate the dialog in VBCS like we have in OJET cookbook below, but I didn't understand how to write the JavaScript in VBCS . If I copy pas…