DS_USER_LIST
This table is populated when submitting a document that must be sent back to some users.
There is another table, also in the security domain, called OBJ_M_ACTORDOC, that contains two columns called M_ACTDC_N_ACTORID and M_ACTDC_N_DOCID. OBJ_M_ACTORDOC also makes an association between a user and a document but this table is not specific to the Broadcast Agent (it is filled when the End-user performs a Send to user command).
Do not confuse these two tables (and only DS_USER_LIST must be used by the Broadcast Agent).
Name | Null ? | Type | Values |
DOCUMENT_ID | NOT NULL | int10 | Points to a document defined in the OBJ_M_DOCUMENTS table, through the M_DOC_N_ID identifier. |
USER_ID | NOT NULL | int10 | Points to a user declared in the OBJ_M_ACTOR table, through the M_ACTOR_N_ID column. |