Unable to access the view PSROLEUSER_VW
Hi Team,
From the component USERMAINT, Record PSOPRDEFN event SavePostChange I am unable to access the scroll PSROLEUSER_VW which is very much in the grid of the page USER_ROLES.
My code is as below.
Local Rowset &rlrs0, &rlrs1;
Local Row &rlrow;
Component string &WhereClause;
&rlrs0 = GetLevel0();
&rlrs1 = GetLevel0()(1).GetRowset(Scroll.PSROLEUSER_VW);
I get the error "Class row method GetRowset scroll PSROLEUSER_VW " is invalid.
Has anyone faced this issue? Please let me know.