Versions Compared

Key

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

This section describes how an audit trail implicit viewing access entity can be created

What does this section cover?

Table of Contents

...

In order for an entity to be considered as 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

...