top of page
Solar Panels Technician

Zendesk Field Service Tool

Use Zendesk Custom Objects as a Field Service Management tool. Create and schedule jobs using Custom Objects.  

image.png

Overview

This example shows how the Zendesk Custom Objects can be used to create jobs as objects and link them to tickets. Agents can view related job information in tickets and can view jobs by type and status as well as jobs assigned to Teams, Technicians, and Locations.

The ticket will include a custom object lookup field that is linked to a Jobs object containing all the job information including job type, status, teams, technicians, and locations.

The app utilizes Legacy Custom Objects within Zendesk and therefore your account must have this feature enabled.

Custom Objects

A custom object is a user-defined object with unique fields.

Read more here about Zendesk Custom Objects:

​

There are a few requirements for using custom objects and some limitations you should consider before turning on the feature. In this functional example of setting up a Field Service tool, we need 6 objects. To configure this functionality you will need at least a Zendesk Suite Professional plan which allows up to 3o custom objects. You could remove one of the objects from this example if you have the Suite Growth plan which allows 5 custom objects.

​

Requirements

Your account must meet the following requirements to use custom objects:

  • You must have a Zendesk Suite or Support Enterprise plan.

  • The Agent Workspace must be activated for your account.

​

Limitations

Custom object and field limitations

  • Your maximum number of custom objects depends on your plan:

    • Suite Team: 3 custom objects

    • Suite Growth: 5 custom objects

    • Suite Professional, Support Enterprise: 30 custom objects

    • Suite Enterprise and Enterprise Plus: 50 custom objects

Create Custom Objects and Ticket Field

  • Create the following objects and associated fields (Name and External ID fields are default fields that are included automatically when you create an object)

  • Go to the Zendesk menu: Admin Center > Object and rules > Objects to create objects.​

  • Create a Job Status object with the key: job_status - (no additional fields needed)

  • Create a Location object with the key: location

  • Add the following fields

    • Address (Field type: Text; Field Key: address)​

    • City (Field type: Text; Field Key: city )

    • State (Field type: Text; Field Key: state)

    • Zip (Field type: Text; Field Key: zip)

    • Contact Name (Field type: Text; Field Key: contact_name)

    • Contact Email (Field type: Text; Field Key: contact_email)

    • Contact Mobile (Field type: Text; Field Key: contact_mobile)

    • Organization (Field type: Lookup > Organizations; Field Key: organization)

  • Create a Team object with the key: team

  • Add the following fields

    • Contact Person (Field type: Text; Field Key: contact_person)​

    • Contact Email (Field type: Text; Field Key: contact_email)

    • Contact Phone (Field type: Text; Field Key: contact_phone)

  • Create a Technician object with the key: technician

  • Add the following fields

    • Email​ (Field type: Text; Field Key: email)

    • Mobile (Field type: Text; Field Key: mobile)

    • Team (Field type: Lookup > choose the Team object created earlier; Field Key: team)

  • Create a Type object with the key: type - (no additional fields needed)

  • Create a Jobs object last with the key: jobs

  • Add the following fields

    • Description​ ​ (Field type: Multi-line; Field Key: description)

    • Scheduled Date ​ (Field type: Date; Field Key: scheduled_date)

    • Completed Date ​ (Field type: Date; Field Key: completed_date)

    • Team ​ (Field type: Lookup > choose the Team object created earlier; Field Key: team)

    • Technician ​ (Field type: Lookup > choose the Technician object created earlier; Field Key: technician)

    • Type ​ (Field type: Lookup > choose the Type object created earlier; Field Key: type)

    • Location ​ (Field type: Lookup > choose the Location object created earlier; Field Key: location)

    • Job Status ​ (Field type: Lookup > choose the Job Status object created earlier; Field Key: job_status)

image.png
image.png
image.png
image.png
image.png
image.png
  • Create a Job Lookup Relationship custom ticket field and choose the Jobs object created earlier as the related object.

  • Add the field to the ticket form

image.png
image.png

Add Records to Objects

  • Use the Custom Objects icon in the Agent Workspace to create records for each of the objects created earlier (Support Agent Workspace > Custom Objects).

    • Add the desired records to all objects except Jobs.

    • The image shows an example of the Job Status records

    • Add your first job record to the Jobs object last.

image.png
image.png

Link your first Job

  • Open a new ticket and use the Related Job field dropdown to link the job you created

View Linked Job

  • Use the Preview record icon to the right of the related job lookup field in the ticket to display the job information in the preview panel to the right of the ticket.

image.png
  • Use the View More Details icon in the top-right of the job preview to see more details.

  • Use the hyperlinks for Team, Technician, Type, and Location to view more detail for each object.

image.png

Adding related job details to ticket comments

Currently, the native Zendesk functionality does not have a way to transpose the Object data to ticket comments. This functionality would enable agents to add the job details to an internal or public comment which can then be shared with customers or technicians via notification emails or side conversations.

 

We have developed a sidebar app that is available in the Zendesk Marketplace that allows Custom Object data to be copied to ticket comments. The first beta version of this app is limited to only work with a single related lookup custom ticket field.

screen1.jpg
bottom of page