Hallo,
möchte eine Sharepoint Liste mit einem InfoPath-Formular füllen.
Geht das ohne .NET Programmierung? Wenn ja, wie? Kennt jemand einen Link zu einer Anleitung mit einem kleinen Beispiel?
Viele Grüße
posv
Versuch es mal mit
http://www.infopathdev.com/blogs/matt/archive/2006/02/02/Add-SharePoint-List-Items-with-InfoPath.aspx
Das sieht gut aus!
Vielen Dank Michael!
Hallo Michael,
vielleicht habe ich mich doch zu früh gefreut...
bei mir auf der Maschine funktioniert es einwandfei, aber beim Kunden läuft der Submit nicht.
Es ist eigentlich alles gleich...
Gibt es da noch etwas was man beachten muss... webdienst starten, oder so?
In den Kommentaren zu dem Artikel stehen ja diverse Einträge zum Submit-Problem, die beste Antwort dazu scheint mir diese zu sein
Okay, a couple notes about this article for some of the folks having troubles. First off: I did get it to work after a few trial and error moments, thanks for the great post!
On this step: "Add the submit section:
Open the Data Source task pane, and then choose Add List Item Template from the Data Source drop-down list.
Right-click the /Batch/Method/Field node, and then choose Repeating Table."
That threw me since that wasn't an option for my CAML in InfoPath 2007 designer since I only wanted to update one field in a Custom List I had created. What did work though: Just drag and drop that node onto the design surface. Then use the 'Field' node to add new data to the list.
Second thing that was causing me issues that I noted others had: My Custom List was several levels deep in my web application and would never get updated. My list was here: myserver/.../Status. So, using the web service located at the top level to UpdateListItems will not work. You have to use the web service specific to your site level. So, instead of myserver/.../lists.asmx I just used myserver/.../lists.asmx.
Allerdings bin ich nicht InfoPath-Spezi genug um hier detailiert weiterhelfen zu können.