soGroupSelectList
Tag Name
soGroupSelectListDescription
Creates a drop-down list of the names of the non-hidden groups in your organization.Required Parameters
noneOptional Parameters
- showMasterGroup ("true" or "false"): indicate whether you want the overall organization name to appear in the list (selecting this name would take the user to your main home page. NOTE: default is "false"
- selectedId (integer; ID number of the group to show as selected by default)
Example
{soGroupSelectList()}
In the above example, a drop-down list will appear on the screen with the names of all of your non-hidden groups. The master group name will NOT be shown, and no group will be default-selected.