22 de julio de 2009

Aplicacion para Editar contenido de Listas

Asi es, esto seria como el Cliente Winform para SharePoint, es un nuevo proyecto que nos da varias opciones adicionales a la clasica edicion de items via Web con SharePoint y mejor incluso que la vista en el tipo Hoja de calculo.

ListItemEditor

Entre sus funcionalidades estan :

Main features:

  • you can open SharePoint lists and libraries using both the SharePoint object model and the standard SharePoint web services (for the second mode you don't need to have SharePoint installed on the machine you run the tool on)
  • you can select the fields to be displayed for editing, specify a CAML query for the result set, select a specific SharePoint list view
  • copy-paste of single cells, rows, columns, regions; paste of multiple new items possible
  • batch check in/out for document libraries
  • batch setting of moderation/approval status
  • the update of items automatically resyncs the items, so readonly/system fields get refetched from the source list
  • the changing of the FileLeafRef field renames the file for document libraries
  • the row header shows proper icons for checked out documents, the approval status and whether the item was modified in the editor
  • different icons for documents checked out by the current user and other users
  • "combo for lookups" option - lookup fields can be displayed as plain text or as drop-downs
  • "explorer" button - opens the standard web folder windows explorer view with the contents of the selected library/list (see note below)
  • "explorer" button can also browse the containing web
  • "browse attachments" context menu item - opens the web folder windows explorer view with the location of the list item's attachments
  • "suppress events" option for list item updating when the WSS object model is used - the synchronous and asynchronous events are enabled/disabled when the list items are being updated

El Proyecto lo encuentran en Codeplex : http://splistitemeditor.codeplex.com/

No hay comentarios.: