PartBase Class |
Namespace: FactoryLogix.xTend.DataObjects
The PartBase type exposes the following members.
Name | Description | |
---|---|---|
Active |
A boolean flag indicating whether this part revision is the currently active revision that should be used
by default when spawning production batches (production orders) to build this part.
| |
CurrentVersion |
A boolean flag indicating that this revision of the part is the version that should be used in production
by default, unless otherwise specified.
| |
CustomFieldValues |
A list of any custom fields values that have been defined for this part.
| |
Description |
A human readable summary of the nature ot this part.
| |
Id |
A unique identifier for this particular part (corresponds to the primary key in the FactoryLogix database)
| |
LatestVersion |
A boolean flag indicating whether this part revision represents the most recent or latest version
of this particular part.
| |
PartNumber |
The human readable identifier for this part, typically known at its Part Number.
| |
Revision |
The revision of the part. Not all parts have revisions. Typically, revisons are associated
with internal parts that are designated as assemblies and are manufactured within the factory environment.
| |
Sequence |
The display sequence number for this part revision within its revision chain
(different revisions of the same part). May also indicate order of precedence
for alternate part assignments.
|