Hi
is it possible to make a condition on the selection. like if user is planner do this otherwise don't do this.
my case: I have a user_type (entity) contains planner, manager as members .
I created 2 users called user1 & user2.
for user1 I made security selection in the security profile and I selected planner
for user2 I made security selection in the security profile and I selected manager
and I have procedure called "open_plan" for plan initialization.
my requirement when user1 log in he should be able to initialize the plan and when user2 login it should throw error that "u can't initialize"
please suggest me how make condition on selection. Thanks in advance.