$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Within the Aptify system, all of the data that an organization tracks is associated with at least one service. Services contain data of a specific type, such as Company data, Employee data, Order data, and so forth. These services then provide a wealth of functions that allow the user to effectively manipulate different types of data. Each service provides a combination of standard, -application-wide functions as well as functions that only relate to that type of data.
Info: In Aptify, services are equivalent to entities. The term service is more commonly used when describing system functionality to end users. The term entity is used to discuss the more technical issues. Not every entity becomes a service, however, as some entities are sub-types to another service.
The Entities service is an essential administrator and developer tool used to manage all aspects of every service in the Aptify system. The Entities service is used to create and modify the meta-data -associated with each service in the system. This service is used to create and edit all other services within the Aptify system. The most important benefit provided by the Entities service is that it allows almost all Aptify meta-data development to occur from the Aptify front-end interface. All database objects (such as SQL stored procedures, triggers, and table schemas) and front-end -configurations (such as organization-specific graphical user interfaces, Aptify wizard consignments, or report handling) may be administered from the Entities service. Each Entities record corresponds to a top-level service (which is visible in the Folder List) or to a sub-type (which appears as a tab within a parent service and is not visible in the Folder List).
Each entity in Aptify utilizes the functionality of the Generic Entity (GE). A developer can also modify system behavior for a particular entity by writing an entity object and associating this object with the entity's Entities record. See "Creating Entity Plug-in Objects" on pageĀ 227 for information on the GE and entity objects.
This topic contains the following sub-topics that provide information about the use of entities in the Motor Loaner Sample Application
Info: For more information on managing entities, see Administering Entities chapter of the Aptify Administration Guide.
<child display>
Related Topics

  • Creating Entities
  • Note Concerning Entity Cloning and Templates
  • Creating a New Entity
  • Creating Multiple Base Tables
  • Creating Sub-Type Entities
  • Defining the Sort Order for Sub-Type Listings
  • Defining Entity Fields
  • General Steps for Creating a Field
  • Creating a Field of a Specific Type
  • About the Supported SQL Types
  • Administering Embedded Database Objects
  • No labels