RTSearchPerlAPI

From Request Tracker Wiki
Revision as of 16:27, 6 April 2016 by Admin (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Working on an RT Scrip or Template and looking for documentation about perl commands like these?

  • NewAlias
  • Limit
  • Join
  • Columns
  • Next

These commands merely build an SQL query to retrieve data from your database and are inherited from the API of DBIx::SearchBuilder.

You can find the DBIx::SearchBuilder documentation on CPAN