Hi,
1. I have maintain all data in excel sheet.
2. created infopath library forms: Form A (External)& Form B (Internal)
3. Added content type now in library i can select Form A & Borm B content type on the ribbon bar file option in the library.
4. I have added a Page and used Infopath web part (Form A-External used) & Used Query Parameter webpart as well.
Question: wanted to give this page only read & write permission so external/Visiors people can fill the information only?
5. Even on Same library a workflow is attached once the form submitted it would be display information in library
Question: if another user enter same ID and this ID aleady exist the information would be updated (old+New) how i achievd?

Netaji JunghariPosted Oct 5, 2019, 2:12 PM
Habibur RahamanPosted Oct 5, 2019, 1:44 PM
Netaji JunghariPosted Oct 5, 2019, 12:40 PM
Habibur RahamanPosted Oct 4, 2019, 2:29 PM
// Create a Navigator object for the main DOM
XPathNavigator xnDoc = this.MainDataSource.CreateNavigator();
// Create Navigator objects for the fields we will
// use to modify the FolderUrl
XPathNavigator xnLocation = xnDoc.SelectSingleNode("my:myFields/my:strLocation", this.NamespaceManager);
XPathNavigator xnFolderName = xnDoc.SelectSingleNode("my:myFields/my:strFolderName", this.NamespaceManager);
// Get a reference to the submit data connection
FileSubmitConnection fc = (FileSubmitConnection)this.DataConnections["Main submit"];
Netaji JunghariPosted Oct 4, 2019, 1:03 AM
Habibur RahamanPosted Oct 3, 2019, 1:33 PM