Overview of ContactManager validation

For an entity to have preupdate or validation rules associated with it, the entity must be validatable. To be validatable, the entity must implement the Validatable delegate. In the base configuration, ContactManager comes preconfigured with the following high-level entities that can trigger validation:

  • ABContact
  • ABContactContact
  • Activity
  • Address
  • Group
  • PendingContactChange
  • Region
  • User

ContactManager can validate these entities in no particular order.

See also