Relationships
Use this API to create, update and delete relationships between contacts.
Methods
Invoke via \Components\Customers\Contacts\Relationships::method()
Click a method name to copy it.
Determines if a contact 1 has editing rights over contact 2
Deletes a record from the database
Parameters
$iRelationshipId
int unsigned
A record's relationship_id
Return
Returns true if record existed and was deleted, otherwise false
Gets a record from the database
Parameters
$iRelationshipId
int unsigned
A record's relationship_id
Return a set of records from the database
Retrieves all companies that are related to a contactid
Retrieves all contacts who are in a direct relationship of type $strRelationshipTypeId with a specific contact
Parameters
$strRelationshipTypeId
mixed
Retrieves all direct relationships for a specific contact
Parameters
$strRelationshipType
mixed
Gets a single field from a record
Parameters
$iRelationshipId
int unsigned
A record's relationship_id
Returns the number of records in the database (matching the filter if specified)
Saves a record into the database
Saves a specific column of a row into a database
Parameters
$iRelationshipId
int unsigned
A record's relationship_id