Skip to main content
Nintex Community Menu Bar

Reading document metadata with K2SPSList

  • August 17, 2007
  • 2 replies
  • 9 views

Forum|alt.badge.img+4
I am using the SetDocumentMetaData to set properties of SPFiles through the K2SPSList web service. I need to read this data back in another process, but there doesnt appear to be any GetDocumentMetaData or equivalent function. What is the easiest way to achieve this? Thanks

2 replies

Forum|alt.badge.img+5
  • August 17, 2007

You use the SharePoint 2003 Document event and on the second sceen of the wizard it asks you want action you want to perform.  On the right, select to GetDocumentMetaData.


-mike


Forum|alt.badge.img+4
  • Author
  • August 17, 2007
Thanks Mike. I always forget about using the wizard because it doesnt seem to work properly here. I can normally get it set up enough to extract the necessary info though.