This topic is contained in the PDXpert help file: select Contents from the application's Help menu.

SourceItemMasterView reference

The SourceItemMasterView is specifically intended for use in a CAD environment for part look-up, where the CAD tool may require dedicated custom parameters and/or display up to three approved part sources.

The SourceItemMasterView is derived from the ItemMasterView list of items, and includes custom attributes from the parent and child items. In addition, up to 3 sources are shown side-by-side with the parent item; each set of source columns are identified by the suffixes _1, _2, and _3. Sources are listed in the order defined by the Rank shown on the parent list. Sources sharing the same rank value do not have a specified column order.

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.

Column name Data type Record attribute
ItemId ...  custom_Member refer to the ItemMasterView column reference help topic parent item standard and custom attributes
Rank_1 integer source 1 row Rank
RowNotes_1 string source 1 row Notes
Class_1 ... custom_Member_1 refer to the ItemMasterView help topic source 1 item standard and custom attributes
Rank_2 integer source 2 row Rank
RowNotes_2 string source 2 row Notes
Class_2 ... custom_Member_1 refer to the ItemMasterView help topic source 2 item standard and custom attributes
Rank_3 integer source 3 row Rank
RowNotes_3 string source 3 row Notes
Class_3 ... custom_Member_1 refer to the ItemMasterView help topic source 3 item standard and custom attributes

1174

Help topics describe the most current PDXpert PLM software release, and may differ from earlier releases.