I am trying to limit the number of fields displayed on an EP site. Instead of actually modifying the user control I decided to limit the fields through security. The user control has a AXGroup associated with the fields I do not want, the AXGroup is tied a specific Field Group within AX. In AX security I have set "no access" to the field group to the users who should not see all these fields. Now when I open the page in EP, I don't see any of the fields but still see the label for the AXGroup. It appears like the label is being generated perhaps through "AutoGenerate Caption". How can I not get this label to show if no fields are displaying in this AXGroup?