DBIx::SearchBuilder factory?

Hi,

I am working on adding some functionality to RT3.3 for work. I’m looking at
writing a simple asset tracking module. As part of this I’ll have to add
some extra tables to the database.

I have a question about the way files are autogenerated. In the comment at
the top of the file (such as user.pm) it says autogenerated by
DBIx::SearchBuilder factory. Is this some code that was written by
bestpractical but not distributed with RT? I can duplicate the required
files by hand but it would be extremely tedious.

Any advice on how this works would be greatly appreciated.

Bart

Hi,

I am working on adding some functionality to RT3.3 for work. I’m
looking at
writing a simple asset tracking module. As part of this I’ll have to
add
some extra tables to the database.

I have a question about the way files are autogenerated. In the
comment at
the top of the file (such as user.pm) it says autogenerated by
DBIx::SearchBuilder factory. Is this some code that was written by
bestpractical but not distributed with RT? I can duplicate the
required
files by hand but it would be extremely tedious.

The version we use for RT is in sbin/factory in the RT distribution.

Jesse