PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center