Community,
When checked in the new document, IFS will name the document like “B100-R000026GEN-1-A1-1.TXT”. it is composed of document class+ document no+ Revision+ ….
my question is, is possible to have it appended with document title?
Thank you.
Community,
When checked in the new document, IFS will name the document like “B100-R000026GEN-1-A1-1.TXT”. it is composed of document class+ document no+ Revision+ ….
my question is, is possible to have it appended with document title?
Thank you.
Best answer by Mathias Dahl
Hi,
Why do you want to control the file name in the repository? At least end users should not care about it. This is the file name used to store the document in a FTP server or in a shared folder (in the database, no file name is needed as such).
We decided to concatenate all the primary keys of a document into a file name back in the day, since it was an easy way to make the file name unique and at the same time it provided some information about what document was kept on disk. Strictly however, we could have used a unique number (from a sequence) or even a long random unique file name.
Now, if you talk about the file name a user will see in a client, that is something different. Here, we have two options today: create a file name that starts with the title, then the keys combined inside parentheses. In theory a document macro can even rename a file after it has been downloaded to the user's PC.
If you really want to have the document title part of the repository file name, you need to customize the business logic (PL/SQL code) that generates it, but I would advice against it.
Thanks!
/Mathias
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.