T
Trent
Hi All,
We have an Outlook form application that when the custom form submits it
sends a copy of itself rather than just the data and reference to the
original form. This had to be done because the form has a workflow to it
and we do not have the ability to publish to the Organizational Forms
Folder.
The code behind the form references a Word template file on one of our file
servers. That file server is being decommissioned and the folder has been
migrated to a new server with a different path. I have modified the blank
forms code to the new path but all of the previously submitted forms still
point to the old location.
Is it possible to loop through all of the messages in a specific folder and
do a search and replace on the path to the template file?
I have seen scripts that replace the documents message class but nothing
that looks inside the code to do a replace.
We have 2,550 submitted forms just from this year and it would help
tremendously if I could automate a way to replace those paths by supplying
folder location, string to search for and string to replace with.
TIA.
Trent
We have an Outlook form application that when the custom form submits it
sends a copy of itself rather than just the data and reference to the
original form. This had to be done because the form has a workflow to it
and we do not have the ability to publish to the Organizational Forms
Folder.
The code behind the form references a Word template file on one of our file
servers. That file server is being decommissioned and the folder has been
migrated to a new server with a different path. I have modified the blank
forms code to the new path but all of the previously submitted forms still
point to the old location.
Is it possible to loop through all of the messages in a specific folder and
do a search and replace on the path to the template file?
I have seen scripts that replace the documents message class but nothing
that looks inside the code to do a replace.
We have 2,550 submitted forms just from this year and it would help
tremendously if I could automate a way to replace those paths by supplying
folder location, string to search for and string to replace with.
TIA.
Trent