SoftadminGuide.FieldGeneric_Textbox

Type: Stored procedure

Creates a text contol.

Expects a table #SoftadminGuideMultiControl created by SoftadminGuide.Field_MultiControl_Definition.

Parameters

@FieldName mandatory varchar(100)
The field name, used to refer to this field by other fields and when getting the value from the multi-control.
@Label mandatory varchar(1000)
@Description mandatory nvarchar(max)
@IsMandatory optional bit
Default 0.