Attribute Name | Description
|
---|
ClassName | Name of the Java class for this object (if any).
For example, psdi.app.equipment.EquipmentSet .
|
Description | Freeform description.
|
EauditEnabled | Identifies whether any of the attributes on this
table are enabled for EAUDIT. The individual attribute flags are on
MaxAttribute (EAuditEnabled attribute).
Also see MaxTable (EAuditTbname attribute).
|
EauditFilter | The SQL for EAUDIT table filter (if any).
|
EntityName | The name of the table or view.
If this is a persistent object, entityname is foreign key to maxtable(tablename) or maxview(viewname).
If this is a non-persistent object, then EntityName must be null.
|
EsigFilter | The SQL for ESIG table filter (if any).
|
ExtendsObject | If this is a view that extends another object (view or table), this
is the name of the parent it is extended from. This is used for determining the
parent java class (maxobject.classname where objectname = this extendsobject) and for
populating the attributes in the Config UI.
If this is a table, then ExtendsObject must be null.
|
Imported | Indicates whether the object's entityname pre-existed on the native database.
|
Internal | True if this object is for Maximo internal use only (such as Maximo metadata tables);
False for everything else.
|
IsView | True if this is a view, False if this is a table.
|
MainObject | Indicates whether this is considered to be a main object for Workflow.
Typically, this will mean that a row exists in MaxApps with maintbname equal to this objectname.
However, there is no edit check enforcing this. The flag must be properly set by the user.
|
ObjectName | The name of the object.
|
Persistent | Indicates whether the data is stored on the database.
True for a table or view that is defined on the native database.
|
ServiceName | Foreign key to MaxService .
|
SiteOrgType | Identifies the scope of this table.
SYSTEM is a system-level table.
SITE is a site-level table.
ORG is an organization-level table.
|
UserDefined | Indicates whether this object was added by a user via the Config
application. This is False for Maximo objects.
|