UI
Discussion List
-
CORS error while calling API gateway API in VBCSSummary: Hi Experts I'm getting CORS error while calling API gateway REST API from VBCS as shown below, same API is working fine from POSTMAN. Any help here please why i… -
How to fire custom notification based on some calculationsSummary: Hi Experts I'm creating a editable table where user will be able to provide shareholding details, when it crosses 100% or less than 0% i want to fire the notifi… -
Backspace and delete on the onkeydown eventSummary: I want to clear table data when user do Backspace and delete on the onkeydown event on input text item. -
select single component passing index as key attribute on SDP and ADPSummary: Hi, we are facing an issue in the 23.10.2 version in SDP based select single component when the user selects the value from LOV it passes the index number as th… -
Converting web app to mobile app in vbcsSummary: we have VBCS web application and are trying to convert mobile app. I have looked at blog provided by shay, https://blogs.oracle.com/shay/post/converting-web-app… -
How to make action chain load in backgroundSummary: Hi Experts How to make a action chain to process in background without making the page load delayed. I have one REST API to be called whenever the application i… -
Specific table row selected on page loadSummary: Hi I am facing an issue while selecting specific rows of the table on the page load tried this cookbook example but the JS function not working not recognised. … -
how to stop row edit to complete if there are validation errorsSummary: Hi Experts In editable table i want the row edit mode not to complete if there are any validation error, can you please help me how to achieve this. I checked t… -
How to edit row on click on edit button instead of double clickSummary: Hi Experts I want to edit row in editable table on click of edit button in that row instead of double clicking on the row i.e. as shown below. How to achieve th… -
How to make the icon thick and dark colorSummary: Hi Experts I want to make the + icon in below screen to thick. how to do this please help. right now it is very thin and unnoticeable Content (please ensure you… -
How to pass fusion data to VBCS URL when embeddedSummary: Hi Experts I have developed a visual builder app to embed in fusion supplier page, here in vbcs page it accepts the supplier name to be passed in url i.e. as a … -
How to make error message under list that is required ?Summary: I have a list i want the user to choose but if he didn't choose a value then i want to put error message under this list that is required to have a value -
Editable table (ADP) how to delete few and modify few records on click of save buttonSummary: Hi Experts I have a editable table in which a user can update, delete, add records to the table, at the end when user clicks on Save button then the details hav… -
how to change the mouse pointer when I attach navigation events to controls such as textSummary: How to change the mouse pointer when I attach navigation events to controls such as text? Content (please ensure you mask any confidential information): Version… -
table component cursor is moved to top of the page when refreshedSummary: Hi Experts I have requirement where i'm navigating on click of a row in table to different page and post clicking on save and cancel button in new page the VBCS… -
What component can we use for export data from table in Redwood Starter theme?Summary: i have used the component for exporting table data. i am getting error message this component is not approve in Redwood Component. Content (please ensure you … -
Editable table validation for input values from userSummary: Hi Experts I have a requirement from customer i.e. to put validation to the input value from user in editable table. In below screenshot user has entered numeri… -
How to export time datatype in excel ?Summary: I am trying to export table data into excel but the column that has time datatype doesn't show in excel -
creating components progmaticallySummary: Hi, I have a use case where I need to create LOV component progmatically with data assigned to it depending on the number of elements in an array. Max this arra… -
How can i edit the UI of the button ?Summary: I want to change the color text in the button and make it round how to it. I tried to do it in CSS but it didn't work on oj-button -
Error while calling VBCS page URL with ip address instead of hostnameSummary: Hi Experts I'm trying to call VBCS page URL with oci load balancer which supports only ip address instead of hostname. Could you please help me how to call VBCS… -
Radio Set Button in List ViewSummary: Utilizing Radio Set Buttons within a List View layout. Content (please ensure you mask any confidential information): Hi All, When selecting a row, the associat… -
how to add filter by date option in a table that gets data from a service endpoint in vbcsSummary: There is a table in vbcs app that gets data from a service endpoint . one of the column in table is date. I need to provide an option to the user so that they c… -
How to add classes based on some conditionSummary: Hi Experts I want to add few css classes to component like input text field based on some condition like if the screen size is medium or large but I want to add… -
How to make report from data in VBCS ?Summary: I have data calculated inside VBCS and i want to make report with this data -
How to change the display mode of redwood page template ?Summary: How to change the display mode of redwood page template ? We have light/mixed display mode available in redwood templates. But I want to change the background c… -
List View - Selection IssueSummary: List View - Unable to Select of Multiple Row Content (please ensure you mask any confidential information): Hi All, In List View, Using Multiple select while Se… -
Attachment sync from SAAS to PaaS To Display on VBCS ScreenSummary: Hi Team, We need to Sync Attachments from SAAS to PaaS and display them on the Shipments screen in VBCS. Would like to understand, what can be the best approach… -
How to get client id secret for ORDS from REST endpoint for VBCS appSummary: Hi Experts In Visual Builder docs it is saying to get the ClientID and secret from SQL query and then use Oauth authentication method but we do not want to hard… -
How to get array of selected id in multi select tableSummary: Hi All, I am using cook book recipe for multi select in table which is working fine for my use case where I want id's of selected rows as long as user clicks se…