Difference between revisions of "Relationship:documents assigned user"

From MintHCM Wiki

(Created page with "{{Relationship-infobox |Relationship-name=documents_assigned_user |Relationship-type=one-to-many |Relationship-lhs-module=Users |Relationship-lhs-id=id |Relationship-lhs-label...")
 
Line 10: Line 10:
 
|Relationship-rhs-label=Assigned to User
 
|Relationship-rhs-label=Assigned to User
 
|Relationship-rhs-field=assigned_user_link@Documents, assigned_user_name@Documents, assigned_user_id@Documents
 
|Relationship-rhs-field=assigned_user_link@Documents, assigned_user_name@Documents, assigned_user_id@Documents
|Short Description=
+
|Short Description=Specific Sugar user can be assigned to many account records, but specific account record can only have one user assigned.
 
}}
 
}}
  

Revision as of 20:06, 29 September 2019

Users - Documents

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

Short Description

Specific Sugar 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