Show Inactive Contacts
First Name {{ contact.firstName }} Middle Initial {{ contact.middleInitial }} Last Name {{ contact.lastName }} Title {{ getContactTitleLabel(contact.title) }} Phone {{ contact.phone | phone }} Mobile {{ contact.mobile | phone }} Fax {{ contact.fax }} Email {{ contact.email }} Default {{ contact.defaultContact ? 'star' : 'star_border' }} Actions
info No records available

{{ isEditing ? 'Edit Contact' : 'Add New Contact' }}

Location {{ getLocationLabel(location) }} Location is required
First Name person First name is required Maximum 50 characters allowed Middle Initial Only 1 character allowed Last Name person Last name is required Maximum 50 characters allowed
Title {{ contactTitle.name }} Title is required
Phone phone Phone is required Please enter a valid phone number (10-15 digits) Mobile smartphone Mobile is required Please enter a valid mobile number (10-15 digits)
Fax fax Please enter a valid fax number (10-15 digits) Email email Email is required Please enter a valid email address Maximum 100 characters allowed
{{contactReadOnlyFields.lastChangedBy || 'N/A'}}
{{contactReadOnlyFields.isInactive === true ? 'Yes' : 'No' }}
{{(contactReadOnlyFields.lastChangedDate | date:'mediumDate':'UTC') || 'N/A'}}
{{(contactReadOnlyFields.inactivatedDate | date:'mediumDate':'UTC') || 'N/A'}}