Need Help Creating Configurations Programatically

Since the rt-serializer & rt-importer do not handle Assets I would like to be able to programmatically create my Asset configurations

Neither the CustomField nor the ObjectCustomField have Create() methods

Where should I start with this?

Since the rt-serializer & rt-importer do not handle Assets I would like to be able to programmatically create my Asset configurations
Neither the CustomField nor the ObjectCustomField have Create() methods
Where should I start with this?

Not sure where I should start with this, since CustomField.pm
definitely contains a Create method.

I usually set up custom fields by reading the initialdata docs.
http://bestpractical.com/docs/rt/4.2/initialdata.html

-kevin