Quantcast
Channel: SharePoint Legacy Versions - Using SharePoint Designer, InfoPath and Other Customizations Forum
Viewing all articles
Browse latest Browse all 2319

two user edit infopath form same time.

$
0
0

infopath form with 2 field. Field1 and Field 2.

User 1 open the form and fill in Field1 ,but not yet click submit.

User 2 open the form and fill in Field2.

User 2 click submit. User 2 open the form and see the value of Field2.

User 1 click submit.

When open the infopath form, Field 1 was there ,but Field 2 was not. It is because xml of User 1 override xml of user 2.

On the submit event, i just basiclly do Dataconnections["SharePoint Library Submit"].Execute().

How to get around this?


Viewing all articles
Browse latest Browse all 2319

Trending Articles