ContactInformation
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
ContactInformationId* | Edm.Int32 | False | true | |||
| FirstName | Edm.String | False | 25 | ||||
| LastName | Edm.String | False | 50 | ||||
| PhoneNumber | Edm.String | False | 20 | ||||
| MobileNumber | Edm.String | False | 20 | ||||
| EmailAddress | Edm.String | False | 150 | ||||
| PrimaryContact* | Edm.Boolean | False | |||||
| Description | Edm.String | False | 150 | ||||
| SortingOrder* | Edm.Int32 | False | |||||
| LastUpdated | Edm.DateTime | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| TravelerId | Edm.Int32 | False | |||||
| ContractorId | Edm.Int32 | False | |||||
| TransporterId | Edm.Int32 | False | |||||
| DriverId | Edm.Int32 | False | |||||
| LocationId | Edm.Int32 | False | |||||
| AgentId | Edm.Int32 | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Transporter | Transporter | 0..1 | ||
| Agent | Agent | 0..1 | ||
| Contractor | Contractor | 0..1 | ||
| Driver | Driver | 0..1 | ||
| Location | Location | * | ||
| Traveler | Traveler | * |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete a record and performs the desired operation.