SoftadminGuide.Parameter_TableJoins_Create

Type: Stored procedure

Creates a standardized control to select a joins.

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 multicontrol.
@Label mandatory varchar(1000)
The parameter label.
@ParentTableParameterName mandatory varchar(600)
The parameter name of a field created using SoftadminGuide.Parameter_Table_Create.
@Description optional nvarchar(max)
Description for the field.
@IsMandatory optional bit
Whether the field should be mandatory. Default: 0.