How Can We Help?
Answer
Whenever creating entities, it is important to understand that their main purpose is to provide re-usability and be as all-encompassing as feasible.
An object in an entity is a direct correlation to the query/stored procedure/view that it would be using.
The properties in the object are usually the columns in the respective ‘select’ statement.
After creating the objects and properties, it is important to connect the objects to the actual queries.
Once this is done, views can be created that will serve as a platform to connect the entities to the fields/control elements on the activities.
Comments are closed.