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
-
Blank screen on Android Mobile AppSummary VBCS Mobile app installs but only displays a blank white screenContent Hi there, A few months back I successfully created an Android mobile app installed it and …User_2025-02-01-05-42-23-284 30 views 2 comments 0 points Most recent by User_2025-02-01-05-42-23-284 -
Unable to read from rest apiContent Whenever I try to add data from https://129.150.207.86/ords/PDB1/randd/hr/employees/7900 this web service to a table, I get an error saying "Action RestAction Fa… -
Modifying data bound to a oj-table elementContent Background: I am binding data to a JET tables using a service connection that consumers a PCS REST API (shows process information). Each row in the table is uniq…User_2025-01-31-15-40-56-878 21 views 0 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
Upload and read CSV file records and insert into VBCS objectSummary Upload and read CSV file records and insert into VBCS objectContent Hi, How do we upload and read CSV file records and insert into VBCS object. We want CSV file … -
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… -
Pass Parameter from Highlighted Row using a ButtonSummary Highlight row, click a button, navigate to another screen to view resultsContent Hello, How do you collect the row id value in a variable where the user highligh… -
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 13 views 3 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
How to use aggregate and groupby clause for reporting in VBCS.Summary How to use aggregate and groupby clause for reporting in VBCS.Content How to use aggregate and group by clause for reporting in VBCS. Business Scenario: We have … -
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 … -
Object Trigger Email Template - Email StatusSummary Object Trigger Email Template - Email StatusContent Hello, We are sending email from the Object Trigger Email Template in our custom groovy code.How do we captur…User_2025-02-01-05-31-49-271 17 views 0 comments 0 points Most recent by User_2025-02-01-05-31-49-271 -
HTML Content in Email TemplatesSummary HTML Content in Email TemplatesContent Hello, How to send HTML Content in Email Templates. -
OJ Train Component - Tick without ClickSummary OJ Train Component - Tick without ClickContent Hello, How do we show a tick mark on OJ Train Component via code or configuration.As of know Tick mark is coming w… -
Composite KeySummary Composite KeyContent Hello, How do we make 2 columns combine as a composite key at the VBCS Object level.Currently there is only Unique feature.User_2025-02-01-05-31-49-271 24 views 8 comments 0 points Most recent by User_2025-02-01-05-31-49-271 -
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":… -
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 -
group by and aggregate functions in queries for building reportsSummary group by and aggregate functions in queries for building reportsContent Question: How to use aggregate functions and group clause in rest queries? We don't want … -
Q: How to filter ArrayDataProvider?Summary How to filter a table based on ADP?Content Hi All, I created an editable table based on ArrayDataProvider. How can I filter the table, let's say, using a paramet… -
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 67 views 15 comments 0 points Most recent by User_2025-01-31-15-40-56-878 -
How to use conditional compound filter for below criteria: Service Data Provider (on table)Summary How to use conditional compound filter for below criteria: Source: Service Data Provider (on table)Content How to use conditional compound filter for below crite… -
Search/filter on more columns in a tableSummary How to search/filter on multiple columns in VBCSContent I have managed to filter data in a table based on one attribute, which was pretty simple. Now I wonder if… -
How to create VBCS responsive designSummary We used to have a tab where you could select which fields to show in which resolutions. That seems to be gone in 18.4?Content We used to have a tab where you cou… -
Call a DLL from VBCSContent Hello, I'm trying to understand how to call and show the return data to a dll. How can I do? The URL is similar to this one: https://something.oraclecloud.com/an… -
REST endpoint viewer not workingSummary The REST Endpoint viewer for business objects in not working as documentedContent I am going through his document. https://docs.oracle.com/en/cloud/paas/app-buil… -
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… -
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… -
Recommendations for using array query parameters in visual builderSummary How to bypass unique value constraint on URL parameters in VBCSContent I share this information with the hopes that it will save the reader some time or frustrat…User_2025-01-31-15-40-56-878 31 views 0 comments 2 points Most recent by User_2025-01-31-15-40-56-878 -
Issues in populating a table in VBCS Classic Application using a custom Javascript to insert recordsSummary Issues in populating a table in VBCS Classic Application using a custom Javascript to insert records into the BOContent Hello, I am trying to populate a table us… -
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 …