ComplaintCategory
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
ComplaintCategoryId* | Edm.Int32 | False | true | |||
| CategoryName* | Edm.String | False | 150 | ||||
| Description | Edm.String | False | 600 | ||||
| OwnerContractorId | Edm.Int32 | False | |||||
| OwnerTransporterId | Edm.Int32 | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| LastUpdated | Edm.DateTime | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| OwnerTransporter | Transporter | 0..1 | ||
| OwnerContractor | Contractor | 0..1 |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete a ComplaintCategory and performs the desired operation.