J
Johan Verrept
Hello,
I have been looking for a while now for a constructive way to enforce
filename policies in our sharepoint document libraries when saving from
Office, without results. I have looked into the following options:
* generating a default document name for saving in Word. I could not get
this to work. Depending on which SaveAs dialog I used, I could set the
initial filename but lose the URL to the document library or have the path
but no control of the initial filename.
* Using an ItemAdded or ItemAdding event handler on the sharepoint
document library. Refusing bad filenames is trivial, but renaming the files
to something useful resulted in Word not finding the file it has just saved
(since it was not told about the changed name).
I cannot imagine this issue has not come up a 1000 times already, yet I seem
unable to find any site, blog or newsgroup that has a solution.
Am I missing something obvious or is this just not possible?
Thank you for any suggestion, idea or solution!
I have been looking for a while now for a constructive way to enforce
filename policies in our sharepoint document libraries when saving from
Office, without results. I have looked into the following options:
* generating a default document name for saving in Word. I could not get
this to work. Depending on which SaveAs dialog I used, I could set the
initial filename but lose the URL to the document library or have the path
but no control of the initial filename.
* Using an ItemAdded or ItemAdding event handler on the sharepoint
document library. Refusing bad filenames is trivial, but renaming the files
to something useful resulted in Word not finding the file it has just saved
(since it was not told about the changed name).
I cannot imagine this issue has not come up a 1000 times already, yet I seem
unable to find any site, blog or newsgroup that has a solution.
Am I missing something obvious or is this just not possible?
Thank you for any suggestion, idea or solution!