Top-level ContactManager entities that trigger validation
To be validatable, an entity, subtype, delegate, or base object must implement the
Validatable delegate. If an entity has a foreign key or array
for which triggersValidation is true, the
referenced entities must also implement the Validatable delegate.
The following table lists the entities that trigger validation in the base ContactManager configuration.
| Validatable entity | Foreign key | Array | Comments |
|---|---|---|---|
| ABContact | PrimaryAddress |
|
In the base configuration,
ContactManager runs the preupdate and validation rules on the ABContact object during database commit if any objects with triggersValidation="true"
have been modified. |
| User |
|
Attributes |
In the base configuration, ContactManager does not have any preupdate or validation rules for the User entity. |
