Today I had a client request to automatically generate a Sequence Number for a document when it gets added to a library. The ID field could be used to serve this function, but they wanted the sequence to start at 1000 instead of 1. To achieve this, I decided to use a workflow in Designer to prove out...