Difference between revisions of "Relationship:calls assigned user"
From MintHCM Wiki
(Created page with "{{Relationship-infobox |Relationship-name=calls_assigned_user |Relationship-type=one-to-many |Relationship-lhs-module=Users |Relationship-lhs-id=id |Relationship-lhs-label= |R...") |
|||
Line 10: | Line 10: | ||
|Relationship-rhs-label=Assigned to User | |Relationship-rhs-label=Assigned to User | ||
|Relationship-rhs-field=assigned_user_link@Calls, assigned_user_name@Calls, assigned_user_id@Calls | |Relationship-rhs-field=assigned_user_link@Calls, assigned_user_name@Calls, assigned_user_id@Calls | ||
− | |Short Description= | + | |Short Description=Specific Sugar user can be assigned to many account records, but specific account record can only have one user assigned. |
}} | }} | ||
Latest revision as of 21:58, 29 September 2019
Users - Calls | |
---|---|
Relationship | calls_assigned_user |
Type | one-to-many |
LHS Module | Users |
LHS ID | id |
LHS Label | |
LHS Fields | |
RHS Module | Calls |
RHS ID | assigned_user_id |
RHS Label | Assigned to User |
RHS Fields | Assigned to User, Assigned to, Assigned User |
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] => Calls [rhs_table] => calls [rhs_key] => assigned_user_id [relationship_type] => one-to-many )