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 create a dynamic form from ADPSummary: I have an ADP to whom data is coming from the rest endpoint of the Oic integration. I created a table using the ADP but the requirement was to create a form ins… -
Unable to Retrieve Logged-in User in VBCS Application Integrated with Oracle FusionSummary: We have integrated our VBCS application with Oracle Fusion, but we are encountering an issue with fetching the logged-in user in the application variable. Curre… -
I have an error to effect 24C new feature using VBSSummary: I am facing build error when i try to publish to effect a new 24C feature for HR Help Desk. Content (please ensure you mask any confidential information): I am … -
VBCS: How to Dynamically Set Log LevelSummary: The blog nicely explains how to set logConfig level under app-flow.json. Is it possible to extend the idea and control the browser level console logging externa… -
Drawer Popup component not working fine.Summary: Hello Everyone, I am using a Drawer Popup component on my summary page. When I click the "Search" button, the variable associated with the Drawer Popup componen… -
How can we keep a login Setup for VB standalone ApplicationHi @Shay Shmeltzer-Oracle "Referring to the video below, I have hosted my application on a local server. How can I set up a login system for the users?". Version (includ… -
I have an error when deploying app using visual builder studioSummary: These are my config First with Packaging: And for Deploy: and the error appear when running deploy and it is (The build artifact does not appear to be a valid A… -
oj-tree-view not expanding allHi, i'm trying to expand all my tree-view's nodes by using addAll. For some reason is not working. This is my snipped code: PageModule.prototype.expandTree = function (t… -
Getting error when using Oauth 2.0 Resource Owner Password Credentials to connect to fusion ERPSummary: I am trying to setup a a service connection to fusion ERP from Visual Builder (enabled within Gen3 OIC). Gen3 OIC and Fusion ERP are in the same domain. We crea… -
Change suggestion - expression builder for Sort parameter in REST requestTransformOptionsSummary: hi, for future consideration, could i please request that the Sort parameter have an expression builder just as the Filter parameter does, in the REST requestTr… -
Could not evaluate expression $packagepage.variables: ReferenceError: $packagepage is not definedHello Team, I am a beginner to VB and i have written a small java script which take two values as an input and return the sum of those two values. While executing that i…
-
I'm unable to play the audio captured from microphoneSummary: Hi Experts I'm unable to play the audio captured by the microphone in VBCS as I'm facing difficulty in mapping the audio recorded to the audio html tag. Please … -
Is it possible to make all components in form layout read only based on condition ?Summary: Hi Experts Is it possible to make all components in form layout read only based on condition ? Please help Content (please ensure you mask any confidential info… -
How to set the height of table based on data or rows and restrict max heightSummary: Hi Experts In table component below i'm having just 1 row but i want to restrict the empty space in the table component based on the rows available on the table… -
Drag and Drop - Upload isn't working in PWA of the VBCS applicationSummary: I have created a webpage for uploading PDF and PNG files and storing them in object storage. I followed the below YouTube tutorial to accomplish this, and it wo… -
How to append input parameters to VBCS app linkSummary: Hi everyone i am doing like below but somehow not working /ic/builder/design/app/1.0.4/preview/webApps/vbcsApp/?page=shell&shell=flow1&flow1=page1¶m1=value1… -
Call OIC integration (REST) from groovy business objects-busines rulesSummary: Please, could someone provide a basic GROOVY sample showing how to call a REST (from OIC backend). Thanks in advance. Juan Content (please ensure you mask any c… -
Online Replay with Conflict Resolution offline toolkitSummary: In , i found snippet code that i could use to write a custom conflict resolution routine that would allow my user to decide better on resolution action. However… -
Automatic Cache Clearing in offline toolkitSummary: I'm trying to use this code, to clear pouchdb, however new PouchDB got me an undefined variable error. Appreciate if someone could guide me about vbcs dependenc… -
Check if a fetched row exists in a Business ObjectHello, Please, I'm new to VBCS, and I am trying to implement a search page to show transactions from our ERP. Locally, I created a business object with a transactionId f… -
VB Excel add-in: How to sort a Child Collection chronologically by PeriodSummary: Using the VB for Excel add-in. Created a Workbook with the following layouts: Financial Project Plans Resource Assignments Planning Amounts Planning Amount Deta… -
unable to copy the text within the table component on Windows computerSummary: Hi Experts I'm unable to copy the text from the table component in visual builder page, I'm using Windows computer and Google chrome browser Please help, custom… -
error creating connectionsSummary: You get an error every time you try to access the backends which causes the browser screen to freeze. The error at the console level is the following: happens i… -
401 Unauthorized to process cloud. Authorization header not being passedSummary: This was working fine last week and something changed recently or I messed it up somehow… I can no longer successfully make a call from my development visual bu… -
Approver id is not fetched if the human task assigned in parallel and if user takes actionSummary: Hi Experts In below screenshot for OPA, if the task is assigned in parallel to more than 1 user then the approver id is not returned / captured and in data asso… -
Unable to login for Visual builderGetting below error when trying to login for VBCS, please find attachment Content (please ensure you mask any confidenial information): Version (include the version you … -
Oracle Offline Persistence Toolkit - When in online mode not getting any GET response payloadSummary: I'm following blog recommendations (Adding Offline Capabilities to an Oracle Visual Builder Application), and post action works OK too when done in offline mode… -
How to Handle combo-box displaying name but we are storing in the back-end in oj-dialog component.Summary: Consider we are having a oj-combobox-one component in our page and it is displaying employee name as label and but we want to store only ids in the back-end. To… -
How to hide the tenancy subscription details for cloud administratorsSummary: We need to create a user to manage the OCI tenancy with creating network and paas components, instead of giving him administrator access on the tenancy, do we h… -
Tree view data as LOV Using Combobox(one) component.Summary: How to Create Tree view data as LOV using "Combobox(one)" component. We want to show both Parent and Child Data in it. Can anybody Please Share a Sample App for…