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
-
Keypress event on Hyperlink-Not able to get the key valueSummary: Keypress event on Hyperlinks Content (required): When we create an action chain with keypress event on an input or button component, we are able to get $event.k… -
Problem with VBCS not recognising ORDS PUT Rest API. Works in POSTMANSummary: Problem with VBCS not recognising ORDS PUT Rest API. It works fine for GET, POST and DELETE. However, PUT works in POSTMAN. Content (required): Hi Gurus - New t… -
Combobox Many Input from External ValuesSummary: Copy Data from an Excel and use it as Input in a "Combobox (Many)" Content (required): Hi experts, I have a Combobox (Many) in my Web App and the user wants to … -
Filter results from a custom api built in OIC while showing in Visual Builder appHi, We have built a custom api in OIC. The api basically executes BIP report to fetch results which are in turn provided as response from the api.The response from the a… -
Invalid service scope - Error while creating Service Connection in Oracle Visual BuilderSummary: Hi All, I am working on a VB app through a Workspace created in VB Studio. In this VB App, I am trying to create my first Service Connection as below- Configura… -
How do we default a value in Select Single whose data is coming from REST endpoint ?Summary: We have one drop down (Select Single) in our page whose data is coming from a remote REST call. Once we select the dropdown then the data is getting loaded. We … -
Select single application variableSummary: fetch data from application level variable in single select Content (required): Why i am not able to fetch data from application level variable -
Need to show on the page with Pagination with 10K Records through REST API.Summary: we are fetching all the records to the client layer when we call the REST service. it's having almost 10k records. Need to show on the page with Pagination , ho… -
Rename VBCS applicationSummary: How to rename the application such that the new name is reflected while export/updates in URL? Content (required): Hi Team, Even after renaming the app, it does… -
Best Practice to maintain Data for VBCSSummary: Hi Team, I have real time data available at on premise Database. We have requirement to build a webapp using VBCS to display, create and edit data available on … -
How to selectively merge VBCS code changes from workspace to main branch in visual basic studioSummary: Hi All, I am working Visual Basic Studio (VBS), learning on using the VBS Workspace & how to merge the code from local repository in Workspace and the Main Bran… -
-
Upgrade 2204 has broken my custom App, impossible to PreviewAfter release a version only upgraded with the 2204v . I can't preview my custom APP. The same behavior is not presented in Live version without the upgrade 2204. The er… -
Frozen columns not working in Oracle SaaS R13 Light ThemeSummary: I need the Frozen Table Columns property with projects with VBCS using Oracle SaaS R13 Light Theme to work. Content (required): I have been working on projects … -
newbie Search using search button from a tableSummary: HI Experts, I am newbie to VBCS. I am able to populate a table component with BO data on a page designer. I have placed few input text items above the table to … -
How can i use third party JS files and load those inside my JET Custom Component?Summary: Content (required): I tried following the blog and am successful in creating a basic Web Component. (https://blogs.oracle.com/groundside/post/custom-jet-compone… -
Merge branch that had conflicts resolution aborted because of page refresh VBSSummary: I want to merge a branch to the production branch. II created a merge request and it has conflicts. I was resolving the conflicts and refreshed the browser page… -
Question regarding the new "Switch to your own database schema" featureSummary: We are looking for a hook for some database initialization from business objects. Content (required): We are investigating on the usability of the new "Switch t… -
How to embed external supplier registration link in VBCS mobile appSummary: We need to open External supplier registration link in the mobile app. But when we try to use iframe, it gives the error: "Refused to connect". Is there any way… -
Set threshold for the specific groups - Bar chartSummary: Hi Team, I am looking for the solution where i can set the threshold limit for the specific groups. Any idea or help would be appreciated. Content (required): V… -
Editable table in Oracle Visual Builder Cloud ServiceSummary: Hi Team, I am trying to create a editable table in Oracle visual builder cloud service. 1). created a rest endpoint to fetch records from database table. 2). cr… -
Visual Builder excel plug-in - BO Missing after importSummary: A BO within Catalog is missing after import and cannot be added to the Layout.. Content (required): Catalog fscmRestApi/resources/11.13.18.05/accountCombination… -
Loading Oracle ERP cloud data in VBCS business objects using different REST endpointsHi Team, We have requirement to fetch data from Oracle ERP cloud to VBCS page and apart from that we need to maintain few custom columns in VBCS page which user can ente… -
Visual Excel plug in - Create Receivables invoice FailedSummary: Create AR Invoice failed after multiple attempts Content (required): The data in the excel plug-in is replicated from a succesful REST service call with exactly… -
Visual builder excel add in - SSOSummary: Does OVB excel add-in support SSO as built in feature or can be extended to meet customer requirement ? Content (required): We are looking at VB excel add-in as… -
Oj Table with ADP data giving error after upgrading to 2204Summary: Oj Table with ADP data giving error after upgrading to 2204 Content (required): We are using one oj table which gets data from ADP. Table's one field is using b… -
Build Jobs and Share option failing in VBS after 2204 updateSummary: Content (required): I guess VB Studio (not Run Time) has also got the 22.04 update. But the Share Option as well as Build Jobs are failing now. Error On Share :… -
JET upgrade to Release2204 breaks some stuff in my apps.Summary: Please, help. After upgrading to Release2204 (see below) I see some broken things. Eg. 1 Missing row number on the left. That previously showed properly. Eg.2 T… -
Passing the context value from Fusion to a VBCS page embedded in Fusion as a Web PageSummary: Hi Team, I have a requirement like I have to add a new tab in say Purchase Order Details page. And under this new tab a VBCS Page will be embedded. Reuirement i… -
Get element by id not workingHello All, I am trying to show a pop up and its not working. Due to upgrade to latest vbcs version. Please see my vbcs function below: PageModule.prototype.showtestpopup…