Supported Windchill OOB PLM Fields¶
This table includes known out-of-box (OOB) field mappings for aP Connect and Windchill PLM systems.
| aP Connect Field | PLM Field |
|---|---|
| Part ID | ID |
| Part Number | Number |
| Revision Number | Version |
| Created At Date | Creator/CreatedOn |
| Created By User Email | Creator/EMail |
| Created By User Name | Creator/Name |
| Last Modified By Date | Modifier/LastModified |
| Last Modified By User Email | Modifier/EMail |
| Last Modified By User Name | Modifier/Name |
| Organization Description | Organization/Description |
| Organization Name | Organization/Name |
aP Connect also supports reading from Windchill OOB complex properties on WT Part objects. Supported properties include AssemblyMode, DefaultUnit, DefaultTraceCode, Source, and State.
For example, if the State property has multiple parameters :
{“Display”: “In Work”, “Value”: “INWORK”}
Then, to map to the Display parameter, define PLM Field in Connector Mappings as
<complex property>.<parameter>:
State.Display
For queries on complex properties, these operators are:
-
Supported:
- equal
- not equal
-
Not supported:
- contains
- begins with
- ends with