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
-
Visual Builder Deploy to Production an Application ExtensionSummary: Hi all. I've been working on an Application Extension with Visual Builder and now I need to deploy the changes in production. I've followed all the steps detail… -
Bo data not displayed when publish applicationSummary: when call application url from any pc other than my pc where developing the app ,Bo data not displayed after staging/ publish application setting allow anynoums… -
Convert any file to base64 in VBCSSummary: Hi all i am trying to convert file to base64 in VBCS. Content (required): Whenever we are converting file to base64 it is a good practice to use promise. I am u… -
Default SDP filter does not work when template slot is added on Fusion APISummary: Default SDP filter does not work when template slot is added on Fusion API Content (required): I am using a select single SDP where the fusion api ( https://doc… -
How to generate unique name for filename everytime we click on oj-sample-export button?Summary: I am using oj-sample-export component to download csv file. I want to add a timestamp to the downloaded file for maintaining filename uniqueness. Content (requi… -
Issue while Prompting for Installation of PWA AppsSummary: Hi @Shay Shmeltzer-Oracle , i am trying to show install pwa app option in mobile browser with the help of the blog you posted , but I getting error on below lin… -
offline persistence toolkit errorSummary: when i am trying to post i VBCS PWA App using SAAS rest api call during offline ,facing below error. Content (required): /vbsw/private/fetchHandler]: TypeError:… -
Search by date in VBCSSummary: how to search against BO field of type Datetime,serch criteria will send as query parameter to REST endpoint ,with help of InputDate Component on the page ,how … -
After selecting date and time in oj-input-date-time, time is going like T00:00:00Summary: Hi everyone, I am facing issue in oj-input-date-time After selecting date and time in oj-input-date-time, time is going like T00:00:00 Content (required): Versi… -
Designing the page in VBCS showing the nested arrays and objects returned by rest APISummary: I am trying to develop a page similar to standard OTM PWA mobile app . unable to display the nested arrays or objects returned by restapi Content (required): I … -
Facing error TypeError: Cannot read properties of null (reading 'altName')Summary: Facing error TypeError: Cannot read properties of null (reading 'altName') , when assinging the ADP with altSpellings(rest countries ) result in SDP. How to fix… -
How to create a table with borders (rows/table) and static data in an application?Summary: We have requirement to create an application with a table format including static data, input values and with borders as below. Could you please share any relat… -
Action Chains Inconsistency - JavaScript and JSON with New and Old GraphicsI've developed a visual application using Redwood Page Templates that are at version 2310.0.1. Based on my understanding, any action chain code that comes with these tem… -
How to pass dynamic form field values in javascript in layout?Summary: How to pass dynamic form field values in javascript in layout and assign the result to another field in the form? Content (required): Hi Team, I am using Oracle… -
Users roles from Fusion not similar to the user roles I made in VBCS appSummary: Content (required): Hi experts, I created users roles in vbcs but when i make page extension to FA. reading [[$Application.user.roles]] is something else in fus… -
User preference format for date & numberSummary: Hi All, I have a use case where user wants to save their date & number preference from VBCS UI in ATP database. Once they save their preference, next time they … -
Using embeded FA BPM with VBCS (Instead of using PCS)Hi Experts, Is it possible to use the embeded FA BPM with VBCS. If yes, please can you share documentation or resources. it would be better if you can share a practice o… -
Select (Single) to Filter ADPSummary: Can anybody Please share a Sample App to Filter ADP Table Data using Select (Single) Content (required): Version (include the version you are using, if applicab… -
Advance Search by Add Fields Attribute for filtering table in VBCS PageSummary: wanted to implement similar Advanced Search --> Add Fields --> select attribute -->Submission Date as given in manager requisition or any seeded page for filter… -
How to embed the hyperlink within button.Summary: I tried to embed the hyperlink within button but when i click on the button dialog box won't open. Is this the correct way or not. Please guide me Content (requ… -
Is it possible to fetch data from a REST endpoint and save some of its fields in a Business Object?Summary: Integration between a Visual Builder/VB Web Application and HCM REST endpoint. Content (required): We already have the employee/worker data in Oracle HCM and we… -
How to enforce the uniqueness of a relationship?Hi, We went through an HR-Application workshop/exercise and watch several videos about VB. In that workshop we worked with three Business objects: (Location, Department … -
running 2310 version but javascript action chain not availableSummary: Hi Experts I'm running 2310 version of VB but action chain it is creating based on JSON, I don't get an option to select. Please help where we have to change an… -
How to change the color of button with custom colorsSummary: Hi Experts How to change the color of buttons to red, green, yellow,...etc. I dont find an option in the button attributes in vbcs UI. Please help Content (requ… -
how to know what button has initiated the action chain if there are multiple buttonsSummary: Hi Experts I have 3 buttons calling same action chain, based on the button what was clicked I have different flows within the action chain to design. How to kno… -
How to hide a flow based on the roleSummary: Hi, I have created an app using Empty template where I have 2 flows. I want to hide a flow based on role. I was able to secure the flow based on role on flow se… -
How we can add attachment in editable table?Hello Everyone, I am adding the file picker component like this, but after selecting file from frontend, file select chain is not executing and there is no error in cons… -
How can we handle fire notifications display mode (persist or transient) in redwood Starter theme?Summary: i have created the action for fire notification in shell page . but if i have choosed the display mode the transient the fire not closing automatically. i have … -
what are CORS and proxy in visual builder ?Summary: Hi Experts what are CORS and proxy in visual builder? I'm new to VBCS please help me to understand those things as I did not get information from docs. Thank Yo… -
How to assign default value to select singleSummary: How to assign default value to select single Content (required): Hi Expert, I'm going through the below blog for assigning static data to a variable and it seem…