Contact Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class Contact : RemovableCorrigoEntity
The Contact type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanCreateRequest |
Allow Request Creation. Default is "True".
"True" means Contact can create Work Orders (service requests) via Customer Portal UI.
|
![]() | CanViewAnyRequest |
Flag to determine level of access.
“True” allows authorization for other’s expense,
contact can access Work Orders (service requests) created by other people via Customer Portal UI.
No is only for contact’s own expenses.
Default is “False”.
|
![]() | Comment |
Comments and special instructions.
Max Length=256.
Is required.
|
![]() | ContactAddresses |
Phone, Email, other can be defined here.
|
![]() | Currencies |
Money values
|
![]() | CustomerId |
Customer Id. Reference to primary Customer.
|
![]() | CustomerNoteAccessId |
Contact’s access level to Customer Notes.
This value controls what Contact can and can’t do with Customer Notes via Customer Portal UI.
|
![]() | CustomFields |
Custom Fields.
|
![]() | DisplayAs |
Contact’s displayable name automatically computed based on last and first names.
Max Length=256.
Is required.
|
![]() | FirstName |
Person’s first name.
Max Length=50
|
![]() | GroupsBridge |
Contact/Customer Group Bridge records.
|
![]() | LanguageId |
Contact’s language preference.
|
![]() | LastName |
Person’s last name.
Max Length=50.
Is required.
|
![]() | MustResetPassword |
True in case user has to change password.
|
![]() | NoAlertEmails |
Disable alert emails.
|
![]() | NoPwdExpirationAlert |
Boolean flag; True means password expiration notifications will not be sent to this particular Contact.
|
![]() | Number |
Number which can be used as a unique identifier for integration purposes.
Max Length=64.
Is required.
|
![]() | PriorityThreshold |
Priority threshold for Work Order notifications.
|
![]() | SupervisorId |
Contact’s supervisor. This is reference to another Contact record.
|
![]() | TypeId |
Type: Unknown, Alternate, Emergency, Primary
|
![]() | UnlimitedAuthorization |
True means Contact has unlimited authorization authority.
|
![]() | UnlimitedRequest |
True means Contact has unlimited request authority.
|
![]() | Username |
If using the Customer Portal, then this is the login id.
The login must be unique amongst the user community.
Suggest using their phone number, employee number or e-mail address.
Max Length=64.
Is required.
|