Need a little help!

I am attempting to use the HideOnStartup for one of the group bar menu options, so the menu area is not accessible to all users. 

How would do I get the HideOnStartup to change to 'False' for certain users?

Having been trying to use the following with no success...  What am I missing?

PROPERTY <Component ID> HideOnStartup 'FALSE'

The Group Bar menu option (Component ID) value is Employees


Example

IF vnetuser = 'anne' THEN
    PROPERTY Employees HideOnStartup 'FALSE'
   ENDIF
RETURN



Thanks,
Anne

Reply via email to