Skip to main content
Eptura Knowledge Center

Configure Service Request Contacts

Level: System Administrator

In the Service Request, the Contacts area contains a list of contacts. These contacts can be configured to display certain contacts.

For example:

clipboard_ee9e3391b07e59586271ca9ea00f3ec63.png

Each contact is set up as a keyword in the Service Request Person Relationship Type keyword set.

ID Keyword

3043

Requester

3047

IT Assignee

6500

Capital Works Manager

3055

Delivery Manager

3046

Assignee

Step 1. Find the Service Request Relationship IDs

You can either create a new contact or use an existing contact to display in the Service Request's Contacts list.

  1. Navigate to Admin Settings > System Config > General > Keywords.
  2. Search for the keyword, Service Request Person Relationship Type.
  3. Select the keyword. This will display the list of existing Person Relationship Types that can be used for service requests.

clipboard_e52784389692810078e76f86e58e36953.png

Create a contact

You can add a new keyword to Service Request Person Relationship Type keyword set, refer to Modify an existing Keyword Set. Then identify the ID of the keyword, as you will need to add this into the Associated People field in the next step.

Existing contact

Identified the ID of the keyword to be made visible in the Contacts, you will need to add this into the Associated People field in the next step.

Step 2. Update the Associated People

The ID of the keyword must be included in the code for the keyword to be made visible in the Contacts.

Make sure that you are careful when editing the code as it must be in the correct format.

  1. Navigate to Admin Settings > System Config > General > Service Requests.
  2. In the Associated People field, enter the code. If needed you can expand the field, click and drag the corner 
[
{
"relationshipTypeId": 3047
},
{
"relationshipTypeId": 6500
},
{
"relationshipTypeId": 3055
},
{
"relationshipTypeId": 3046
}
]

3. Click the Update button.