Skip to main content
Nintex Community Menu Bar

Update item without minor version update

  • December 9, 2016
  • 1 reply
  • 23 views

Forum|alt.badge.img+1

Is there a way to update an item without updating the minor version?

Document Library, major and minor version enabled

1 reply

Forum|alt.badge.img+11
  • Nintex Partner
  • December 13, 2016

Hi Ricardo,

to update an SharePoint item without creating a new version you normally use the SystemUpdate()-method of the SharePoint-API. Unfortunately this is not available in Nintex. Not even the SharePoint-Webservices offer methods for processing a systemupdate. Therefore I only see two options at the moment:

1. Create your own web service to make use of the SystemUpdate()-method and call it from within your workflow.

2. Use the Lists.asmx web service to first deactivate versioning on the list, process your updates and re-activate versioning. Your major and minor versions will not be deleted by deactivating/reactivating versioning.

Lists.UpdateList Method (websvcLists) 

Cheers

Philipp