Each directory of this repository represents an example that can be used within Visual Builder Cloud Services (VBCS), with the exception of ApplicationsCloudUITheme which is a JET project used to create a Theme (look and feel) for VBCS to use.
+ _sample_name_
+ LICENSE.txt
+ README.md
+ resources
+ _sample_name_.zip
The license governs rights to the sample.
The readme.md file in each sample describes what the sample does and what you need in order to run it. Any dependencies or prerequisites will be called out in this file.
The resources directory contains the source code for the sample. This is provided as a convenience in case you just want to browse the code in the git repository without installing the sample.
The zip file is the final packaged sample. Download the zip file from this repository. You can then use the "Import" > "Application from File" button in the Visual Builder landing page to load the sample into your Visual Builder environment. Some samples may require additional setup which will be documented in that sample's README.md file.
Depending on the sample, there may be additional resources made available in order to facilate use of the sample.
This sample shows how server-side triggers and scripting can be used to implement custom business rules in the application.
This sample explores Many:One and Many:Many relationships and performing CRUD operations on related data.
Simple application with pages for data retrieval (fetch), create, udpdate, and delete operations on a business object.
This sample shows three cascading combo boxes and how a city selection can be broken down first into selection of continent, then country in that content, and finally city in that country.
Application demonstrates several techniques for implementing drill down from a list to another page with details from the selected row.
This sample demonstrates how business objects can be created from a spreadsheet or csv file.
This application presents 3 levels of master-detail on a single page.
Sample application with tabs in the header area used for navigation between pages.
This sample shows how to consume an external REST API and create custom UI to interact with the data from that API.
This is the source code project for a custom SaaS theme for use in JET and VBCS projects. See the README.md file for information on how to generate and install the theme.