P512000 Job Status Inquiry Screen Show Different Row Colors
P512000 Job Status Inquiry Screen Show Different Row Colors
Purpose of Document
What is routine which sets different fonts in P512000 (Job Status Inquiry-User Defined Columns)?
Answer:
First of all, fonts in Grid (row) is controlled by Grid System Function "Set Grid Font", which currently have 5 different color scheme as below,
- 1 = Bold Blue by calling Set Grid Font(FC Grid, , , <,Bold,10,Blue>)
- - Sequence Code is 1, 2, 3 or A
- - Category Subtotal is ON
- - Current row is Category Subtotal row
Or,
- - Sequence Code is NOT (1, 2, 3 or A)
- - Level of Detail is greater than 2
- - Current row is Project Subtotals
- 2 = Bold Navy by calling Set Grid Font(FC Grid, , , <,Bold,10,Navy>)
- - Sequence Code is NOT (1, 2, 3 or A)
- - Level of Detail is same with header level of detail
- - Current row is Project Subtotals
- 3 = Regular Navy by calling Set Grid Font(FC Grid, , , <,Regular,10,Navy>)
- - SequenceCode is C or T (Processing Option)
- - Accounts changes
- - Quantity Buckets are not zero
- 4 = Bold Black by calling Set Grid Font(FC Grid, , , <,Bold,10,Black>)
- - Sequence Code is NOT (1, 2, 3 or A)
- - Level of Detail is 1 or 2
- - Current row is Project Subtotals
<Internal_Only>This document is to be refined when coming back from my holiday (17-July-2016)</Internal_Only>