Community Q&A

Ask questions, share solutions, and learn from the VBCS community.

Ask Question
Best way to handle REST API errors from OIC?
Integration Specialist 3/16/2024 5 Votes 0 Answers
My VBCS app calls an OIC integration via REST. What's the best practice for catching and displaying errors returned from OIC?...
error handling
oic
rest
integration
How to pass data between pages in VBCS?
New Dev 3/15/2024 10 Votes 1 Answers
I have two pages in my VBCS app. How can I send data (like a record ID) from a table on Page 1 to a form on Page 2?...
navigation
data transfer
variables
Styling custom web components in VBCS
UI Designer 3/14/2024 15 Votes 1 Answers
I've imported a custom web component. How can I apply custom CSS styles to it that override its default styles?...
css
styling
web components
Optimizing Table Load Performance with Large Datasets
Performance Pro 3/13/2024 22 Votes 1 Answers
My table component takes a long time to load when fetching thousands of records. How can I improve performance?...
performance
table
pagination
lazy loading