Hi merley72,
I have had time to develop a better description of my problem/issue:
From SharePoint, an engineer clicks their InfoPath form which the GetUserProfileByName web service is used to get the name of the engineer.
The engineer form is displayed with the name of the engineer and is completed by the engineer. Once complete, the engineer submits the form/data to SharePoint, via the Submit button. The Submit Data Connection concatenates the Engineer’s name with some text.
Using a different view, a manager can update the Engineer’s data in the event he/she is not available, provided the wrong information, etc. However, when the manager accesses the engineer’s form, the manager’s name appears in the Engineer name field. I would like to change this behavior.
As a work around, I display the name of the person who last modified the form (usually the engineer). The manager then copies and pastes that name in the Engineer name field and clicks the submit button. Via the Submit Data Connection, the form is submitted with the engineer’s name (not the manager name).
If the manager forgets to change the engineer’s name, the form is submitted with the manager’s name and the engineer’s data.
I would like the form to always present the name of the user who created the form and submit via that name, regardless of the view.
Can this be done?
Thanks in Advance,
- Rodman