AddField
This method adds a field to the workdoc.
Syntax
AddField (Name as String)
Parameter | Description |
---|---|
Name | Contains the name for the new field |
Sample Code
The following sample code adds the field "AdditionalField" to the workdoc
pWorkdoc.AddField("AdditionalField")