Chapter 4: Creating and Managing Business Objects
In the previous chapter, we learned about various VB building blocks such as Business Objects, Service Connections, Events, Action Chains, and so on. This chapter is dedicated to exploring the functionality of Business Objects, how to create them, how to establish a relationship between Business Objects, various business rules, and Business Object REST APIs.
Once you understand how to create a Business Object and how different options that make up the Business Object work together, one of the useful components for a web or mobile application, then you will be able to easily use them. Business Objects are reusable components and once created, they can be used in multiple web or mobile applications.
In this chapter, we will cover the following topics:
- Creating and modifying a Business Object
- Creating business rules in a Business Object
- Managing Business Object data
- Exploring Business Object REST APIs
- Switching...