cancel
Showing results for 
Search instead for 
Did you mean: 

GP: Input Parameter dependent on User

Former Member
0 Kudos

Hi Experts,

is it possible to set an Input Parameter (Type boolean) dependent on the User (or Group)?

I want two types of Usergroupes, if the user is member of the first group it should return TRUE, and the second group should return FALSE.

Dont know how to implement it with Guided Procedures.

Thanks for your help!

Accepted Solutions (1)

Accepted Solutions (1)

former_member198228
Active Participant
0 Kudos

hello Wolfgang,

you could use a business logic callable object and put an expression in there to compare and set your input parameter. alternatively you could also write a simple java class that sets this for you and insert it as a callable object within your GP

Hope that helps

Abdul

Former Member
0 Kudos

Hi Abdul,

thanks for your reply, i try it with a java class, as you see here

i stumbled over a few problems, pherhaps you can have a look

Answers (0)