I'm using Maximo 7.5
I try to enable/disable section for specific security group. So i created this expression :
1 = (select 1 from GROUPUSER where USERID = :&PERSONID& and groupname in ( 'GR_1', 'GR_2'))
My expression is associated with a sigoption and my sigoption is associated to the section. My sigoption has the rigth on my application.
When true --> inputmode = default
When false --> inputmode = readonly
But it doesn't work.
Is it right to use that SQL expression to do this? Or should I create a specific class to do this?