This topic is contained in the PDXpert help file: select Contents from the application's Help menu.
SourcePairView & SourcePairMasterView reference
The SourcePairView and SourcePairMasterView are parent-child lists of all items. A parent may have zero or more source child records. If a source child exists, the child's item attributes, preference rank and notes are included in the row; otherwise these values are null.
The SourcePairView is derived from the ItemView list of items, and excludes custom attributes from the parent and child items. The SourcePairMasterView is derived from the ItemMasterView list of items, and includes custom attributes.
A basic SQL statement is SELECT * FROM SourcePairView
Column definitions
There may exist in the view one or more "housekeeping" columns that have been reserved for PDXpert's private use. These columns' names begin with the prefix HK (for instance, HK1). Housekeeping columns may be redefined or eliminated in a future PDXpert release without notice. These will not be documented, and you should ignore these columns in your own SQL queries. Do not create any custom attributes that use the HK prefix. You may want to create a user-defined view that excludes the housekeeping columns.
The column ordering may not be exactly as shown in this table, and may change in a future PDXpert release. Use the column name, not ordinal position, in your SQL queries.
SourcePairView
| Column name | Data type | Record attribute |
|---|---|---|
| ItemId ... Notes | refer to the ItemView reference | parent item standard attributes |
| ItemId_Child ... Notes_Child | refer to the ItemView reference | approved source item standard attributes |
| Rank | integer | source row Rank |
| RowNotes | string | source row Notes |
SourcePairMasterView
| Column name | Data type | Record attribute |
|---|---|---|
| ItemId ... custom_Member | refer to the ItemMasterView reference | parent item standard and custom attributes |
| ItemId_Child ... custom_Member_Child | refer to the ItemMasterView reference | approved source item standard attributes |
| Rank | integer | source row Rank |
| RowNotes | string | source row Notes |
1175
Help topics describe the most current PDXpert PLM software release, and may differ from earlier releases.
