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 to call BI Publisher Report using VBCSSummary How to call BI Publisher Report using VBCSContent Hello All, We would like to know how using VBCS to call a BI Publisher PDF Report. And how to pass parameters. …
-
Figma documents for the VBS templatesSummary: Oracle mentioned we can download the figma files that are corresponding to vbs templates, so that we can brainstrom and design before create new pages and flows…
-
How to configure the edit data in the form layout using child business object VB studioContent (required): I have instantiated a parent object (referred to as "additionalPerson BO") and a child object (referred to as "additionalPersonPhone BO"). The establ…
-
How to use order by in ADP in descending order ?Summary: I have a date column and i want to order by this column in descending order how to do this in order by in REST API
-
Select rows using checkboxes and insert new rows in ADP with the value of the selected row dataSummary: Select rows using checkboxes and insert new rows in ADP with the value of the selected row data Content (required): Hi, I have an ADP based table. I have added …
-
Import core pack components into VBCSSummary: How to import OJET core components into VBCS app. Content (required): Hi Team, In my web application, I have an use case to display checkboxes next to the selec…
-
Integrating App in SaaS but I get empty pageSummary: Content (required): Hi Experts, I did extension to the FA. In Sandbox before publishing was working fine. but when publishing to production. I get empty page. I…
-
getting 403 forbidden error while accessing applications which are staged and publishedSummary: we are receiving 403 error while trying to access all the apps which are staged and published. the same apps are working in design mode. Content (required): Ver…
-
Having wrong error responseSummary: Incorrect response on REST call Content (required): I have been calling a REST webservice to create Sales Order on VBCS. The REST webservice is working correctl…
-
Calling REST from VBS(FA Extension) via FusionSummary: I am referring to the below doc to have a wrapper on Fusion for any REST service so it will be easily configured in VBS I wanted to understand how to handle com…
-
Unicode characters in service responseSummary: Content (required): In an OIC integration, I am invoking a rest service that has as a response a field with a unicode character (\u0000). Using postman it works…
-
Do I need to do changing on the old Action Chain which is not JavaScript Action Chain?Summary: Content (required): Hi experts, The new update in VBCS is JavaScript Action Chain and the published App are using the old way of Action Chain. Do I need to do a…
-
Auto resize select single componentSummary: Hi, we have a requirement where the user wants to auto-resize the select single component based on the length size of the selected value. screenshot for referen…
-
How to fetch data with Fusion BIP report and display in tableSummary: Hi Experts I have a requirement to fetch the data from BIP report and display in Visual Builder app page. We do not use Integration in our project and VBCS do n…
-
How can we change the standalone application background color and fonts similar to Oracle fusion appSummary: We have created a standalone VB application and have registered into Oracle fusion SaaS application - Product change order page. But the application background …
-
How to move from Live to Development in my App?Summary: Content (required): Hi Experts, I want to do some modification on published App. How to move from Live to Develop Stage? Version (include the version you are us…
-
can we able add external components in vbcs.Summary: I would like use some external components in vbcs . is it possible to import the external components in vbcs. Content (required): Version (include the version y…
-
partial editable screenSummary: Content (required): is there an option to define a new screen, that other developers will be able to edit it , but only part of it, as the screens of learning, …
-
CSS not adjusting when using switching to second display its not auto resizing with display sizeSummary: Hi a lot of customers raising concerns when they are using a second display the screen size is not auto-adjusting (auto enlarge in size or auto resolution) disp…
-
using tooltip in Visual builderSummary: Hi Experts I want to use tooltip concept in visual builder as showing in ojet docs below but i'm not sure how to implement this javascript in visual builder. wh…
-
Send Notification to group in business role (more than one role)Summary: Sending notification to groups in different role: adf.context.getSecurityContext()?.isUserInRole(roleName) Content (required): Hi Experts, from functions curren…
-
Getting error vbafe-02000 after updating the Oracle Visual Builder Add-in to version 3.6Summary: Hello, We have upgraded the Oracle Visual Builder Add-in for Excel Add-in to 3.6. It gives below error while downloading data: An Expected error has occurred du…
-
How to get started with ORDSSummary: Hi Experts As I'm new to VBCS, our customer is asking to make use of ORDS for database. Could someone please help how to begin with ORDS and test few basic data…
-
Activating Redwood Experience in Learning Managment and modify by VB studioSummary: Needs resource of how to activate Redwood Experience in Learning Managment for Learners, Managers, Administrator. Then I need to modify by VB Studio Content (re…
-
How to increase height of horizontal scroll bar?Content Hi All, Is is possible to increase the height of horizontal scroll bar in oj-table? If yes how can I achieve that? Please refer attached image. Regards Muralidha…
-
Getting VBAFE-02000 error post downloading data in VBCS fileSummary: Getting VBAFE-02000 error post downloading data in VBCS file. This is happening for all types of VBCS files e.g. Mass Update PO using draftPurchaseOrders. I am …
-
Alignment issueSummary: I am trying to align a panel div to left hand side of the page but it is not moving to left side as screenshot below. I have created sample app for this, if any…
-
VB Excel add-in - Adding records to Local Data SourcesSummary: Currently adding records in the Local data source is troublesome and not user friendly. It is ok for few records however for large number of records doing it 1 …
-
Values of $application.user.userId system variable changed unexpectedly?Summary: The value of the system variable $application.user.userId unexpectedly changed from: firstname.lastname@example.com (an IDCS username, basically). To: idcs-/fir…
-
I have some problems in servicesSummary: 1) I want to get person number from username so i wrote this in q: Username = '$page.variables.userName ' and it gives me this error (Variable 'userName\' refer…