SoftadminGuide.Parameter_UneditableText_Create

Type: Stored procedure

Creates a uneditable 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.
@IgnoreOnSave optional bit
Indicates whether the value is ignored on save. Default: 1.