I have a request form with different questions. These questions should be answered by certain persons.
Therefore I have created a workflow, and depending on the status, a mail is sent to a person, with the request to answer the questions.
I want that when a person logs in, he will see only the questions that he should answer.
and only the admin should see all the questions.
So the persons work should be made easier and only their questions should be seen.
how can i modify the view for persons? And how can I say that for example person A should only see questions 1 and 2 and person B should see questions 3 and 4 to answer.
and i as admin want to see all questions and answers after my login.
i hope i could explain it well.
:) Thanks in advance