Index
Main Menu
Video Courses
Watch structured video courses
Knowledge Base
Visit our User Forum for discussions & solutions
August 20, 2026
SetDataProfileProperty
SetProfileProperty profiles the assembled document; SetDataProfileProperty does the same job for the data set. Use it where the data set is filed into the DMS alongside the document and needs metadata of its own. The parameters are the same as for SetProfileProperty: the property, then the value. In iManage the property is the name of a custom field, in lower case; in NetDocuments it is the numeric field id.
«Comment(Profile the document)»
«SetProfileProperty('custom13',Letter_type)»
«Comment(Profile the data set filed with it)»
«SetDataProfileProperty('custom14','Corr data')»
| Parameter | Explanation |
| Property | iManage: the name of the custom field, such as ‘custom13’. NetDocuments: the numeric field id. |
| Value | Either hard-coded text in single quotes, or a data element or variable, in which case the value the user captured is used. |
The two commands are independent. Setting a property on the document does not set it on the data set, so where both need the same value, issue both commands.