To share attachments with the Clarify Classic Client, configure a shared folder that both systems can use.
If these folders are mapped to the same network directory, then both clients will use the directory to store the attachments made to the Clarify objects. This is recommended if both Clarify and Dovetail Agent are using Attachments Anywhere functionality.
In Attachments Anywhere for Clarify
Set the following configuration items in the attach_config.dat file:
In Dovetail Agent
Modify the globals.asa page found in the pages folder. The 'attach_dir' application variable must point to the shared folder. Dovetail Agent always uses subdirectories for its attachments, unlike Attachments Anywhere for the Clarify client where this is optional.
The Virtual Directory that is referred to by the 'v_attach_dir' application variable must also point to the shared folder. The Virtual Directory that is referred to by the 'v_upload_dir' application variable just needs to point to a folder on the server. It is used by ASPSmartUpload to upload the files from the user, before it moves it to the attachments folder. A portion of the global.asa file is shown here for reference:
See Also |
Next |