@ParameterName
mandatory
varchar(1000)
The parameter name, used to refer to this field by other fields and when getting the value from the multicontrol.
@Label
mandatory
varchar(1000)
The parameter label.
@ParentTableParameterName
mandatory
varchar(600)
The parameter name of a field created using SoftadminGuide.Parameter_Table_Create.
@Description
optional
nvarchar(max)
Description for the field.
@IsMandatory
optional
bit
Whether the field should be mandatory.
Default: 0.
@Recursive
optional
bit
Whether or not to recursively find parent tables.
Default: 1.