Masoud
Masoud

Reputation: 223

How to configure versioning setting for my document management

I would like to prepare a document management, the properties of each document is :

    Doc no        Revision       Created Date

My problem is major revision of each document starts from: 00 Second revision is: 01 Third revision is:02

Like below:

  Docno             Revision   Created Date
 Doc-0001            00          01-may-19
                     01          05-may-19
                     02          08-may-19

While Major Version setting of SharePoint starts from : 1 Second version is:2 Third version is:3

Now i do not know how i have to configure versioning setting of SharePoint because major version starts from:1 While i need major version starts from :0

I do not know is better i create a column for revision and manually change it or i can use versioning function of SharePoint some way?

Upvotes: 0

Views: 117

Answers (1)

Farhan
Farhan

Reputation: 887

The versioning in SharePoint works as per Industry standards. Try to use it as much and as far as you can rather than creating your own custom versioning system.

Keep in mind when you create your own you need to take into consideration as: maintaining history log, rollback to any previous version, snapshot of all versions, etc.

Upvotes: 1

Related Questions