Hi,
I have a process called 'choose_form', and there are two rules on that process
RULE 1 :
CONDITION
LoggedinRegularUser.AccessLevel = 'Guest'
ACTION
VIEW LoggedInRegularUser USING 'Form_A'
RULE 2 :
CONDITION
LoggedinRegularUser.AccessLevel = 'Staff'
ACTION
VIEW LoggedInRegularUser USING 'Form_B'
on my VP -> Main, I have a command that says Start Process 'choose_form'