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
-
Film Strip and Tab BarSummary How to configure; tie page to specific Film Strip itemContent Hello, I have attempted to set up the Film Strip and Tab Bar components with no luck. Specifically,…
-
Update Vars or Run Action in JS (WebSocket)Summary I want to update some variables or run an action on a websocket event.Content All, I setup a websocket in a VB app and want to update some variables or run an ac…
-
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…
-
How To Fetch Data From Multiple Rows Selected In VBCS TableContent Like there is an event first-selected-row for vbcs table which fetch data from current selected row,is there any event to fetch data from multiple rows selected …
-
Including Google API into VBCS (Javascript)Summary I'm creating a page on my mobile app that basically displays a map, but I cannot render the map because it says: 'google' is not defined.Content I am trying to c…
-
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://…
-
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
-
Q: How to update a specific BO row on click?Summary Update business object specific row.Content Does anyone know how to perform a PATCH operation on a BO, in order to update a specific row? I'm trying to update a …
-
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…
-
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 22 views 0 comments 1 point Most recent by User_2025-01-31-15-40-56-878
-
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…
-
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 11 views 3 comments 1 point Most recent by User_2025-01-31-15-40-56-878
-
Popups in VBCS?Summary How do we get Popup windows in VBCSContent How do we achieve popup's in VBCS, we are looking to input the COA field for which we would need something similar to …
-
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 …
-
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…
-
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
-
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
-
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…
-
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 …
-
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 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":…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…