Click here for an overview of saving into iManage.
Use this XpressDox command to set a property in a Document Management System
SetProfileProperty enables the template author to set a property in the assembled document, specifically for use in the profiling of documents in a Document Management System such as iManage or NetDocuments.
The function takes 2 parameters; the profile name, and a value which can be hard coded or set dynamically.
iManage:
An example of setting an iManage property would be:
«Comment(Set the property to a hard coded value)»
«SetProfileProperty(custom13,'PROPERTY')»
«Comment(Set the property to an XpressDox function)»
«SetProfileProperty(custom13,WindowsLogonUser(!)»
This example sets the iManage property ‘custom13’ (lower case ‘c’) to the value of WindowsLogonUser.
NetDocuments:
An example of setting a NetDocuments property would be:
«SetProfileProperty(7,’LITIGATION’)»