Follow the below steps to create a Business Entity Schema:
- Open the application on web
- Login with an Admin a/c
- Goto menu Developer > App Builder > Business Entity
- In the Data Table component click on "+Business Entity"
- In the create Business Entity form in the side pane of the table.
- Choose the following fields
- Choose DB
- Choose Root Model and Options
- Choose Include Model and Options as required
- Call Following API(s)
- To get all data [backend api base url]/business/all/< Business Entity Name >
- To get individual data [backend api base url]/business/individual/< Business Entity Name >
- To get count [backend api base url]/business/count/< Business Entity Schema >