ProSteel Options - Files - Process Status Table Question

With ProStructures V8i Version 8.11.3.55, when you model in steel you can add an 'assignment' to the steel.

Beams, Colums and such....

When you go into PS Properties you can change the Assignment of the member to reflect the constructrion status of the steel. i.e. Planned, Ordered, Fabricated.....

However, Within the proSteel Options under the 'Files Tab'

and the' Process Status Table'

you should be able to change the color of the steel in your model bassed on the construction stage. This program I believe is out-of-the-box as listed below

----------------------------------------------------------------

; Process Information Table for ProSteel
; (C) Bentley Systems
;
;
; You may use the following Notation
;
; Index, ProcessStatus,ColorIndex;
;
;

1,None,-1;
2,Planned,1;
3,Ordered,2;
4,In Fabrication,3;
5,Fabricated,4;
6,In Delivery,5;
7,Delivered,6;
8,In Assembly,7;
9,Assembled,8;

-----------------------------------------------------------------------

the problem I am having is the color is NOT overriding the layer color that is previously set (PS_Shape).

So I am thinking the program is not correct or I need to change something else somewhere else in the program???