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
-
dynamic calculation and display of units on oj-table columnContent I have a table populated from SDP variable BO data. Requirement: Two of the columns in this table are datetime fields. I need to generate a new column or I have …User_2025-02-05-07-46-04-895 40 views 10 comments 0 points Most recent by User_2025-02-05-07-46-04-895 -
how to show Base64 image on VBCS screenSummary How to show Base64 image to be showed on VBCS screenContent Hi, We are receiving images in Base64 coded format from one of the API. Please let us know if anyone … -
How to make a FireNotification dialog modal?Summary We have a process that submits a update to REST API. If an error returns then the Fire Notification event executes and displays, but user can navigate away from … -
How to insert data into reference column using POST BO endpointContent Hi team I have created two tables (Table A, Table B) which is having common column Ref ID. I have created relationship in Table B based on Table A column Ref ID.… -
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… -
How to make a checkbox checked by default in vbcs?Content Hi Team, How to make a checkbox checked(selected) by default in vbcs? In HTML we have used a property called checked like below code. But in VBCS its not working… -
Filter criterion on SDPContent I have a table which has filter criterion enabled and data populated is from SDP. My search filter on Title is defined as drop-down and it works on Mr, Ms and Mi… -
How to get updated table data based on Service Data providerSummary How to get updated table data based on Service Data providerContent Hi, I have a table created based on a Rest service SDP. I have used Customize Fetch Action Ch… -
getting max value in array in javascript not workingSummary frustrating issueContent Hello, First a little background. I have an editable array with an "add row" button. The button adds a single row that is in a business … -
attribute filter operator for 'in' clauseSummary attribute filter operator for 'in' clauseContent Hi, Do we have any filterCriteria operator for 'in' clause. Thanks -
Row styling on calculated columns is not workingSummary Row styling on calculated columns is not workingContent Hi, We have added a new column in the table using cell template by referring https://blogs.oracle.com/sha… -
How to Insert multiple values in Business Object in VBCSSummary How to Insert multiple values in Business Object in VBCSContent Hi Team, My goal is to insert all table data into a business object. How to achieve this. Could y… -
Embed OIC VBCS Form In HCM UISummary Need guidance on embedding an OIC VBCS form in HCM UIContent Hello everyone, Has anyone embedded an OIC VBCS UI in HCM? How is this done? Should it be done? What… -
Hyperlinks on multiple columns on a tableSummary Hyperlinks on multiple columns on a tableContent Hi, we are looking for guidance where multiple columns of a table can have a hyperlink and clicking upon the sel… -
Default Sort on a column of table using SDP variableSummary I am trying to use the sortCriterion for SDP variable and assigned attribute and direction on a column of the table for which the data has to be sorted by defaiu… -
Error in the the build job within DevCSSummary I try to build my project within DevCS to deploy it on local but i get an error.Content Hi, i want to build my application within devCS that i can deploy it then… -
VBCS Public WeblinkContent Hi, I have created a form use PCS and populated it on VBCS as a web App. Now This App should be public so how can I ask the users to use it if they don't have cl… -
How to show table data in page based on ID(specific ID..) which is passed dynamically?Content How to show table data in page based on ID(specific ID..) which is passed dynamically? Version 19.1.3 -
How to join two tables in vbcs?Content How to create realationship in BO between two Tables. For example: I have two tables. Employee Table. Primary Key: Request_Num Course Reference Table. Foreign Ke… -
Access Application or Flow level variables through java script in VBCSSummary Access and manipulate Application or Flow level variables through java script in VBCSContent I have added few variables at application leven and flow level with … -
VBCS filter not working on SDP using a variableSummary Visual builder Cloud Service filter not working on SDP using a variableContent I am using a SDP data to populate in a table and want to filter rows on the basis … -
Export Data componentSummary We are exporting table data to CSV file using SDP variable and Export Data component availableContent We are exporting table data to CSV file using SDP variable … -
Additional Installed Export Component BehaviorSummary Additional Installed Export Component BehaviorContent Hi, OOTB component available for Exporting Data in VBCS is not working correctly. I have 8 columns in my ta… -
Trying to reference table column with a variable, error is variable not definesSummary Trying to reference table column with a variable, error is variable not definesContent Hi, We are facing issues where we are trying to reference table columns wi… -
Mobile PWA loading and new version notificationContent Hi, Working with mobile app and deploy as PWA: 1. How can I show loading animation indicator while app is loading, it sometimes takes up to 30 seconds with empty… -
Offset in REST API / BOSummary Offset in REST API / BOContent Hi, Can you please provide the significance of offset 'q' parameter available in REST API / BO API in VBCS. We tried setting it up… -
State Management with a Data Grid ** Need Advice***Summary Managing the State of the page when a user changes rowsContent Hello, I have a data grid in the image file below. It has six fields as follows: Line Num / GL Dat… -
Display the default value in a select-one fieldSummary i wanna to display the default value of the variable in the select-one with static list optionsContent Hi, So, what I have is the edit form page (where each vari… -
Multiple delete using selected checkbox in vbcs tableSummary Multiple delete using selected checkbox in vbcs tableContent Hi, I am trying to implement one use case where i need to delete checkbox selected record using anot… -
URL to be invoke from iframeContent I can able to invoke the URL from Link component. But i need to invoke the URL from iframe(like on click Tab component). Is there any custom component where i ca…