5.1.3.  Status indicating bitmaps for table view

An extended status display is used for the "DUMMY" role (i.e. not just green/red as with user"ecat", for example). You can recognize this by the fact that there are entries on the Display tab page in PARTadmin.

In the Condition column, the individual conditions are listed with the associated bitmap [Bitmap] and tooltip [Tooltip].

Status indicating bitmaps for table view

Status indicating bitmaps for table view

Condition Meaning

((ERP_PDM_NUMBER.NE.'').AND.(LOC1.NE.'x')
.AND.(LOC2.NE.'x').AND.(LOC3.NE.'x'))

ERP number not empty AND location 1 no 'x' marking AND location 2 no 'x' marking AND location 3 no 'x' marking

((ERP_PDM_NUMBER.NE.'').AND.(LOC1.NE.'x')
.AND.(LOC2.NE.'x').AND.(LOC3.EQ.'x'))

ERP number not empty AND location 1 no 'x' marking AND location 2 no 'x' marking AND location 3 with 'x' marking

((ERP_PDM_NUMBER.NE.'').AND.(LOC1.NE.'x')
.AND.(LOC2.EQ.'x').AND.(LOC3.NE.'x'))

ERP number not empty AND location 1 no 'x' marking AND location 2 with 'x' marking AND location 3 no 'x' marking

((ERP_PDM_NUMBER.NE.'').AND.(LOC1.NE.'x')
.AND.(LOC2.EQ.'x').AND.(LOC3.EQ.'x'))

ERP number not empty AND location 1 no 'x' marking AND location 2 with 'x' marking AND location 3 with 'x' marking

((ERP_PDM_NUMBER.NE.'').AND.(LOC1.EQ.'x')
.AND.(LOC2.NE.'x').AND.(LOC3.NE.'x'))

ERP number not empty AND location 1 with 'x' marking AND location 2 no 'x' marking AND location 3 no 'x' marking

((ERP_PDM_NUMBER.NE.'').AND.(LOC1.EQ.'x')
.AND.(LOC2.NE.'x').AND.(LOC3.EQ.'x'))

ERP number not empty AND location 1 with 'x' marking AND location 2 no 'x' marking AND location 3 with 'x' marking

((ERP_PDM_NUMBER.NE.'').AND.(LOC1.EQ.'x')
.AND.(LOC2.EQ.'x').AND.(LOC3.NE.'x'))

ERP number not empty AND location 1 with 'x' marking AND location 2 with 'x' marking AND location 3 no 'x' marking

((ERP_PDM_NUMBER.NE.'').AND.(LOC1.EQ.'x')
.AND.(LOC2.EQ.'x').AND.(LOC3.EQ.'x'))

ERP number not empty AND location 1 with 'x' marking AND location 2 with 'x' marking AND location 3 with 'x' marking

(ERP_PDM_NUMBER.EQ.'')

ERP number empty

The display should interlock sensibly with the setting for the preferred row [Preferred ranges].

Under Status bitmaps for table [Status indicating bitmaps for table view], the red icon is displayed for the condition (ERP_PDM_NUMBER.EQ.'') [no ERP number available] is displayed.

On the General tab page, the condition under Preferred series [Preferred ranges] (ERP_PDM_NUMBER.NE.'') is [A part is a preferred part if the ERP number is not empty, i.e. it exists].

The following figure shows all table rows unfiltered.

"Preferred ranges off" - Rows without ERP number visible

"Preferred ranges off" - Rows without ERP number visible

The following figure shows the table filtered with preferred ranges. Rows with are hidden.

"Preferred ranges on" - Rows without ERP number hidden

"Preferred ranges on" - Rows without ERP number hidden