Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order for an entity to be considered implicit, it has to meet the following conditions:

1. Data Object Class

The entity's DO class must:

  1. Implement ICRMDOImplicitAccessibleEntity interface
  2. Implement interface's getMasterDO() method. Note that getMasterDO() method must always return a data object whose class:
    1.  Extends CRMDOMasterEntity and 
    2. Implements ICRMDOExplicitAccessibleEntity

...