TDV Adapter for Zendesk

Build 22.0.8462

AppLocations

Query AppLocations in Zendesk.

Table Specific Information

Select

The following queries are processed server side while other filters are processed client side within the adapter.
SELECT * FROM AppLocations

SELECT * FROM AppLocations WHERE Id = '123'

You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any other search criteria will be ignored and an unfiltered response will be returned.

Columns

Name Type References Description
Id [KEY] Long Internal location ID.
Name String The unique location key.
ProductCode Integer Internal product ID.
HostApplication String The unique host application key.
Orderable Boolean True if reordering has any effect.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462