Skip to main content
Eptura Knowledge Center

ServiceNow and Serraview

Overview


Serraview can be integrated with standard ServiceNow deployments such that:

  1. Employees can lodge requests in ServiceNow
  2. Certain tickets (typically relating to move-add-changes) are automatically routed to Serraview as a Service Request
  3. Space Planners can action the Service Request within Serraview
  4. Space Planners can update the Status of the Service Request within Serraview, and employees will see the status of the ServiceNow ticket automatically updated. 
  5. Space Planners can add comments to the Service Request, and that will automatically be added to the ServiceNow ticket for the employee to see and respond to. 
  6. Any comments that the employee adds to the ServiceNow ticket will automatically flow through to the Service Request.

Requirements


  1. ServiceNow 2.x or above
  2. A License to Serraview Service Requests
  3. A License to the Serraview ServiceNow Connector
  4. A standard deployment of ServiceNow (customized versions of ServiceNow may not be compatible with the connector). Specifically, we can only connect to Request Items (RTIM records) within ServiceNow. 

How it Works


clipboard_e07154bee84b346035f7601140a41f270.png

# User Step Technical Details
1 Employees submit Requests to Service Now Requests must be lodged as ServiceNow Request Items (RTIM records in the sc_req_item table)
2 Workplace tickets are automatically routed to Serraview for Space Planners to action as a Serraview Service Request.  

Serraview synchronizes with ServiceNow automatically every 5 minutes. For this step:

  • Serraview looks for new "Workplace Tickets" that have been added to ServiceNow since the last time the sync ran (or all Workplace Tickets lodged in the last 24 hours the first time the sync is run). 
  • A "Workplace Ticket" is any Request Item in the sc_req_item table that has is in one of the configured Service Now Catalogs. Specifically the sync looks for sc_req_item records where cat_item.display_value is one of the configured values. See Configuring Workplace Tickets
  • Workplace Tickets are created as a Serraview Service Request with the following values:
    • Summary = sc_req_item.short_description
    • Service Request Type = sc_req_item.sc_cat_item.Name
    • Status = See Mapping Service Now Status to Serraview Status
    • Submitted Date = sc_req_item.sys_created_on
    • Required by Date = sc_req_item.due_date
    • Created By = Lookup sc_req_item.opened_by.value (email address) in our Person database (set to unknown if no match is found) 
    • Comments = sc_req_item.comments_and_work_notes
    • File Attachments = attachment.download_link
    • Description = Comma separated list of all other non-blank fields on sc_req_item
3

Space Planners action Service Requests within Serraview. 

As part of their workflow they may:

  • Update the Status of a Service Request
  • Add Comments to the Service Request (these may include questions for the requestor)
N/A
4 Status updates and comments are sent back to ServiceNow, and employees are automatically notified via email (if ServiceNow notifications have been turned on). Employees can add comments to the ServiceNow ticket and these will automatically flow back to Serraview.

Serraview synchronizes with ServiceNow every 5 minutes. For this step:

  • All comments added by the Space Planner are sent back to ServiceNow
  • The ServiceNow status is updated. See Mapping Service Now Status to Serraview Status
  • All comments added by the Employee to the ServiceNow ticket are sent back to Serraview. 

Getting Started


The Serraview Onboarding team will complete the integration. For more information, refer to ServiceNow Integration.

Configuring Workplace Tickets


The ServiceNow connector can be configured to only import Request Items that belong to certain Catalogs. Please provide your onboarding manager with a list of ServiceNow Catalog Names that need to be imported into Serraview.   

Mapping ServiceNow Status to Serraview Status


The ServiceNow connector can be configured to bidirectionally map between ServiceNow Status values and Serraview ServiceRequest Status values. Please provide your onboarding manager with a list of ServiceNow Status Names (sc_req_item.state) and their corresponding Serraview Status value.