SoftadminGuide.Parameter_Table_Create

Type: Stored procedure

Creates a standardized control to select a table.

Expects a table #SoftadminGuideMultiControl created by SoftadminGuide.Parameter_MultiControl_Definition.

Must use [SoftadminGuide.ParseParameter_Table_GetName] or [SoftadminGuide.ParseParameter_Table_GetObjectId] to get the value of the field.

Parameters

@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.
@Description optional nvarchar(max)
Description for the field.
@IsMandatory optional bit
Whether the field should be mandatory. Default: 1.