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.
A portion of the global.asa file is shown here for reference:
/**************************************************************
GLOBAL APPLICATION VARIABLES
**************************************************************/
// permant storage location for attachments
//The following line needs to be modified:
Application.Contents('attach_dir') = '\\\\file_server\\attachments_dir\\';
// maximum attachment size (in kilobytes) (1024 KB = 1 MB)
Application.Contents('max_attach_size') = 2048;
//Define whether the ID numbers of queueable objects can be converted
//to an integer or not.
Application.Contents('bCaseIdIsNumeric') = true;
Application.Contents('bSubcaseIdIsNumeric') = true;
Application.Contents('bSolutionIdIsNumeric') = true;
Application.Contents('bCRIdIsNumeric') = true;
Application.Contents('bDemandDtlIdIsNumeric') = true;
Application.Contents('bAIIdIsNumeric') = true;
See Also |
Next |