Difference between revisions of "Relationship:documents assigned user"

From MintHCM Wiki

 
Line 2: Line 2:
 
|Relationship-name=documents_assigned_user
 
|Relationship-name=documents_assigned_user
 
|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-lhs-label=
+
|Relationship-rhs-module=Module:Documents
|Relationship-lhs-field=
 
|Relationship-rhs-module=Documents
 
 
|Relationship-rhs-id=assigned_user_id
 
|Relationship-rhs-id=assigned_user_id
 
|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=Specific Sugar user can be assigned to many account records, but specific account record can only have one user assigned.
+
|Short Description=Specific user can be assigned to many account records, but specific account record can only have one user assigned.
 
}}
 
}}
 
 
==={{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 12:46, 7 August 2020

-

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