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
-
Breadcrumb Navigation in VBCS appSummary: Hi, We have a vbcs app with multiple flows and pages. We want to implement breadcrumb navigation to show the path user is taking in the application . On selecti…
-
How to add the favicon image to a redwood vbcs appSummary: Hi Experts I added below to index.html to a redwood vbcs app but the favicon image is not showing, please help @Vignesh Viswanath-Oracle @Sherif Bashar Oracle …
-
How to access specific page in web applicationSummary: How to access specific page in web application Content (please ensure you mask any confidential information): Hi Expert, I have a application where i have creat…
-
Maximum width for VBCS pages even after reducing browser widthSummary: Hi, I am using Redwood based template vbcs application. Inside this in shell page I am using oj-sp-in-app-navigation component to show different flows at the bo…
-
Getting error while using Oracle Integration REST APISummary: When configuring the Oracle Integration REST API in service connection getting an error. Content (please ensure you mask any confidential information): We are u…
-
Label Name Modification in RedwoodSummary: Need to modify a label in Redwood UI Content (please ensure you mask any confidential information): Since we are using Redwood UI (SaaS) for the page, we need t…
-
How to Automatically Trigger Visual Builder Action Chain Without UI Interaction in Fusion?Summary: Hi, I have built a Visual Builder App Extension and deployed it into Oracle Fusion. In the page, I have a "Submit" button that triggers a JavaScript-based Actio…
-
Is it possible to display only month and year in oj-input-date fields???Summary: Content (required): Hi All, I have an requirement in my project that is. Is it possible to display only month and year in oj-input-date fields? Please refer bel…
-
Getting CORS error while calling API gateway endpointSummary: Hi Experts I'm trying to call the API gateway endpoint from my visual builder application (extension / appui), but I'm getting CORS error. Please help me, how c…
-
Role based UI security in VBCSSummary Role based UI security in VBCSContent 1. I created mfgrole in the application settings and assigned my user to it.2. In the page, I implemented below oj-bind-if …
-
facing error while saving the time from oj-input-time component.Summary: Component:- From Time error:- REST API QUERY FOR SAVE THE…
-
how to show animation until the page loadsSummary: We have embedded vbcs page in oracle fusion cloud, when the user clicks on the page link it is showing white screen for 20 seconds. is it possible to add animat…
-
how to export the business object with data from one app to anotherSummary: Hi Experts I have a requirement to export all the business objects from one application to another new application, please let me know how can i achieve this ? …
-
Date isn't sorting properly with in-built oj-table sorting.Summary: Hi, Date isn't sorting properly with in-built oj-table sorting. Content (required): when we try to sort the date using in-built oj-table then in desc order it i…
-
after adding search configuration details for Smart search component, page does not loadSummary: Hi Experts I'm following below mentioned video by Shay to implement smart search but as soon i add details for search configuration, my page does not load, how …
-
Visual Builder RedWood and Apex Light RedWood can look the same?Summary: Is it possible to use CSS in Oracle Apex to make the applications look just like the Visual Builder Red Wood? I think it would be great if there were an option …
-
Navigate to Pages based on Table First Selected RowSummary: Based on the Value of the Table First Selected Row Event ,We are trying to Navigate to Page 1 if the value Populated to Input Text Box is 1 and to Page 2 to Pag…
-
Getting Unauthorized error (401) after password changeSummary: I have a visual builder application that has a service connection for fusion. after we changed the Basic Authentication user password in the authentication tab,…
-
unable to understand business requirement of EL expressionSummary: visible = #{pageFlowScope.ContactBasicInformationFlowBean.moduleName != 'SelfService'?true:false} above el expression is used to hide 'gender' and 'dob' from 'f…
-
Visual Builder option is not showing in Oracle fusion for RedwoodSummary: Visual Builder option is not showing in Oracle fusion for Redwood Content (please ensure you mask any confidential information): Hi Expert, For Fusion instance …
-
How to configure Google Service Account in Oracle VBCSSummary: We have a requirement to use google Translate v3 API for translation of webpage. This version of google API only allows OAUTH2 or Google Service Account as Auth…
-
How to translate Single Select Dropdown (LOV)?Summary: We have a requirement to translate the values of dropdown LOV (Dynamic). Values are being populated from restAPI. Content (please ensure you mask any confidenti…
-
Primary action button is disabled on on guided process page templateSummary: We are using redwood guided process page template and Submit button is showing on last step but its disabled by default. Can anyone please suggest why its disab…
-
Scan file upload in VBCSSummary: We have VBCS pages with upload functionality , uploaded file is converted the base64content and placed in the CLOB column in the ATP. The uploaded file can be d…
-
Oracle EPM as Data Source for APEXHas anyone successfully configured an Oracle EPM application as a REST Data Source for APEX? Any tips or advice would be much appreciated… I see SaaS as a data source ty…
-
Issue with Downloading Files from Oracle Object Storage in Deployed VBS/VBCS AppSummary: I have a VBS application where I download files from an Oracle Object Storage bucket. Within the bucket, I have created a folder to store files, which can then …
-
Oracle OPA: Notify to all roles in a process after task completionHi All, I have a requirement in my Oracle OPA process, where I need to send notification to all swim lane users once Process is completed. I am using Notify Activity for…
-
smart search increase the width of search bar and add table view on the select single componentSummary: Hi Experts I'm using the smart search component in our VB application, i have followed the video by Shay. But our customer is asking to show the table view on s…
-
why am i seeing blank preview page , after clicking preview from Visual Builder ?Summary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
Secured way of calling REST services in Java ScriptSummary: Hi, For one use case where we need to construct the END Point URL dynamically, We are doing that in Java script and using Basic Auth as authentication mechanism…