Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main Page: Difference between revisions

From Adcomp Support Wiki
Line 50: Line 50:
{{#cargo_query:
{{#cargo_query:
   tables=WIKI_Documents
   tables=WIKI_Documents
   |fields=_pageName=Doc Title, Doc_Type, Doc_Keywords
   | fields=_pageName=Doc Title, Doc_Type, Doc_Keywords
   |where Doc_Type='Troubleshooting'
  | format=dynamic table
  |format=dynamic table
   | where=Doc_Type='Troubleshooting'
   |order by=Doc_LastUpdated DESC
   | order by=Doc_LastUpdated DESC
   |limit=20
   | limit=20
}}
}}
</div>
</div>

Revision as of 21:43, 2 April 2025

Support Technician Dashboard

Support Tools & Quick Links


Chatwoot

3cx

RFS

Screen Connect

HQ

Central Reports

Google Chat

Quote Request Form

Shipping Tracker Form

Temp Project Tracker

CC Grid

Support Team Shortcuts

All Projects v2

Common Troubleshooting Issues

Error 1054: Unknown column 'Doc_LastUpdated' in 'ORDER BY'

Function: CargoSQLQuery::run Query: SELECT `cargo__WIKI_Documents`.`_pageID` AS `cargo_backlink_page_id_WIKI_Documents`,`_pageName` AS `Doc Title`,`Doc_Type` AS `Doc Type`,`Doc_Keywords__full` AS `Doc Keywords` FROM `cargo__WIKI_Documents` WHERE Doc_Type='Troubleshooting' ORDER BY `Doc_LastUpdated` DESC LIMIT 100