OBJ_M_ACTORDOC
This table records association between users and documents that have been sent to them.
Name | Null ? | Type | Values |
M_ACTDC_N_ACTORID | NOT NULL | int10 | ID of the user that will receive the document. Foreign key to obj_m_actor. |
M_ACTDC_N_DOCID | NOT NULL | int10 | Id of the document that has been sent to a user. Foreign key to obj_m_document. |
Rows are deleted when users retrieve and open the documents they have received.