Your local model is the file that stores the structure and functionality of the application you are building. In your model, you create and define objects.
In this lesson, you create an entity called Project. The Project entity uses fields to store information about itself, such as its start and end dates. You define functions to enable end users to create, modify, and delete projects. Entities, fields, and functions are all types of objects. For more information on definitions of the various object types, see Objects in the chapter “Introduction.”
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |