Relationship: Module:Users - Module:Documents

From MintHCM Wiki

Revision as of 12:46, 7 August 2020 by Mileckae (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

-

Relationship documents_assigned_user
Type one-to-many
LHS Module
LHS ID id
LHS Label
LHS Fields
RHS Module
RHS ID assigned_user_id
RHS Label Assigned to User
RHS Fields Assigned to User, Assigned to, Assigned User Id

Short Description

Specific user can be assigned to many account records, but specific account record can only have one user assigned.


Location and Code definition

Array ( [lhs_module] => Users [lhs_table] => users [lhs_key] => id [rhs_module] => Documents [rhs_table] => documents [rhs_key] => assigned_user_id [relationship_type] => one-to-many )

Mentioned in articles


Dev Notes