VBCS Notes (Learning Path)
VBCS Notes (Learning Path)
A business object is similar to database table, as it provides the structure for your
data; in fact, business objects are stored in a database. Your web application
accesses the business objects through their REST endpoints.
Shell Page is the container for the main content on the page.
Filter Criterion:
Operators start with $.
There should be no quotes for attributes in filter criterion.
Pagination in VBCS:
1. Scrolling Options Fetch Size – How many entries to load at a particular time
VBCS uses OJET in backend. So various operators which are used while filtering are defined
in the JET documentation.