ExternalApps

From SMTX Wiki
Revision as of 12:10, 19 December 2016 by Smtxwiki (talk | contribs) (Created page with "When an external app creates tickets in SSP, and you want to make a view, showing only tickets from that source. There is an issue, as the basic filters require a FormName, wh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When an external app creates tickets in SSP, and you want to make a view, showing only tickets from that source. There is an issue, as the basic filters require a FormName, which you don't have with an External App. You need something like this:

    TicketName=<Formname>. 


The query exists for an external app, and is as follows, for example for CalendarOverview:

    ExternalAppName=CalendarOverview
ExternalAppName=MeetingCenter
ExternalAppName=SSP6.Webstore

So the syntaxis is:

    ExternalAppName=<ExternalAppName>

To show the fields, use this syntax: ExtAppField-<AppName>-<FieldInternalLabel>

    ExtAppField-MeetingCenter-MinuteTaskTitle