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
-
Connect to the server that returns xml?Summary Connect to the server that returns xml?Content Hi Team, Connect to the server that returns xml? Thanks, Pasha.User_2025-02-04-07-41-08-378 8 views 6 comments 0 points Most recent by User_2025-02-04-07-41-08-378 -
CSS in VBCSContent Does VBCS provide a different CSS than the default stylesheet or do I have to include an external css? -
Direct Authentication - forcing service endpoint to HTTPS and failing?Content Hi, I am trialing Visual Builder in hopes to use it conjunction with our ERP system. I am trying to add endpoints to Visual Builder but for some reason the POST … -
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… -
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 -
Q: How can I create a listener on a checkbox in table object?Summary Using checkboxes in table object using tag.Content Hi All, I populated an editable table using an array data provider. For editing, I used tag to identify when … -
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 72 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 82 views 4 comments 0 points Most recent by User_2025-01-29-01-03-09-178 -
Security when embedding a Visual Builder application in Oracle Fusion page integratorSummary Security when embedding a Visual Builder application in Oracle Fusion page integratorContent Hi I have embedded an application of Autonomous Visual Builder with … -
How to pass parameter to the VBCS page when trying to embed a page in FusionSummary Need a way to pass a few values from fusion application page on which VBCS app is embeddedContent Hi All, Is there a way to pass on values of certain fields from… -
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… -
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 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… -
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… -
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 292 views 3 comments 0 points Most recent by User_2025-02-01-05-31-49-271 -
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… -
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 … -
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 40 views 3 comments 0 points Most recent by User_2025-01-31-15-40-56-878 -
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 … -
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,… -
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://… -
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 … -
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… -
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… -
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 … -
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 29 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… -
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… -
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 …