Skip to main content

I have an document library that has minor and major versioning switched on and content approval.


I would like to approve/reject a document depending on what the user chooses on there task.


i.e. if a user approves the document the K2 process should do the content approval and publish the document to a major version.


 


Regards


Jurie

On SharePoint, the K2SPFiles.asmx web service exposes several methods (Path is normally: http:///_vti_bin/K2spfiles.asmx) The two methods of particular interest for this scenario will be the “ApproveDocument” and “DenyDocument” methods. Passing in the parameters will either approve or reject an item


Reply