Custom Code
Discussion List
-
Java method calls in VBCSSummary Can we write java code in VBCS. would like to execute a java method before VBCS page loads for the first time.
-
Fetch users who have access to particular application in combo-boxSummary Need to fetch the user names who have access to that particular application and show them in dropdownContent I want to show the user names who have access to my …
-
How to use variables in JS functions in VBCSContent Hi Team, I am trying to create File Picker component. I have defined the variables to hold the file names uploaded by the user using the File picker component. I…Dipak Chhablani-Oracle 555 views 3 comments 1 point Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to display Donut Graph using Custom Data Object Defined in Module FunctionSummary How to display Donut Graph using Custom Data Object Defined in Module FunctionContent Hi Wizards, I am trying to display VBCS donut graph using custom data objec…
-
hidden attribute inside any oj tag is not workingContent I had been working on oj text fields and labels to dynamically display values based on some condition. All of a sudden I found that the hidden attribute is not w…User_2025-02-04-14-58-25-903 12 views 4 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Combining 2 fields on a formSummary automatically fill in a fieldContent Hello, I have a business object called customer. It has 3 fields. Client, First Name, Last Name. When a user fills in first …User_2025-02-04-17-50-22-356 16 views 4 comments 0 points Most recent by User_2025-02-04-17-50-22-356 Visual Builder
-
Create an event to show a table after a button eventSummary Create an event to show a table after a button event.Content Hi everyone, I have a table where I show a list of files in an FTP directory. I have created an even…
-
Data Grid ValidationSummary Validating Cells one by one in a data gridContent Hello, I have a 5 column, 5 row data grid set up for data entry. I would like to require certain fields in the …Stephen Bryant-131052 31 views 11 comments 1 point Most recent by Stephen Bryant-131052 Visual Builder
-
How to put more than 15 rows within a selectOne or comboboxOne?Summary I have a service that contains more than 15 data, but the selectOne or comboboxOne only displays the first 15 rows.Content Thanks!
-
Access Data iteratively from Service Data ProviderSummary Access Data iteratively from Service Data ProviderContent Hi, Is there a way to access data from SDP variable? I am reading data from a REST service in a SDP var…User_2025-02-04-06-54-05-326 35 views 2 comments 0 points Most recent by User_2025-02-04-06-54-05-326 Visual Builder
-
Implement Custom Field ValidationContent Hi, I want to implement a validation that checks (per keystroke) if the value of a field is according to requirements. If I use a page level variable in JET that…
-
UserName from VBCS( OIC) Login ScreenSummary UserName from VBCS( OIC) Login ScreenContent How to get a username to pass it one more REST service....with Basic Authentication enabled for the login screen..User_2025-01-31-02-40-13-302 46 views 14 comments 1 point Most recent by User_2025-02-04-14-58-25-903 Visual Builder
-
error trying to add integration service connection in VBCSSummary Cant get list of integrations from VBCSContent Was wondering how do I add a service connection to an integration in VBCS .When going through the process of add s…User_2025-02-04-13-35-35-440 38 views 3 comments 0 points Most recent by User_2025-02-04-13-35-35-440 Visual Builder
-
oj-button validation in VBCSSummary oj-button validation in VBCSContent For validating required fields on the page, I am doing below , Please confirm if any better approach On event ojAction - 1. c…User_2025-01-31-02-40-13-302 72 views 1 comment 0 points Most recent by User_2025-01-31-02-40-13-302 Visual Builder
-
POST REST Call in VBCSSummary POST REST Call in VBCSContent Please comment on this issue, what is the solution for it.. 1. I registered as Service Connection for creating webApp - When we do …User_2025-01-31-02-40-13-302 33 views 3 comments 0 points Most recent by User_2025-01-31-02-40-13-302 Visual Builder
-
Access-Control-Allow-Origin header issue with VBCSSummary Access-Control-Allow-Origin header issue with VBCSUser_2025-01-31-02-40-13-302 30 views 4 comments 0 points Most recent by JT Thomas-Oracle Visual Builder
-
oj-bind-for-each error when clearing object arraySummary need help with oj-bind-for-each error when clearing object arrayContent I have an array of objects and I am rendering them using oj-bind-for-each with an oj-inpu…
-
Dynamic data with nested table data implementationContent Hi, I need to code the functionality involving displaying data, obtained from API service when user opens the details view of a parent record. The parent record …
-
CAn someone troubleshoot my converter?Content I have an oj-input-date-time that I want to format in the clients local timezone. I have created this JS PageModule.prototype.convertToLocalTimeZone = function()…User_2025-01-31-15-40-56-878 48 views 3 comments 0 points Most recent by Georges Murr Visual Builder
-
Search for a keyvalue in a ArrayDataProviderContent Hi All, I have a requirement to search for a particular key in a ArrayDataProvider (the ADP is populated with the data returned from a rest service) Could you ki…User_2025-01-28-05-07-26-222 21 views 2 comments 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder
-
New blog article on using imported Javascript in your Visual Builder applicationSummary Tips and Tricks for using custom code in Visual BuilderContent https://blogs.oracle.com/vbcs/3-tips-for-using-imported-javascript-with-visual-builder Version 18.…
-
Order entry app - guidance around checkout and availability checkContent Hi All, I am designing a small order entry application in VBCS which allow the users to search for the items and create orders. I have created a landing page wil…User_2025-01-28-05-07-26-222 7 views 3 comments 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder
-
Visual Builder Cloud Service – Dynamic ElementsSummary Ways to make the JET components update without the need for a refresh buttonContent All, I have built quite a few JET apps where the display is updated automatic…
-
Exporting data from a table into an Excel file in VBCSSummary Exporting data from a table into an Excel file in VBCSContent Hi Team, I am trying to display certain details into a table in Visual Apps. I have a requirement t…User_2025-02-01-01-38-47-234 332 views 2 comments 1 point Most recent by John Graves-Oracle Visual Builder
-
Service call in Groovy ScriptSummary Having issues calling a service call in a groovy script.Content There was a nice blog showing how to do this in an old version: https://blogs.oracle.com/pdit-cas…
-
Where NOT EXISTS QuerySummary Is it possible to perform the equivalent of a Correlated sub-query using RESTContent Is it possible to write a query like this in VBCS? SELECT * FROM TABLE_1 t1 …
-
How edit custom code into buttonSummary How edit custom code to modifying button behaviorContent Hi, I've tried to follow the tutorial linked here https://www.oracle.com/webfolder/technetwork/tutorials…
-
Complex Filter for GET PageSummary How to add a complex filter condition for a Page that gets all data from Business ObjectContent How can we add a complex filter for a page that gets all the reco…
-
Hide/Show fields based on radio buttonSummary Want to hide/show a set of fields based on the value of a Radio ButtonContent How can we hide and show a set of 5 fields based on the value of a Radio Button on …
-
How to do a batch request for parent and child (Both parent and child - NEW)Summary How to do a batch request for parent and child (Both parent and child - NEW)Content How to do a batch request for parent and child (Both parent and child - NEW) …User_2025-02-01-05-31-49-271 32 views 2 comments 0 points Most recent by User_2025-02-01-05-31-49-271 Visual Builder