Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Search

History

8/13/2007 11:00:13 PM
pschroer@aras.com
8/13/2007 10:44:53 PM
pschroer@aras.com
List all versions List all versions
Terminology
.

Aras Innovator Terminology

Technobabble (aka Terminology)

Innovator uses a number of terms that are either completely unique or just defined a little differently than in other systems. I'll attempt to define a few of them here, with more to come later:

ItemType
An ItemType is a construct that defines the data structure and behavior of its instances (items), analogous to a class in the object-oriented world. Unlike a class, however, an ItemType is created using a simple user interface and stored in a database, making it much more dynamic and adaptable. Each ItemType has a corresponding table in the database to store its instances.
Item
An Item is an instance of an ItemType, and the basic building block of Innovator. Simply put, EVERYTHING in Innovator is an Item, be it a Document, a Purchase Order, a Form, a Workflow or whatever else. Each item corresponds to a row in the ItemType's table.
RelationshipType
RelationshipTypes define which ItemTypes are related to one another, and the behaviors of the relationship. RelationshipTypes have a Source ItemType (the parent), an optional Related ItemType (the child) and a Relationship ItemType.
Relationship
Also known as a Relationship Item, a Relationship is an instance of a Relationship ItemType. A Relationship has a Source Item and an optional Related Item. When no Related Item is specified, the Relationship is known as a Null Relationship.
Property
Form
A Form is a definable piece of the Innovator user interface, often used to view and edit instances of a particular ItemType. Forms are configured using a drag and drop utility, stored in the database, and rendered dynamically.
Field
Identity
AML
IOM

Recent Topics