cancel
Showing results for 
Search instead for 
Did you mean: 

POWL rendering

Former Member
0 Kudos

Hello,

I have a requirement in our application where authorization check is being done in the constructor of a class (which has other POWL methods in it)and when it fails, it should exit from further processing and display the error message without rendering the field catalog or selection criteria in the view.

Regards,

Smitha.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Do a similar check in the GET~objects method of the powl and if the check fails, just add the messages to the E_MESSAGES of the powl method.

The powl execution stops and the Message is displayed.

Rgards,

Kiran