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
-
Sorting based on header in oj Tables in VBCSSummary: I am fetching data using a rest api with the help of SDP and populating that data into a oj table. My table have three columns Name, age and Designation. I want… -
I want the user to enter only tasks related to him/her?Summary: I want the user to enter only tasks related to him/her? Content (required): I am building applications to add tasks to users. and I want each user to enter only… -
One Object to be divided to a master details forms and the number of rows is changingSummary: JSON Object as multiple items needs to divide them to master details on a form and the number of rows in details form is dynamic Content (required): Hi Experts,… -
How to set collapsible component expanded to false in action chainSummary: I have a vbcs page where on click of search button within the collapsible i want to make the collapsible component expanded to false i.e. it should not be anymo… -
Editing not working in tableSummary: Editing not working in VBCS Content (required): Hi All, I have implemented edit table as per below video however the input text box is not working. -
Editable Table QueriesSummary: Editable Table Queries Content (required): Hi All, 1} Line Number field should be generated sequentially in Editable Table. We are using the Editable table appr… -
Read File/Download File Button in VBCS PageSummary: I have to make a download file button in my VBCS page. I wrote one integration which brings the binary content of the file in the response body. But when I call… -
Inline Edit and Add Row functionality in VBCSSummary: Inline Edit and Add Row functionality in VBCS Content (required): Hi All, I have below requirement a) Inline table edit functionality b)Add button to insert a n… -
Unable to display the virtual keyboard on the select many component in mobile browser.Summary: Unable to display the virtual keyboard on the select many component in mobile browser. Content (required): I'm using a select many component, and in the mobile … -
select single filter list of value as we typeSummary: Currently I'm using SDP to populate the data in select single component but when i type the list is not getting filtered. Please help, how can i add filtering o… -
How to customize layout to have 3 sectionsSummary: I want to create a layout for a page in VBCS like a blog as shown in below, on right side I want to add the links or table of content and in left or center the … -
How can I place the button at the center of screenSummary: I have dragged and dropped button component on to the VBCS page but it is dropped at the left side of the screen. Is there any class by using which it will plac… -
how to add favicon image to VBCS appSummary: Hi All As I'm new to VBCS, i wanted to know how to add favicon image. Please help Content (required): Version (include the version you are using, if applicable)… -
oj-table -> can we get the column name instead of index based on the position of the cell?Summary: Hi Experts, I wanted to know if there is any event or attribute in the oj-table's editable table to get the exact column name from the table? I have an oj-table… -
Dynamically create ADP and ADP type based on the configuration dataSummary: Hello Experts, I have a requirement as below, Call REST API to show the list of values of the configurations - DONE Add value change listener to the lov (combo-… -
How to expand specific level using oj-row-expander using script?Summary: We have requirement of oj-row-expander with three levels of hierarchal data and able to display it on UI with edit feature in level3, when we editing any of lev… -
How to show the current domain name and OIC instance name on the page?Summary: Hi - We have a requirement to show the current IDCS domain(user logged in) and the OIC instance on which VBCS service is running. Content (required): How to get… -
Go to Top Behavior in my pageSummary: Go to Top Behavior in my page Content (required): Hi, I have created a page with 3-4 accordion components. Users scroll down to get to the last accordion. I wan… -
Change of Theme of VBCS application from SaaS R13 to RedwoodSummary: In VBCS we have applications in SaaS R13 theme, as per Oracle the theme is deprecated but have End of Life support. Content (required): We are also exploring op… -
How to auto select all rows on data load in a multiselect table.Summary: Content (required): Version (include the version you are using, if applicable): Code Snippet (add any code snippets that support your topic, if applicable): -
How to disable tab key on editable table for column navigation.Summary: I have a table which is having editable fields as a columns , I am using data provider to update the rows in a table while using tab key to navigate next editab… -
How to display the data in single select from a tableSummary: How to display the data in single select as well as display the data from rest API Content (required): Hi All, I have a requirement where we have implemented th… -
How to Assign response of an API to an ADP VariableSummary: How to Assign response of an API to an ADP Variable Content (required): Hi Expert, Can anyone share the complete step to assigning response of an API to ADP var… -
How to add blank row as a first row in select single dropdown using VBCS?Summary: Content (required):How to add blank row as first row in select single dropdown using VBCS? Version (include the version you are using, if applicable):Version23.… -
store data temporarilyHello everyone, I have the following requirement that I currently work with Business Objects but it has already become a problem due to the amount of data that is being … -
Running Hello World extension from FA (not from VB).Summary: I would like your help to be able to run this simple extension in FA. Content (required): Steps. But when I run the url in browser directly I get this: https://… -
How to disable delete icon for 1st 2 rows of tableHow can I disable the delete icon action event for 1st 2 rows of table . -
How to force a tooltip on a table column to be opened only if the prev tooltip was closed ?Summary: Content (required): Version (include the version you are using, if applicable): Code Snippet (add any code snippets that support your topic, if applicable): -
How to handle a deselect on Redwood VBCS?Summary: Hi, I am developing an app using Oracle Redwood theme for multiple selection on table. I have setup an action chain on the first-selected-row (to display or not…
-
Read image file from javascriptSummary: Hello everyone, I am trying to convert an image found in the VB path to convert it to base64 but no success. Your help please. The lines that are commented out …