Show Inactive Contacts
First Name {{ contact.firstName }} Last Name {{ contact.lastName }} Title {{ contact.title }} Phone {{ contact.phone | phone }} Mobile {{ contact.mobile | phone }} Email {{ contact.email }} Actions
info No records available

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

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 work Title is required Maximum 100 characters allowed
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'}}