UI
Discussion List
-
Access a business object via java script function codeContent Hi all, can you suggest me how to access a business object via java script function on click button event? I need to iterate over the business object to retrieve…
-
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 6 views 3 comments 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder
-
How to select a composite key as Primary Key while creating VBCS TableSummary Need to select more than one attribute as primary key (composite key)Content Hi, We developed an ADF VO which has 3 columns makes up a PK (composite key). This V…User_2025-01-29-01-03-09-178 149 views 9 comments 0 points Most recent by User_2025-01-29-01-03-09-178 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…
-
How we can use date time converter to load correct date time in User Interface from data object?Summary How we can use date time converter to load correct date time in User Interface from data object?Content Q1: We are getting wrong time displayed on UI when using …User_2025-02-01-05-31-49-271 66 views 15 comments 0 points Most recent by User_2025-01-31-15-40-56-878 Visual Builder
-
Implementing Lookups in VBCSSummary Implementing Lookups in VBCSContent Hi All, I have a VBCS application wherein I am fetching data from multiple REST endpoints using custom javascript code. Since…User_2025-02-01-01-38-47-234 110 views 1 comment 0 points Most recent by John Graves-Oracle Visual Builder
-
Displaying process and task date time stamps with local timeContent I am displaying process and task data two in a master / detail way on in VBCS. I am showing it through a connected process and also through a rest call, dependin…User_2025-01-31-15-40-56-878 20 views 3 comments 0 points Most recent by Ozcoggs-Oracle Visual Builder
-
How get a list view without stripesContent Hi all, can you tell me how get a list view without stripes(white/grey)? I need a total white list view. Thanks. Version 18.3.3
-
Performance IssuesSummary Performance IssuesContent Hi All, In the last month or so I'm building an app using Visual Builder. Lately, as the app grows, I encounter with heavy performance …
-
Call custom Javascript module function in template slot of oj-tableSummary Is there a way to call custom Javascript module function in template slot of each row of oj-tableContent Hi, Is there a way to call custom Javascript module func…User_2025-02-01-05-31-49-271 39 views 3 comments 0 points Most recent by User_2025-01-31-15-40-56-878 Visual Builder
-
Oj-table with custom data and column variables in VBCSSummary Oj-table with custom data and column variables in VBCSContent Hi, Is there away to populate the oj-table with custom data $page.variables.data: Array of objects …User_2025-02-01-05-31-49-271 87 views 1 comment 0 points Most recent by User_2025-02-01-05-31-49-271 Visual Builder
-
VBCS get current server timeSummary VBCS get current server timeContent Hello, Is there a way or API or function call to get the server date or server date-time in VBCS module functions? Scenario: …User_2025-02-01-05-31-49-271 288 views 3 comments 0 points Most recent by User_2025-02-01-05-31-49-271 Visual Builder
-
Q: How to get table cell value on "ojBeforeRowEditEnd" event?Summary Using "ojBeforeRowEditEnd" event with no success.Content Hi All, I tried using "ojBeforeRowEditEnd" and get the cell value with $chain.variables.detail.value.dat…
-
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 …
-
Add hours to a DateTime fieldContent Hi all, do you know if is possibile to import Moment.js framwework into VBCS? I need to make some operations on date time field, such as add hours/minutes to a s…
-
How to implement a Wizzard on VBCSSummary wizzard, ojrouter, jetContent Hi all, I've to put together a simple wizzard on VBCS and by looking at JET samples there's a good one that I could use: * https://…User_2025-02-04-06-37-33-175 19 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Increasing oj-select option list size to remove searchingContent I have a oj-select element that is populated by binding a business object containing application data to the option list using an SDP. For two of these select el…User_2025-01-31-15-40-56-878 15 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Displaying the the label of a select element by binding a BO value (id)Content Summary: I have a business object called "request". I have a "New Request" with a select element called "Job Title". It is populated with an SDP that gets data f…User_2025-01-31-15-40-56-878 10 views 3 comments 1 point Most recent by User_2025-01-31-15-40-56-878 Visual Builder
-
Grab the primary key when a row is selected into a view listContent Hi team, I have a list view showing some data coming from a rest service. Need to capture and store the primary key when a row is selected by clicking on it. Is …
-
Lock Application while Action Chain is being executedSummary Action Chain - REST Call - Progress bar while is being executed.Content Hi, On my VBCS App I've multiple REST Calls. What I want to do while one of this external…User_2025-02-04-06-37-33-175 20 views 2 comments 0 points Most recent by User_2025-02-04-06-37-33-175 Visual Builder
-
Call a Rest service with parameters from a pageContent Hi team, do you have a tutorial/example showing how to call Rest service passing variables? Trying to build a search page and when I click on the Search button h…
-
How open a new windows browser from VBCSContent Hi all, can anyone tell me how open a new windows browser from VBCS app? I've tried with this code but does not work: "actions": { "openToNewWindow": { "module":…Annalisa Alfieri 57 views 1 comment 0 points Most recent by User_2025-01-31-15-40-56-878 Visual Builder
-
How obtain an hamburger menuContent Hello, is there a tutorial or something else which can help to build a hamburger menu similar to the one used on Oracle ICS(exactly the same I would say, same fu…
-
SaaS (HCM) Look and Feel UISummary Has the SaaS (HCM) look and feel UI for VBCS been releasedContent I had read in a couple of posts that a new SaaS UI will be released for VBCS Visual application…
-
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 …
-
Simple Date ManipulationSummary How to set a field to a predetermined value based on business rulesContent I have a field named Expiration Date in a business object. I want to set this field to…
-
Embed Java Applet within VBCSContent Hi All, We have a custom form in OAF which run a java applet within the page and we are planning to recreate the same form in VBCS. I just wanted to know if we h…User_2025-01-28-05-07-26-222 10 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Populating a table using REST endpoint in VBCS Classic ApplicationSummary Populating a table using REST endpoint in VBCS Classic ApplicationContent Hello, Is there a way to populate a table data using an external REST service endpoint …User_2025-02-01-01-38-47-234 35 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Changing Service Endpoint Urls when moving from one VBCS environment to anotherSummary Changing Service Endpoint Urls when moving from one VBCS environment to anotherContent Hi All, I want to understand the possible ways to change the host:port val…User_2025-02-01-01-38-47-234 12 views 2 comments 0 points Most recent by User_2025-02-01-01-38-47-234 Visual Builder
-
VBCS Select List ValuesSummary How to specify the value set for a Select List ItemContent I have 3 Business Objects named as follows. Status Code Employee Relationships Employee Friends and Fa…