2.7. User "release"

With the user selection"release" 4 columns are displayed for the marking 'xxxxx':

  • Requested by Engineer

  • Released by Standardization

  • Released by Material Check

  • Released by Purchasing Department

Export condition:

((ERP_PDM_NUMBER.NE.'').AND.(WORKFLOW_USER.EQ.'xxxxx')
   .AND.(WORKFLOW_STD.EQ.'xxxxx').AND.(WORKFLOW_MATQA.EQ.'xxxxx')
   .AND.(WORKFLOW_PD.EQ.'xxxxx'))

All 4 columns must contain the marking 'xxxxx'.

Status light:

Tabbed page Bitmaps -> Status indicating bitmaps for table view:

The status lights are controlled via the following logic:

  • Green: All 4 contain the marking 'xxxxx'

  • Yellow: Column for engineers, standardization and material check contain the marking 'xxxxx'

    Example row:

    (WORKFLOW_USER.EQ.'xxxxx').AND.(WORKFLOW_STD.EQ.'xxxxx').AND.
      (WORKFLOW_MATQA.EQ.'xxxxx').AND.(WORKFLOW_PD.NE.'xxxxx')

  • Orange: Column for engineers and standardization contain the marking 'xxxxx'

  • Red: Applied for by an engineer, but not yet released. Only his columns contain the marking 'xxxxx'.

  • White: No ERP_PDM_NUMBER

Tabbed page Bitmaps -> Status indicating bitmaps for table view:

Tabbed page Bitmaps -> Status indicating bitmaps for table view:

User: release - Role: Released by Standardization

User: release - Role: Released by Standardization