Hi.
I need to hide some personal information fields from a form, let’s say “formA”. In other words, some user can see those fields some others can not. I am going to do this way:
i will duplicate “formA” and call the duplicate “formA_nopersonal”. Then in this copy i will hide the fields i need to hide. Then i will link both the forms in the same menu that will be the top menu of my project.
i will assign user1 the right to see “formA” but not “formA_nopersonal” because he can see every field. Then i will assign user2 the right ti see “formA_nopersonal” but not “formA”. This should prevent that the user1 and user2 see duplicate items in the menu. is it right or they will see menu items ttwice? (one for the formA and the other one for formA_nopersonal)?
there is a more proper way to achieve this goal?
Thanks