SoftadminGuide.FieldGeneric_UneditableText

Type: Stored procedure

Creates an uneditable 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)
@IgnoreOnSave mandatory bit
Whether the value is ignored on save (not passed to the InsertUpdate-procedure).