Getting Started with DeskDirector
Pricing & Subscription Plans
Browser Support
Deskdirector - Sign up walk through
Managing your DeskDirector Subscription
Logging in to DeskDirector
Automatic Contact Creation
What is the DeskDirector Admin Portal?
What is the DeskDirector Tech Portal?
What is the DeskDirector Client Portal?
DeskDirector Roles and Permissions
Feature Configuration for PSA Integrations
Tickets & Chats
A walk through all the fields available in DeskDirector forms
Getting Started with Custom Branding
Getting Started with Custom Email Templates
Getting Started with Surveys
Notifications & Broadcasts
Getting Started with the Menu System
BiggerBrains & Learning Center
The Developer Corner
The Service Catalogue
Embedding Help Page Media
Permissions in DeskDirector
Managing Contacts
Tickets Access
User Profiles & Profile Pictures
Office Hours
Getting Started with Searching in DeskDirector
Enabling Master Admin
Get started with the DeskDirector Power Automate Connector
Using Markdown
Desktop Portal Version Differences
Managing Company Accounts
Monitoring Portal Usage
Service Radar
Release Notes
Auditing and Analytics
Tech Portal Board/Queue Access Configuration
Desktop Portal
Features
Portal Customization
Service Catalogue
Forms
Getting started with DeskDirector Forms
DeskDirector Forms - Question Types in Detail
Dynamic Form Content
Communication
Actionable Messages for Emails
Real-Time Chats
Notifications
Email Notifications
Email Template Engine
Surveys
Broadcasts
Generative AI
DeskDirector with Generative AI
Setting up AI Service Providers
AI Assistants in DeskDirector
Custom Tools for AI Assistants
Knowledge Bases for AI Assistants
Ticket Summary for Tech Portal
Advanced
Login & Authentication
Contact & User Groups
Approvals
Task Lists
The Learning Center
Group Tags
Custom Domains
File Storage
Portal Deep Linking
Clean Tickets
Integrations
ConnectWise
ConnectWise Custom Menu Item for DeskDirector
ConnectWise
ConnectWise Quotes & Invoices
ConnectBooster
ConnectWise Sell
ConnectWise - Avoid Aggressive Notifications
AutoTask
Switching or Merging PSAs
QuoteWerks
Wise-Pay
TimeZest
BiggerBrains
OneNote Notebooks
Integrations - Frequently Asked Questions
IT Glue
Microsoft Teams App
Introducing the DeskDirector for Microsoft Team App
Installing the Microsoft Teams App (Client Mode)
Installing the Microsoft Teams App (Tech Mode)
Setting up Tags for Teams Discussions (Tech)
Branding the DeskDirector Teams App
DeskDirector Teams App Notifications
User Groups Integration with Microsoft Teams
Setting up Content Security Policy (CSP)
Advanced topic: Setting up Tech & Client Mode in the same tenancy
Integrating Microsoft Teams with DeskDirector Tech Portal
Smart Alerts for Tech Users
Microsoft Power Automate
Actions
Solutions
Power Automate Template Gallery
Featured Solution: Teams Ticket Discussion
Featured Solution: Ticket Briefing
Introduction to Power Automate
Power Automate Connector - Setting up your first flow
DeskDirector Power Platform Connector Reference
DeskDirector Connector Triggers
Troubleshooting
Troubleshooting via Web Developer Tools
Desktop Portal - Common Issues
Contact & Service Agent Impersonation
Diagnose Entities Tool
DeskDirector Desktop App - Installation Issues
Troubleshooting DeskDirector Connection Issues
Login & Authentication - Common Issues
Permissions & Access - Common Issues
Tickets & Chats - Common Issues
Approvals - Common Issues
Email & Email Delivery - Common Issues
PSA Entity Syncing - Common Issues
PSA Integration - Common Issues
ConnectWise Integration - Common Issues
Autotask Integration - Common Issues
ConnectWise Audit Trail - Exporting API Logs
Microsoft Teams App - Common Issues
Contact DeskDirector Support
Security
Glossary
Archived
Table of Contents
- All Categories
- Integrations
- QuoteWerks
QuoteWerks
Updated
by Niamh Ferns
QuoteWerks Overview
DeskDirector integrates with QuoteWerks by having QuoteWerks send quote details and the Quote Valet URL to our database. These will then show under the recommendations section of DeskDirector.
Configuring Quotewerks
- Open your Admin Portal and head to
Integrations>QuoteWerksthen select Use QuoteWerks integration to enable it.
- Add quote statuses that you want clients to see as Open to the Open Status List
- Add quote statuses that you want clients to see as Closed to the Closed Status List
- Click Download Script button to download the QuoteWerks script
- Copy the downloaded file into the root of your QuoteWerks folder
- If you are using a QuoteWerks version lower than v5.2, add scripting lines to the SITE.ini file

- Open SITE.INI from the root of the QuoteWerks application folder
- Add the following lines to the end of the file
[Scripting]
BeforePrintDocument=deskdirector.qwscript
AfterSaveDocument=deskdirector.qwscript - Save
- If you are using QuoteWerks version v5.2 or later, create the following database entries:
- Open the settings manager in QuoteWerks (
Help>About>System>Settings Manager) - Create the following settings:
Table: SystemSettings
Section: Scripting
KeyName: AfterSaveDocument
KeyValue: C:\Applications\QuoteWerks\deskdirector.qwscript (point this to the script)
Table: SystemSettings
Section: Scripting
KeyName: BeforePrintDocument
KeyValue: C:\Applications\QuoteWerks\deskdirector.qwscript (point this to the script)
- Open the settings manager in QuoteWerks (
- Restart QuoteWerks
After you restart QuoteWerks whenever you Save or Print a quote it will update DeskDirector with the quote, including the QuoteValet URL and clients will start seeing these quotes in the DeskDirector client under the Quotes section.
Frequently Asked Questions
"When do the quotes show up?"
QuoteWerks quotes only show up in DeskDirector once they have been updated in a QuoteWerks instance that is running the DeskDirector integration script. This update will save the quotes to our database, from where we manage the quotes available to the users.
"What is the "Manage Quotes" button?"
This takes you to a dashboard view that shows all the quotes `received` (That are in our Database). From here you can manage which quotes will show up to clients.
Deleting a quote from managed quotes removes it from the clients view by deleting it from our database, not your QuoteWerks. This is due to issues where quote IDs where not matching after changes and quotes would get lost.