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 show real time push notifications in VBCS?Summary: When the data is updated in notification table in database , how to show that notification in Web Apps and Mobile Apps. Content (required): Version (include the… -
While checking in the console, am encountered a non-passive violation. Is there any fix for this?Summary: [Violation] Added non-passive event listener to a scroll-blocking event. Consider marking the event handler as 'passive' to make the page more responsive. Cont… -
APEX to VBCSSummary:APEX 11 based application Content (required): We have APEX 11 based application. We want to move this application to modern technologies. 1>Is it preferable to m… -
Can we create 300 roles in VBCS and will it decrease performanceSummary: We have an Customer Facing application and each customer has to see only his data in a BO. BO has Customer Name. To achieve this we have to create role for each… -
API/Rest Service to Create a Role and assign users in VBCS ApplicationSummary: Do we have any API/Rest Service to Create a Role and assign users in VBCS. Content (required): For Adding a new role in VBCS we need to create new version and d… -
Field Validators are not working when updating from Postman toolSummary: We have Field Validators and it should work based on roles. When updating Business Object from Postman tool it is not checking the roles and updating the column… -
Cómo puedo leer toda la data de una tabla mediante un botón y enviarla en trama json a un servicioSummary: Hola a todos, Por favor necesito su apoyo con lo siguiente: Tengo una tabla en visual builder, quiero enviar la data de esa tabla de la pantalla hacia un servic… -
How to Create Custom Theme Template for AppSummary: I am building a new application so I want to use a new theme Template not already been given below can any1 help or have videos on how to create a new template … -
Tab Close Event or Browser Close eventSummary: Hi, Is there a way to capture the event if the user accidently closes the tab in which VB app is running. Need to do some clean up job if the user closes the ta… -
How to preview image and pdf file within VBCS page.Summary: Preview Base64 encoded image and pdf file within VBCS page. Content (required): Hi Team, We have a requirement of previewing the base64 encoded pdf and image wi… -
How to add scrolling text in vbcs pageSummary: I want to add hint or scrolling text horizontally left to right direction to guide user to perform task how to achieve this in VBCS Content (required): Version … -
Unable to select desired row ADP based tableSummary: I have Adp based child table filtering out data based on row selected from master ADP table but whenever I try to select child table row it default select 1st r… -
Unable to filtering the ADP child table based on row selected in ADP parent tableSummary: I am unable to filtering the ADP child table based on row selected in ADP parent table First time when I select 1 parent row it filtered fine but next time when… -
Any references to add OAuth security (apart from user credentials) while calling BO REST API?Summary: Added REST API security (OAuth) for business object in VBCS Content (required): We need to add OAuth security while calling Business Object REST API that has ad… -
Update data from oj-table to BOSummary: I am loading my oj-table through knockout data source java scripting using page.function.functionName();. There is one edit field and I need to update the same … -
How to use Search Option for multiple values in VBCS Excel Plugin?Summary: Hi All, Please help in below request Problem 1 - I am trying to update multiple PO's to FinallyClose, But I am not able search multiple PO's in the VBCS excel P… -
Select Single with Editable TableSummary: Hi, The oj-select single has the ability to display a table in the drop down using collectionTemplate. Is it possible for this table to be an editable table as … -
Dynamic Host for API CallSummary: We are planning to use VBCS for our UI layer where we are calling dyanamic host based on the input field and get the data, modify and show in tabular format. We… -
How to create empty row in table using VBCSSummary: Content (required): Hi All, I implemented editable table with save button. i need to add new row (ie) when i click add button empty row added in the table and f… -
How to change defaultPage for a flow conditionally in VBCS ?Summary: Hi, We have a flow which contains 2 pages. We need to change the default page based on an application level variable. How can we achieve this ? Version (include… -
Traversing table and call REST for certain data in VBCS tableHi, I am populating data in table(uneditable) on VBCS page, now i want to check for rows in loop, if certain columns value is 'ABC', i want to call REST service for that… -
Redwood Override CSS for READ ONLY Text FieldsSummary: Content (required): I have attached a sample application where I am using the redwood-override.css file to override some of the CSS properties of text fields. O…User_2025-02-04-21-56-11-668 52 views 3 comments 0 points Most recent by Angel Tripp - Support-Oracle -
How can we update business object on closing browser windowSummary: We have use case where it is required to update business object on closing browser tab or window. Basically , we need to clear the data from the BO, when user c… -
in VBCS input text or combo-box one component after delete the content it's not clearingSummary: In VBCS input text or combo-box one component after delete the content it's not clearing Content (required): in VBCS input text or combo-box one component after… -
Is visual builder the same as visual builder studio?Summary: Content (required): Is visual builder the same as visual builder studio? If not, what are the major differences? It looks like Studio is it's own feature offeri… -
Put validation on text field from table row valueSummary: Hi I want to add validation on text field(Lot) value should compare the column(lot_serial) row data if value found in the table then Enable button(view data) el… -
Application Extensions vs Visual Applications?Summary: Are applications extensions and visual applications mutually exclusive? Can you only have one or the other in your VBCS environment? Content (required): Just as… -
clear sub fields if we clear parent input text fieldSummary: I want to clear all subfields derived from the parent text input field 'Scan Issue Material' Content (required): Version (include the version you are using, if … -
Embedding B2C Answers component in VBCSSummary: Hi All, When we try to add the script tag & div tag provided by rightnow or B2B in VBCS, it works only on the index.html or the root page. However, if it is pla… -
How to deselect a row in the event action chain on multiple select table in VBCS?Summary: How to deselect a row in the event action chain on multiple select table in VBCS? Content (required): We are displaying table data fetched from backend where us…