Tuesday, July 24, 2012

List of Registered Translation Object (.tpl files)

Running the following SQL query will give you a list of all translation object tpl files registered to the system. Currently set to only show Import and Export Translation objects.


SELECT [Filename]
FROM [GENTRANDatabase].[dbo].[Template_tb]
where IsSystem = 0
and Type in (0,1)