Click here for an overview of saving into iManage.
Use this XpressDox command to set a document property in a Document Management System
SetProfileProperty enables the template author to set a document 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 custom field 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')»
«ChooseFromHzRDBList(Letter_type,,Draft,Final)»
«SetProfileProperty('custom13',Letter_type)»
«Caption(Letter_type,Document type)»
This example sets the iManage property ‘custom13’ (lower case ‘c’) to the value of either Draft or Final, whichever the user selects in the XpressDox interview. The value can be seen in the document properties in iManage.
NetDocuments:
An example of setting a NetDocuments property would be:
«SetProfileProperty(7,’LITIGATION’)»