Groups and companies structure
The User Interface (UI) and Framework structure of Act! Groups and Companies is similar to other Act! entities.
User Interface
In addition to the GroupDetailView and CompanyDetailView classes, Groups and Companies also use the following UI classes:
- HierarchicalEntityInfoTree is the tree control that is used by both Groups and Companies detail view. The control uses an interface to talk to the framework manager so it can work with companies or groups without duplicating the code.
- HierarchicalEntityInfoPickerTree is the tree control used by all the dialogs in the system that will show groups and companies. It derives from the view tree control and adds behavior specific to use in a dialog.
Framework
Groups and Companies use the following Framework classes:
- MutableEntityManger
contains the SDK methods and properties that are common among Contact, Groups and Companies.
- GroupManager/CompanyManager