cancel
Showing results for 
Search instead for 
Did you mean: 

authorization check in POWL

0 Kudos

Hello!

I am trying to perform an authority check in the constructor of the POWL feeder class. If the authorization fails, I do not want all the methods of the feeder class to be executed at all. Is there a way to do this, other than handling all the methods individually?

( by checking for error messages before processing)

Thanks!

Maya

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