SoftadminGuide.FieldStandard_ChildTables

Type: Stored procedure

Creates a standardized control to select child tables.

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)
@ReferencedTableFieldName mandatory varchar(600)
The field name of a field created using SoftadminGuide.FieldStandard_Table_Create.
@Description optional nvarchar(max)
@Mandatory optional bit
Default: 0.
@Recursive optional bit
Whether or not to recursively find child tables. Default: 1.