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
-
Generate PDF Report in VBCSSummary Can we generate a PDF format report in VBCS using data from a REST APIContent We have a requirement to generate a formatted PDF report using data retrieved from … -
Version controlSummary Can I use other then DEVCSContent Hi, I was wondering if there is a way to use a version control tool other then DEVCS... It would be great if we could connect t… -
Excel to business object dataSummary Not able to download VBCS excel add-in vbcs-excel-addin-installer.exeContent We want to manage business object data using excel. I see VBCS supports it and docum… -
Service Data ProviderSummary Service Data ProviderContent * First I'm assuming that Service Data Provider (SDP) variable is what is used to call the for the data, be it a Service Connection … -
Groovy vs JavascriptSummary Groovy vs JavascriptContent I'm running under the assumption that i would be using Groovy only in business object rules, but everything else would be javascript? -
Navigate From ShellSummary Navigate From ShellContent How can i navigate to a specific page of a flow within the Shell? In the navigate action from the she level does not have that option … -
Q: What is the best practice for integrating BP into VBSummary Integrating BP into VBContent Hello, I am new to VB and BP, so I would like to ask a question. If I decide to use VB to create the UI and want to use BP in my we… -
Variable Access from TriggerSummary Variable Access from TriggerContent How can I use application variables within a trigger of a Business Object. I could not figure out how to pass or use an Appli… -
How get value from For Each input text loopingContent I have a page variable that is an array of objects(reqArray). Each object has a "description" property, and some others. I want to loop thru this array and build… -
Connection returns unauthorized error (401) via browser but in test in service conection is successContent I have a visual builder application that has a service connection for endpoint rest, after we changed the Basic Authentication user password (OIC) in the authent… -
Business Objects - long stringSummary How to save a long string (CLOB)Content Hi, I have the need to save long strings that does not fit on the current limits of a string within a business object. My… -
Simple Trigger Field UpdateSummary Failed field set on Business ObjectContent I have a demo environment, and can not tell if this is failing because of the environment, or something wrong with my … -
Master DetailSummary Pass Master Record ID to Detail Record ID when savingContent Hello, I've created a transaction entry screen based on two business objects. There is a Header tabl… -
Recommended Database Objects in VBCSContent Hi Everyone, Working on VBCS I'm using database objects of 10,000 to 50,000 rows and 15 columns. Currently my plan is to use embedded tables but I wanted to ask … -
Navigate Using Tab Button Within A VBCS TableContent body { margin: 0 0 0 0; padding:0 0 0 0 }td,div { font-family:Arial;font-size:10pt;vertical-align:top }/* Copyright IBM Corp. 2013 All Rights Reserved. */body { … -
Business Object (Reference Field)Summary Display value in table column rather than the ID associated with the reference fieldContent Hello, I've created the following: -- Table Collection based on one B… -
How to trigger action chains from a button defined in editable row template in vbcs?Summary How to trigger action chains from a button defined in editable row template in vbcs?Content Hi , I am working on editable table, where in one of the column user … -
On Button click change it's colorSummary On Button click change it's colorContent Hi, VBCS version: 18.4.1 I am building mobile app which will be used to record inspection results. There's button "No De… -
Encoding problems Visual BuilderContent After update russian text of VBS displayed incorrectly. Example - Ðнопка Кнопка The code changes toUser_2025-02-04-07-41-08-378 15 views 0 comments 0 points Most recent by User_2025-02-04-07-41-08-378 -
How manage NavigateBack Action when you have paramsContent Hi all, has any of you ever handled the back button having to pass params back? I have a back button placed on the shell and every page inherits that button from… -
VBCS Features to Work With Oracle CloudSummary Use cases for fetching data from the Cloud into Visual builderContent Hi All, I'm interested in Saas\PaaS integration between the Oracle Cloud and the VBCS. The … -
Can we import a OJET application in VBCS.Summary Is there a way to import a OJET application in VBCS.Content Is there a way to import a OJET application in VBCS. -
CAn someone troubleshoot my converter?Content I have an oj-input-date-time that I want to format in the clients local timezone. I have created this JS PageModule.prototype.convertToLocalTimeZone = function()… -
VBCS IE Error while fetching dataSummary VBCS IE Error [Object doesn't support property or method 'entries'] while fetching dataContent We are facing issue while running VBCS project in internet explore… -
Editable Array Issue in VBCSContent Hi All, I am trying to implement editable array as per the guidelines provided in the jet cookbook (https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.… -
Search for a keyvalue in a ArrayDataProviderContent Hi All, I have a requirement to search for a particular key in a ArrayDataProvider (the ADP is populated with the data returned from a rest service) Could you ki…User_2025-01-28-05-07-26-222 22 views 2 comments 0 points Most recent by User_2025-01-28-05-07-26-222 -
Unauthorized error when trying to access REST endpoints of a staged applicationSummary Unauthorized error in staged applicationContent We are able to access the REST endpoints of business objects from outside of OIC during design time. When we stag… -
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 -
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… -
Mobile App on Web, view as Anonymous User?Content Essentially, when you have a web app, you can enable anonymous access and view without signing in. However, for mobile apps it doesn't want to show it on web. I …