SoftadminGuide.FieldStandard_MenuSubgroup

Type: Stored procedure

Creates a standardized control to select a Softadmin® menu subgroup.

Expects a table #SoftadminGuideMultiControl created by SoftadminGuide.Field_MultiControl_Definition.

Parameters

@FieldName mandatory varchar(1000)
The field name, used to refer to this field by other fields and when getting the value from the multi-control.
@Label mandatory nvarchar(1000)
@IsMandatory optional bit
Default 0.
@MenuGroupGuidField mandatory varchar(1000)
Field with a menu group. If provided, the subgroups will be filtered by this menu group.
@MenuItemGuidField optional varchar(1000)
Field with a menu item. If provided, the subgroups will be filtered by this menu items menu group.