'ManufacturerId'=>Array('type'=>'int','formatter'=>'kOptionsFormatter','options_sql'=>'SELECT %s FROM '.TABLE_PREFIX.'Manufacturers ORDER BY Name','option_key_field'=>'ManufacturerId','option_title_field'=>'Name','not_null'=>1,'default'=>0),
'BackOrderDate'=>Array('type'=>'int','formatter'=>'kDateFormatter','error_msgs'=>Array('bad_date_format'=>'Please use the following date format: %s'),'default'=>NULL),
'AccessGroupId'=>Array('type'=>'int','formatter'=>'kOptionsFormatter','options_sql'=>'SELECT %s FROM '.TABLE_PREFIX.'UserGroups WHERE System!=1 AND Personal !=1 ORDER BY Name','option_key_field'=>'GroupId','option_title_field'=>'Name','default'=>NULL),