> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.2cloudnine.com/llms.txt
> Use this file to discover all available pages before exploring further.

# QRG Create an Emergency Contact

export const InlineImage = ({src, alt = "", height = "1.6em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline",
    verticalAlign: "start",
    height: height,
    margin: "0"
  }} />;
};

## Purpose

The purpose of this quick reference guide is to step through the process of setting up an Employee’s
Emergency Contact. Emergency Contact records have a dependency that the Employee record is already
created. The intended audience for this document is System Administrators / Standard Users.

## Steps

### Create a new Emergency Contact record

An Emergency Contact record holds the contact details of a person nominated by the Employee.

Create an Emergency Contact record by following the below steps:

1. Go to the **Contacts** object.
2. Click the **New** button.
3. Select the **Emergency Contact** from the available record types. (See Figure 1)
4. Click the **Next** button.

<Frame>
  <img src="https://mintcdn.com/2cloudnine-2edf05eb/KpcZiIUGJHaHQraR/images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-0-2.png?fit=max&auto=format&n=KpcZiIUGJHaHQraR&q=85&s=b911e68431a3c6d5a985484171456403" alt="Screenshot from QRG Create an Emergency Contact" width="1009" height="459" data-path="images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-0-2.png" />
</Frame>

5. Populate the following required fields to provide the base details of the Emergency Contact: (See
   Figure 3)
   1. **First Name**
   2. **Last Name**
   3. **Emergency Contact of Employee**
   4. **Emergency Contact Relationship**
   5. **Account Name**
   6. **Phone**
6. Populate the following optional fields to provide additional contact details and description of
   the Emergency Contact:
   1. **Salutation**
   2. **Email**
   3. **Description**

<Frame>
  <img src="https://mintcdn.com/2cloudnine-2edf05eb/KpcZiIUGJHaHQraR/images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-1-2.png?fit=max&auto=format&n=KpcZiIUGJHaHQraR&q=85&s=4058b5ed33e66c8451d185327fedc86a" alt="Screenshot from QRG Create an Emergency Contact" width="1009" height="1041" data-path="images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-1-2.png" />
</Frame>

<Warning>
  Description field is not visible to an Employee if created via the community pages.
</Warning>

<Frame>
  <img src="https://mintcdn.com/2cloudnine-2edf05eb/KpcZiIUGJHaHQraR/images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-1-1.png?fit=max&auto=format&n=KpcZiIUGJHaHQraR&q=85&s=4b4e599115910b629b05fa358aed42fd" alt="Screenshot from QRG Create an Emergency Contact" width="987" height="941" data-path="images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-1-1.png" />
</Frame>

7. Click **Save** .
8. A new **Emergency Contact** record has been created and is now related to the appropriate **Contact**
   record. (See Figure 3)

<Frame>
  <img src="https://mintcdn.com/2cloudnine-2edf05eb/KpcZiIUGJHaHQraR/images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-2-2.png?fit=max&auto=format&n=KpcZiIUGJHaHQraR&q=85&s=06b09ba9158791797dfaf0f4cc07587d" alt="Screenshot from QRG Create an Emergency Contact" width="1009" height="449" data-path="images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-2-2.png" />
</Frame>

<Danger>
  Emergency Contact records CAN NOT be deleted if they have related records or are
  used in other records. Deleting records is not recommended unless absolutely essential.
</Danger>

<Frame>
  <img src="https://mintcdn.com/2cloudnine-2edf05eb/KpcZiIUGJHaHQraR/images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-2-1.png?fit=max&auto=format&n=KpcZiIUGJHaHQraR&q=85&s=6bd522b50afaffc61644952138877541" alt="Screenshot from QRG Create an Emergency Contact" width="987" height="350" data-path="images/generated/reference-guides/data-set-up-and-creation/qrg-create-an-emergency-contact/qrg-create-an-emergency-contact-pdf-2-1.png" />
</Frame>

9. To modify an existing **Emergency Contact** record, open the required record and select the **Edit**
   button available on the top right side of the page. You can also double click in any of the fields that
   need editing or just click on the pencil icon <InlineImage src="/images/icons/qrg-create-an-emergency-contact-inline-2-1.png" alt="Inline icon" /> that appears within fields when you move your
   cursor over the field.
10. When complete, click on the **Save** button.

## Field Descriptions

**Account Name** is the name of the Payment Entity to which the Employee is related.
**Description** is used to add further details for this contact.
**Email** is the email address of the Emergency Contact.
**Emergency Contact of Employee** is the Employee this Emergency Contact is related to.
**Emergency Contact Relationship** is the relationship between the Emergency Contact and the Employee.
**First Name** is the first name of the Emergency Contact.
**Last Name** is the last name of the Emergency Contact.
**Mobile** is the mobile number of the Emergency Contact.
**Phone** is the phone number of the Emergency Contact.

## Further Information

| Document                     | Document Type     | Description                      |
| ---------------------------- | ----------------- | -------------------------------- |
| Create an Employee - Contact | Task Instructions | How to create an Employee record |
