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
-
Need to split large pdf file based on keyword - Invoice Number :Summary: Need to split large pdf file based on keyword - Invoice Number : & most of the invoices are ore than one pages. Please help me with the JS code if any one have … -
javascript not printing the result in console log. It is printing in postman.Summary: Hi Experts, I trying to print results of an object in console and able to achieve in postman, but not able to print results in through vb javascript. vb javascr… -
How to show QR and barcode in VB in table by line.Summary: Hello I would thank for any help with the following (sorry I am completely stuck with this because I am not expert in Javascript) I would like to show barcode a… -
Business objects relations. Show in table.Summary: Hello I would thank any help with the following. I do not know if bug or I am missing some step. I have a table with 2 relations as shown. I can query the data … -
how to make a field occupy two or three columns in a form container in visual builder cloud serviceSummary: Consider a form container with direction as row and columns as four. I want add a text area field that takes the space of two columns in the form container. Ple… -
I am using javascript promise but its not working correctly in VBCSSummary: Hi everyone i am calling function from oj-bind-text to call rest api in table template like this, but this function is not waiting for response instead it direc… -
Copy values from VBCS tableSummary: Content (please ensure you mask any confidential information): How I can enable coping values from VBCS table ? Version (include the version you are using, if a… -
VBCS DynamicForm Oj-dynamic-form based on external ADF Rest service framework version 7 ,LOVs IssueSummary: I created a ADF rest project on Jdev 12.2.1.4 with rest framework version 7. Inside this project I have a VO exposed as webservice and LOVs configured. Now I am… -
Visual Builder Application Security AccessSummary: Content (please ensure you mask any confidential information): Hi everyone, I have created a web application that I want users to be able to access, fill out th… -
Seeking Guidance: Changing Existing Field Values in Redwood Using JavaScriptHello Team, I'm looking a guidance on how to change the value of existing standard and custom object fields in Redwood using JavaScript. Could someone please advise on t… -
Rich Text Editor support for tables/other rich text components?Summary: We are using the Input Rich Text 2 component but this lacks many rich-text components (such as support for tables, pasting images, etc.). We can use an custom e… -
Fire notification is not showing the message banner in redwood theme how to fixSummary: Hi Experts We have created a project using redwood theme, but on click of button we need to show the message using fire notification, this is not working, pleas… -
Export data to predefined excel template from vbcs page oracleSummary: I am working on a custom client requirement on VBCS page development. In page there is a table where data is coming from ATP DB. I need a functionality to expor… -
Redwood: Source code for Redwood templatesHi Team, I'm currently in the process of creating a new account list panel that extends the same options, features, layout, and CSS as the existing panel. How can we acc… -
VB BO post operation throws intermittently 500 internal server errorSummary: Multiple BOs in our application fails on POST operation from VB app with the below error . { "type": "vbcs://businessObjects/data/emptyErrorResponse", "title": … -
VB Forms and giving an error when a combo of 2 fields already exist in the dataSummary: Content (please ensure you mask any confidential information): Hi all, I have a form in VB with BO that have parent/child relationships. I have a table called '… -
How to show QR and barcode in VBSummary: Hi all, I would thank any info. regarding how to show something similar to this: I mean I would have to generate the codes and afterwards been able to show the … -
VBS Oracle integrations backend throwing error in VBS if used Oracle Cloud accountSummary: Hi Experts I'm getting below error while searching for API's in service connection with Oracle integration catalog if I use Oracle Cloud Account as the authenti… -
How to Pass Multiple Parameters in Business Rule using Groovy ScriptSummary: We have written this Business Rule and we want to Update the Status Field based on three parameters peno, pperiod and ptype. def vo = newView('Employee') addBin… -
Maintain Sort on tableSummary: I have a table (page 1) I click a link on the table and it takes me to a new page (page 2) When I navigate back to page 1, I want to maintain the sort position … -
Standalone Application embeded in FA but I got openapi3 errors and Exception During RestActionSummary: Hi Experts, I have a standalone App to be embedded in FA by using page integration. I am using the embedded database (BO). In the landing page there should be s… -
Oracle Visual Builder Database OptionsI'm currently engaged with a client on the development of a couple of apps using Visual Builder. We're exploring various database options as we anticipate that the defau… -
VB-OIC as a web siteSummary: Hi all, I would thank for help with the following. VB seems to be planned for companies, but could it be used as a web site with tens/hundreds users using it. T… -
How to create a table in visual builder using custom array as dynamic columns.Summary: Assume user provided start date and end date, on click of button we should generate a table with dates between as column headers and an empty row. Please provid… -
Modify VBCS Instance in VB StudioSummary: We are using VB Studio and workspaces to build our VBCS applications, VB Studio was configured to use the DEV Vbcs instance, we want to change/configure to use … -
Hide App Extension from Menu for Unauthorized UserSummary: Hi experts, Is there any way to hide an App Extension page from navigation menu in Fusion, similar to Page Integration? Content (please ensure you mask any conf… -
Unable to mark rows to be updated in VBCS Excel MacroSummary: We have a requirement to automatically copy the values of one of parent table's column to child table's column. Inorder to achieve this requirement i have writt… -
connection error to an ATP Database via VBCS Application in OICSummary: connection error to an ATP Database via VBCS Application in OIC Content (please ensure you mask any confidential information): Hi Team, Greetings! we are trying… -
DB Objects migration from one Apex to another.Summary: How to migrate tables, indexes, sequences, packages, procedures and functions from one Apex to another along with data. Content (please ensure you mask any conf… -
Filter Criterion ADPSummary: We are using 3 Combo box to Filter Data Emp Noi, Department and Salary. We have written 3 Java scripts for each Filter to Filter the Data and Calling the Functi…