public void doInsert(RunData data, Context context)
throws Exception
{
SalesDistrict entry = new SalesDistrict();
data.getParameters().setProperties(entry);
entry.save();
}
/**
* Update a record in the database with the
* information present in the web form.