Please can someone save me from pulling my hair out on this frustrating issue. New-ish to Sharepoint, using SPD 2010, Infopath 2010, not able to use Visual Studio.
I have a web form which I want to use to allow us to log issues onto a SP list. The form design is done, comprising three views:
Date entry view - needs to be shown only to members of a specific SP group called "EHS Team". This view allows anything on the form to be changed and submitted to the SP list.
Follow-up view - most of the fields are disabled, but allows for some data entry and marking an item as "Completed". Allows for submitting to the list. This form is to be accessible to another SP group called "Investigators"
I need to have the form switch to the correct viw upon loading. I've followed the steps in numerous online topics (here and here ) and have got the two Data connections (GetGroupCollectionFromUser and GetUserProfileByName), modified the XSD file to allow for more fields ot be visible etc, but I cannot get the views to switch.
In both descriptions, there is one step (after they modified the XSD file) where I am not sure, both referring to " Now right click on the manifest.xsf and choose Design. Choose GetUserProfileByName data connection and apply rules on the PropertyData field as following..."