© 2023 Hashnode
#vbcs
Recently I have come across a lot of instances where there is confusion between Redwood Theme and Redwood Design System (aka Template Pattern). So let's get some more details on what these are. What i…
One of the common issues with an editable table was that when the number of columns was more we see behavior where "previous row data shows up in the current row being edited for a fraction of a secon…
We often have Tables in our VB screens which can contain large numbers of rows. We also may have requirements that provide a way to end users to filter data within it. If the table is hooked to SDP th…
Recently we were working on a VBCS UI to create AP invoices. Part of that requirement was that users should be able to attach documents as well. Since it was from a VBCS UI we were looking for a pure…
In this article let us see how to zip the files and use its contents downstream. The sample application is present in my GIT here. One of the use case for this functionality is where the user can uplo…
In this article let us see an approach to upload the file selected by the user to UCM using VBCS. We will be using the REST service direct from VBCS without any OIC wrapper. While most of the steps me…
In one my previous blog I had written about parsing CSV data and that was very well received. Today let us use the popular SheetJS library to parse data from Excel to JSON/CSV. Import the library in V…
In this blog we will see how to use a library in Visual Builder to parse CSV data.The library we are using here is papaparse. Background We have come across many scenarios where there is a need to par…