Knowledgebase articles
- Welcome to the Knowledge Base
- Introduction
- Training
- Getting Started
- Preferences
- Activities
- Cases
- Importing Data
- Leads
- Marketing
- Introduction to Marketing
- Marketing Campaigns
- Mailing Lists
- Products
- Mailshots
- Upload Library
- Templates
- Event Management
- Compliance Records
- Spotler Integration
- What is Spotler?
- Navigating your Spotler homepage
- GatorMail
- GatorLeads / Web Insights
- Tracking Code
- Setting up the Plugin
- Viewing Web Insights Data on your Form Layouts
- Domain Names and Online Activities
- Reporting incorrect Leads created through Web Insights
- Reporting on Web Insights data
- Using UTM Values
- Why aren’t Online Activities being created in the database?
- Why is GatorLeads recording online activities in a foreign language?
- GatorSurvey
- GatorWorkflow
- GatorPopup
- Opportunities
- Projects
- Integrations
- Mapping
- Electronic Signing Tools
- Creditsafe Integration
- Zapier
- Introduction to Zapier
- Available Triggers and Actions
- Linking your Workbooks Account to Zapier
- Setting up Zaps
- Posted Invoices to Xero Invoices
- Xero payments to Workbooks Tasks
- New Case to Google Drive folder
- New Case to Basecamp Project
- New Workbooks Case to JIRA Ticket
- Jira Issue to new Case
- 123FormBuilder Form Entry to Case
- Eventbrite Attendee to Sales Lead and Task
- Facebook Ad Leads to Sales Leads
- Wufoo Form Entry to Sales Lead
- Posted Credit Note to Task
- QuickBooks Online
- Survey Monkey responses to Tasks
- Multistep Zaps
- Email Integrations
- Email Dropbox
- Workbooks Exchange Server Sync
- Workbooks Outlook Connector
- RevenueGrid Intelligence and Engage
- Event & Webinar Integration Tools
- GoToWebinar
- ON24
- Microsoft Office
- Outreach
- Installation
- Outreach Authentication
- Sync People to Outreach Prospects
- Sync Organisations to Outreach Accounts
- Sync Workbooks Opportunities to Outreach
- Sync Tasks/Activities from Workbooks to Outreach
- Sync Outreach Sequences to Workbooks
- Sync Outreach Sequence States to Workbooks
- Sync Outreach Sequence Step Numbers to Workbooks
- Sync Prospects/Accounts/Opportunities from Outreach to Workbooks
- Sync Outreach Tasks/Calls/Meetings to Workbooks
- Scribe/Workbooks Connector
- RingCentral
- Auditing
- Comments
- People & Organisations
- Reporting
- Introduction to Reporting
- Using Reports
- Introduction to Charts
- Exporting Reports
- Advanced Reporting
- Report Snapshots
- Dashboards
- Transaction Documents
- Introduction to Transaction Documents
- Displaying & Adding Transaction Documents
- Copying Transaction Documents
- Transaction Documents Fields Help
- Transaction Documents Line Items Help
- Printing & Sending Transaction Documents
- Managing Transaction Document Currencies
- Managing Transaction Document Statuses
- Setting a Blank Default Currency on Transaction Documents
- Credit Notes
- Customer Orders
- Invoices
- Quotations
- Supplier Orders
- Contract Management
- Sagelink
- Introduction to Transaction Documents
- Auditing
- Configuration
- Introduction to System Administration
- Users & Security
- Database
- Accounting
- Email & Integration
- Customisation
- Creating & Modifying Picklists
- Theme
- Record Types
- Creating Custom Fields
- Report-based Custom Fields
- Linked Fields & Reference Fields
- Record Templates
- Form Layouts
- Customising relationships between parties
- Opportunity Stages
- Custom Records
- Sign In Customisation
- Automation
- Contact Support
- Releases & Roadmap
Case Portal Reports
Configure Reports on Cases that are used to drive the Case Portal
The Case Portal uses Reports to give full flexibility of which records are shown to your users. It can be configured with two different reports if required, one for open cases, and one for closed. You can control which Cases are visible by changing the criteria of these reports.
Two Report Templates are available – we’d recommend only using these rather than creating your own reports. The Case Portal needs certain columns to be available and is expecting some columns to be named in a specific way. You should therefore not delete any columns from the report, nor edit any column names.
You can however add as many extra columns as you wish to each report such as Custom Fields specific to your business. These columns can be displayed in the Open/Closed Cases views on the Case Portal, allowing users the ability to search and sort the view by these columns.
Under the General tab from Email & Integration > Case Portal, you can choose which report drives the Open Cases view, and which controls the Closed Cases view. The Reports listed here must have a Category set to Automation to show in the list.
To access the Template Reports, click Start > New > Report > Create a report from a template report and choose “Template – Support Portal – Open Cases” from the list. Within the report:
-
Name the report appropriately, so that it is clear that it should not be edited or deleted, as this would affect the Portal.
-
Set the Category to Automation, if it isn’t already set.
-
Add a criteria for “‘Exclude from Portal?’ is false, plus any other criteria to restrict which cases are displayed, for example, only those of a certain Case Type.
-
Open the calculated “Status” column. This controls the Status that the customer will see based on the status of the case, using the following formula:
CASE status_name
WHEN ‘New’ THEN ‘New’
WHEN ‘In progress’ THEN ‘In Progress’
WHEN ‘Email received’ THEN ‘Awaiting Support Response’
WHEN ‘Updated by customer’ THEN ‘Awaiting Support Response’
WHEN ‘Awaiting customer response’ THEN ‘Awaiting Customer Response’
WHEN ‘Closed’ THEN ‘Closed’
ELSE ‘In Progress’
ENDFor example, if the Case Status is “Email received” or “Updated by customer”, then in the Portal the customer will instead see “Awaiting Support Response”. You should add new lines in here for any other Case Statuses that you use. The default value shown in the Case Portal is “In Progress”. You can also amend the output to suit your business better, for example, our internal Case Portal uses “Awaiting response from Workbooks Support” instead of “In Progress”.
-
Save and close the report.
-
Repeat Steps 1 to 6 for “Template – Support Portal – Closed Cases”
-
Update the Case List – Visible Columns setting (also on the General tab) to show any relevant columns to Case Portal users based on the Reports you have configured.