RTSearchPerlAPI: Difference between revisions

From Request Tracker Wiki
Jump to navigation Jump to search
m (2 revisions imported)
 
(No difference)

Latest revision as of 15:27, 6 April 2016

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