You can no longer post new replies to this discussion. If you have a question you can start a new discussion
docs converted to Multi-file docs lose naming script connection e.g version
Former Member
As soon as you convert a document to a multi-file document you loose the naming convention connection that is applied to the document. For Example, My naming convention includes the version so that it automatically updates the version in the Title as you check in etc. so that when document is sent to client it contains correct version number in its title. When you change document(check Out and In) the multi-file version changes but not the document inside. Is there anyway we can fix this or is there a way to disable multi-file document conversions.
You should think a multi-file document as a folder that can contain multiple files. The name of the multi-file document is the collective name for all files and you cannot have multiple files with the same file name and extension within a multi-file document.
If you want to apply naming conventions to the document files inside a multi-file document, you can use the BeforeCheckInChanges eventhandler to rename individual files.
You should think a multi-file document as a folder that can contain multiple files. The name of the multi-file document is the collective name for all files and you cannot have multiple files with the same file name and extension within a multi-file document.
If you want to apply naming conventions to the document files inside a multi-file document, you can use the BeforeCheckInChanges eventhandler to rename individual files.