Use the New Business Entity wizard
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Using the New Business Entity wizard, you can create a Data Object interface that contains one of the following:
- A single Read operation
- A full set of CRUD operations
- A full set of CRUD operations plus the Submit operation
Note: You must use the Define Service Interface wizard to create custom Invoke operations.
You can use the New Business Entity wizard to create:
- Operations with empty methods defined with required parameters and annotations
- Fully functional operations for a selected database table
Before you use the New Business Entity wizard to create operations with empty methods, you must define a data model.
Note: If the data model is a ProDataSet with multiple temp-tables, the New Business Entity wizard also defines a separate invoke operation for each temp-table.
Before you use the New Business Entity wizard to create fully functional operations for a selected table, you must start the database and ensure that it is connected to the ABL Web App project in Developer Studio.