I'm wanting to "variablize" where items are created in SharePoint, such that if I have a fixed definition of a list (name and columns) I want to be able to dynamically decide at runtime which site collection to drop the item in. It seems like all of the wizards and smartobject methods are fixed to a particular site collection.
Do I have to build my own broker?