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
-
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 …
-
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…
-
502 Bad Gateway error while creating Service COnnection in VBCSSummary 502 Bad Gateway errorContent Hi, We have some REST API's exposed for CRUD operations on DBCS tables using ORDS. We also applied trusted SSL on DBCS so that the H…User_2025-01-29-01-03-09-178 64 views 7 comments 0 points Most recent by User_2025-01-29-01-03-09-178
-
How to expose Custom Methods in AMImpl in ADF as REST API to consume in VBCSSummary Exposing existing business logic written in ADF AMImpl as RESt API'sContent We have a requirement to re-use the existing custom business logic written in ADF AMI…User_2025-01-29-01-03-09-178 83 views 4 comments 0 points Most recent by User_2025-01-29-01-03-09-178
-
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 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 42 views 3 comments 0 points Most recent by User_2025-01-31-15-40-56-878
-
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 88 views 1 comment 0 points Most recent by User_2025-02-01-05-31-49-271
-
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 285 views 3 comments 0 points Most recent by User_2025-02-01-05-31-49-271
-
In a editable table, entered data will disappear after edit mode endsSummary In a editable table, entered data will disappear after edit mode endsContent Hello, I am trying to implement the editable table and save the edited rows to busin…
-
Service Connections - TestingSummary Suddenly started getting errors testing my service connectionsContent This is very odd. I just started getting errors while testing my service connections. The b…
-
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…
-
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 21 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…