UI
Discussion List
-
How to implement pagination in ArrayDataProvider(ADP)?Content Hi All, I have invoke the REST API and store data in ADP and display in a table. Need to know how to implement pagination in ADP? Thanks, Vijay
-
VBCS PagesSummary Is it possible to display different pages (edit, list) on a single page?Content Hi everyone, I was wondering if it was possible to display the list page and the …User_2025-02-05-04-36-55-830 18 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Filtering and sorting in VBCS is not working while implementing using rest servicesContent Hi Team, I have followed below link to perform filtering and sorting in vbcs. It works fine for the table which i have drag and dropped from Business Object. But…User_2025-01-31-15-10-49-714 58 views 4 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Table records is not visible to another admin userSummary Table records is not visible to another admin userContent Hi All, I am facing an issue, I am pulling the data from rest Service( rest Exposed Integration) in a t…
-
List of values component in ArrayDataProviderContent Created a ArrayDataProvider variable and assign the object type to it. When i drag the ADP to table component getting all inputext component. I cannot able drag …
-
Service connection calls doesn't work with filter criterionSummary Service connection calls doesn't work with filter criterion, but business object endpoints doContent I tried creating a select dropdown which has values dynamica…User_2025-02-04-14-58-25-903 24 views 10 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Implement google Maps with multiple markers in VBCSContent Hi , I am trying to add google maps with multiple markers in VBCS. Am trying to add the script tag in Design page But page is not getting loaded. It is showing t…
-
Filter criteria using requestTransformOptions in rest endpointContent Need to filter the data based on criteria using requestTransformOptions in rest endpoint. In requestTransformOptions having the filter criteria where i can pass …
-
regExp in Visual BuilderSummary Attempting to Implement Pattern MatchContent Hello, I need some guidance on how to best go about validating a field for a particular pattern. I've tried implemen…Stephen Bryant-131052 45 views 12 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Batch Request: Providing authentication credentialsContent Hi All, I'm trying to batch update a Business Object. It may be that the endpoint is not being updated since username and password aren't provided. Is there a vi…User_2025-02-04-12-06-50-154 10 views 3 comments 0 points Most recent by User_2025-02-04-21-30-51-376 Visual Builder
-
Calculate Total on a Table ColumnSummary Calculate Total (Custom Footer Template)Content Hello, I need a little guidance here. I've added a Custom Footer Template to my table but I am unsure how to popu…Stephen Bryant-131052 17 views 0 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
VBCS: Reading swagger file of Oracle PCS API failsSummary VBCS: Reading swagger file of Oracle PCS API fails, also no ADF available as far as I knowContent Dear all, Our goal is to use the Oracle PCS API: https://docs.o…
-
Disabling specific row columns on a tableSummary Disabling specific row columns on a table in case of an eventContent Hello, My requirement is to disable some specific table row columns on a drop down event on …User_2025-02-04-06-54-05-326 38 views 0 comments 0 points Most recent by User_2025-02-04-06-54-05-326 Visual Builder
-
How to get Rest Api data in vbcsContent Hi All, I m new to VBCS Visual Builder Application. https://technology.amis.nl/2018/05/25/5-main-concepts-of-the-new-visual-builder-cloud-service/ I followed abo…User_2025-01-31-15-10-49-714 56 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Table gets updated twice instead of onceContent Hi All, I have a table and a dropdown (oj-select-one) objects. By the option the user clicks on in the dropdown, the table gets updated (te dropdown is used as a…User_2025-02-04-12-06-50-154 4 views 4 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Not able to reset arraydataprovider variableContent I have a table with data populating from arraydataprovider. I have dragged and dropped a select-one element in one of the column and set the value for the select…
-
Compare Amount in UI Field to Business Object dataSummary Verify funds are available for a transactionContent Hello, I have a transaction screen where I want to verify that funds are available for a given transaction be…Stephen Bryant-131052 17 views 5 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Translatable Placeholder StringSummary How do we translate the string placed under the Placeholder of input text elementContent Hi Team, How do we translate the placeholder string of an input text ele…
-
Not able to escape / in VBCSSummary Not able to escape / in VBCS when invoking Rest ServiceContent Hi All, I am consuming rest Service http://hostname:port/lbsapi/location/{location} Ex-http://host…
-
Data from staged BO is not visible in UIContent I have staged my application and the staged BO has data. But when I run the staged application, data from staged BO is not visible in UI, the data from developme…
-
Customizing a VBCS Template Design and CSS. (Changes by code source)Summary Step by step on how to customize VBCS Template code as well as graphic components code.Content Hey experts! Enjoy this example focused on customize the design th…
-
Role based security for VBCS componentSummary Role based security for VBCS componentContent Hi, We are trying to implement the role based security for VBCS component. we have followed below steps: 1) Created…
-
Error 504 (Gateway Time-out) while calling Integration from VBCS ApplicationSummary Error 504 (Gateway Time-out) while calling Integration from VBCS ApplicationContent Hi Experts, We are facing “Error 504 (Gateway Time-out)” while calling one of…
-
How to Calculate a Running TotalSummary Header Field to total the Line Amounts belowContent Hello, I have a page designed (attached) that includes a Header Section and Lines Section. There can be many …Stephen Bryant-131052 31 views 3 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Not able to copy the content from Grid/Flex component from the Live VBCS page.Content Hi Experts, We have developed a search page using VBCS and using Flex and GRID containers for displaying the search results. However, we are not able to copy the…
-
Another Nagging Issue with LOVs and ArraysSummary LOV Array - values repeating for all rowsContent Hello, I have an array tied to a table and the array is populated when the page loads. I have an LOV on one of t…Stephen Bryant-131052 22 views 3 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Customizing a VBCS Template Design and CSS.Summary Step by step on how to customize VBCS Template as well as graphic components.Content Hey experts! Enjoy this example focused on customize the design through sour…
-
LOV IssueSummary LOV will not pull dataContent Hello, Here is my situation: I've defined the following in accord with Shay's "LOV Tips Video": * Business Object to Store my LOV v…Stephen Bryant-131052 28 views 2 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Calling a Restful webservice with file object in VBCSSummary What are widget available to upload the file from local directory in VBCS? How to initiate a multiform data request type from VBCS to OMC 19A and send the file h…
-
VBCS Apps Not ListedSummary VBCS apps not listed after creationContent I have imported a new application into VBCS. It shows initially, but after some time the app is no longer shown on the…