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
-
Quick startsContent Hello, we have used VBCS Quick Start option to quickly Create, Edit, Delete, Query operations on table. Quick Start automatically adds relevant buttons as well (… -
App with TemplateContent We created a new App with the Theme template selected so we can use the color/ font etc We got main, flow2, flow3 main-start looks as attached. It has navigation… -
BO recordsContent Hello, Noticed an issue with BO. We have a OIC integration that inserts a record in vbcs BO. Issue is - If I logged in to vbcs as User1 and manually add 3 record… -
How to access params in oj-dialog or action chainContent Hi Folks, I'm looking for options on how to retrieve the params[], which I have passed while opening the dialog? While I debug, I can able to see the same in dat… -
Changing ThemeSummary ThemeContent Hello, We have latest VBCS version as below. Version: 19.4.3.3 Runtime Version: 19.4.3.16 JET runtime version: v8.1.3 I see below template options o…User_2025-02-05-07-07-46-403 28 views 7 comments 0 points Most recent by User_2025-02-05-07-07-46-403 -
VBCS ValidationContent Hello we have latest VBCS. I have Editable Table based on ADP. I have a column in table called productNum which is required and takes exact nine digit. I impleme… -
Calendar In Oracle vbcs.Content Hi all, We have a requirement in vbcs to display calendar based on data received from rest service we need to mark the dates given as per image which i have shar… -
Editable Table after using selectOneChoiceContent Hello, we have ADP based Editable table. First time the table displays and we edit the rows ( rowedit is true ) we are able to edit rows in-line and able to subm…User_2025-02-05-07-07-46-403 18 views 2 comments 0 points Most recent by User_2025-02-05-07-07-46-403 -
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… -
How to set Filter Criterion on ADP table ?Content Hello - we have latest VBCS. We have table based on ADP. we have a search Select One drop down that we use to filter records in the table. We know how to filter … -
ADP based table not refreshingContent I have ADP based table. I have table with additional column called Delete Row. If user selects a row and clicks Delete Row i am having action chain that calls RE…User_2025-02-05-07-07-46-403 94 views 4 comments 0 points Most recent by User_2025-02-05-07-07-46-403 -
Editable TableContent Hello we have latest vbcs and implemented editable Table ( click the row and row becomes editable ). we can edit rows and click submit and see data in the BO get… -
Android configuration issueContent Hi, I was trying to upload my App apk file to google play but I’ve got the error message below. Does anyone have a clue for it? Your app currently targets API le… -
Is there any way to clear BO contents at one shot?Summary Is there any way to clear BO contents at one shot?Content Hi All, Is there any way to clear BO contents at one shot? Just wanted to udnerstand if there are ways.… -
how to construct input json to call REST end point with dynamic valueContent We have the following input json in request to call REST end point { "schemas": ["urn:ietf:params:scim:api:messages:2.0:SearchRequest"], "attributes": ["actorNam… -
oj-sample-export-data - color coding the the columns in the exported fileSummary oj-sample-export-data - color coding the the columns in the exported fileContent Hi All, We have used oj-sample-export-data component for exporting the table dat… -
Additional Columns in TableContent Hello - I have 2 questions. Second question is design related. Question 1 - My understanding is if you have a table and want to massage ( manipulate ) data on cl… -
Auto increment an attribute for every new insertions in BO - SequenceSummary Auto increment an attribute for every new insertions in BO - SequenceContent Hi All, Can we do something like below in VBCS BO? Auto incrementing an attribute Nu… -
Page navigation from one application to another in oracle vbcs.Content Hi All, I have created an application in vbcs which contains two applications(Created first application and imported second application inside first aplication).… -
Row level conditions in an ADP tableSummary Row level conditions in an ADP tableContent Hi All, We have 5 rows in a table with 6 columns. If we modify some value in the 3rd column then based on that 4th co… -
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 identify the deployed (Live) apps from IDCS sideContent Looks like every app that we create (Deve/Stage/Live) gets an entry on the IDCS side. But how do we identify the Live app from IDCS side if we have different ver… -
Unable to add "callToAction" chroming style to Export Data buttonSummary Unable to add "callToAction" chroming style to Export Data buttonContent Hi All, We have added "callToAction" chroming style to all the buttons in the applicatio… -
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 … -
Filtercriteria using SDP in vbcsContent Hi All, In vbcs we have an requirement where we have date column in our table (Lastupdated date).. We use same column for both From date and To date When we choo… -
vbcsContent question - In traditional java development we actually migrate Dev code to Test Int and Int to Production. End user use Production URL. In vbcs we migrate Dev to… -
How to use oj-sample-input-text-typeahead component in VBCS?Summary How to use oj-sample-input-text-typeahead component in VBCS?Content Hi All, I am looking for a requirement having input text box, on typing it fetches the matchi… -
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 … -
Explore Visual Builder Cloud Service (VBCS)Content Hi Everyone, Here is the complete playlist to learn Visual Builder with 14+ videos and the list is growing day by day to support you better. Click on the link be… -
Wait for external batch processSummary Wait for external batch processContent Hi, I need to wait for external batch process from within an action chain, I am calling external REST API that return job_…