OBJ_M_ACTORLINK

This table stores links between actors (users and groups) and the groups they belong too.

Name Null ? Type Values
M_ACTL_N_ID NOT NULL int10 Primary key, see obj_m_magicid 'ACTORLINK' row.
M_ACTL_N_ACTORID NOT NULL int10 Foreign key to obj_m_actor.m_actor_n_id
M_ACTL_N_ACTORTYPE NOT NULL int10

GROUP                                             1
GENERALSUPERVISOR                2
SUPERVISOR                                   4
DESIGNER                                        8
USER                                               16
DS                                                    32 
VERSATILE                                    64
PREDEFINED SETTING              128

Can be combined (e.g. Supervisor-Designer = 4+8 = 12)

An actor of type "32" does not appear in Supervisor: it is a fake user with no right to any application, only doing BCA monitoring.
An actor of type "128" does not appear in Supervisor either. It is also a fake user, always attached to "root", only bearing information related to user defined predefined settings.

M_ACTL_N_STATUS NOT NULL int10 Not used (obsolete)
M_ACTL_N_FATLINKID NOT NULL int10 Foreign key to obj_m_actorlink.m_actl_n_id (recursive).
M_ACTL_N_INFO NOT NULL int10 Domain ID for a Broadcast Agent (BOAT_DS) or reserved for 4.1
M_ACTL_N_LAD NOT NULL int10 Last Action Date
M_ACTL_N_LAT NOT NULL int10 Last Action Type