Difference between revisions of "Relationship:documents created by"
From MintHCM Wiki
Line 2: | Line 2: | ||
|Relationship-name=documents_created_by | |Relationship-name=documents_created_by | ||
|Relationship-type=one-to-many | |Relationship-type=one-to-many | ||
− | |Relationship-lhs-module=Users | + | |Relationship-lhs-module=Module:Users |
|Relationship-lhs-id=id | |Relationship-lhs-id=id | ||
− | + | |Relationship-rhs-module=Module:Documents | |
− | |||
− | |Relationship-rhs-module=Documents | ||
|Relationship-rhs-id=created_by | |Relationship-rhs-id=created_by | ||
|Relationship-rhs-label=Created User | |Relationship-rhs-label=Created User | ||
− | |Relationship-rhs-field=created_by_link@Documents, created_by_name@Documents, created_by@Documents | + | |Relationship-rhs-field=created_by_link@Documents,created_by_name@Documents,created_by@Documents |
− | |Short Description=Specific | + | |Short Description=Specific user can create many account records, but specific account record can be created by only one user. |
}} | }} | ||
− | |||
==={{int:ev-location_and_code_definition}}=== | ==={{int:ev-location_and_code_definition}}=== | ||
Line 27: | Line 24: | ||
) | ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
− | |||
{{Relationship-links}} | {{Relationship-links}} | ||
+ | {{DevNotes}} |
Latest revision as of 14:46, 7 August 2020
-
| |
---|---|
Relationship | documents_created_by |
Type | one-to-many |
LHS Module | |
LHS ID | id |
LHS Label | |
LHS Fields | |
RHS Module | |
RHS ID | created_by |
RHS Label | Created User |
RHS Fields | Created User, Created by, Created by |
Contents
[hide]Short Description
Specific user can create many account records, but specific account record can be created by only one user.
Location and Code definition
Array ( [lhs_module] => Users [lhs_table] => users [lhs_key] => id [rhs_module] => Documents [rhs_table] => documents [rhs_key] => created_by [relationship_type] => one-to-many )