1 / 6

Submitting to Lists

Submitting to Lists. List services for use in InfoPath. Submitting to SharePoint. Traditionally, we employ the data connection wizard. Standard Connections. Pros. Cons. Easy to use wizard Simple to publish Zero code Easy learning curve. Difficult to move to a new system

ingo
Télécharger la présentation

Submitting to Lists

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Submitting to Lists List services for use in InfoPath

  2. Submitting to SharePoint • Traditionally, we employ the data connection wizard

  3. Standard Connections Pros Cons • Easy to use wizard • Simple to publish • Zero code • Easy learning curve • Difficult to move to a new system • Limitations in what can be linked • No inherent support for some SharePoint data storage • Did I mention difficult to move?

  4. Alternatives? Generally, this means getting into some code Using the list service at /_vti_bin/lists.asmx Employing our own web service Building a work-around with a 3rd party tool (ie a web service someone else has written)

  5. Using the List Service • Add Lists • Add/Update list content • Check in/out files • Delete attachments or list items • Get list and view • Get collection of list attachments • Get list items themselves • Update the values/settings of fields in list items • Submit data from one form to multiple libraries and lists simultaneously

  6. CAML Query • The core string is assembled with controlling variables below: • The rest of the command/data string is assembled with code further along By using a CAML Query, we construct a set of data that contains our list item data. These can be thought of as the “rows” in the list.

More Related