I need to be able to create a new customer account via code/SQL. I'm trying to find out if there's a QSRules property/method that will do it (I don't think so), and if not, what are the tables besides Customer that get records created at the same time?
Obviously, it depends on what info is provided but is there a set of tables that get touched by default? Or is it safe to just add a record to Customer and then go from there?
Alternatively, is there a way to "call" whatever gets called when you click on "New" from the "Find" window under "Set customer"?
Much thanks,
Dann