This course is only available via a subscription to the OpenEdge 11 Developer learning path at $1500 USD per user per year. See How to Subscribe below.
Progress OpenEdge Data Object Services provide client access to OpenEdge ABL application data. The business logic part of the ABL application includes Business Entity classes, whose instances run in an application server and provide data to the Data Object Services.
In this course, you will learn the requirements for developing a Business Entity and how the methods of a Business Entity are used to provide CRUD and Submit access to application data. First, you will learn how to create business entities using the New Business Entity wizard in Developer Studio. Then you will learn how you can customize generated code for your application. Finally, you will learn how you can create a Business Entity wrapper for an external procedure so that the procedure can be used to provide access to application data by the Data Object Service.