SoftadminGuide.Parameter_Text_Create

Type: Stored procedure

Creates a text contol.

Expects a table #SoftadminGuideMultiControl created by SoftadminGuide.Parameter_MultiControl_Definition.

Parameters

@ParameterName mandatory varchar(1000)
The parameter name, used to refer to this field by other fields and when getting the value from the multi-control.
@Label mandatory varchar(1000)
The parameter label.
@Description mandatory nvarchar(max)
Description for the field.
@IsMandatory optional bit
Indicates whether the parameter is mandatory. Default: 0.