'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),
'ModifiedById'=>array('type'=>'int','formatter'=>'kLEFTFormatter','error_msgs'=>array('invalid_option'=>'!la_error_UserNotFound!'),'options'=>array(USER_ROOT=>'root',USER_GUEST=>'Guest'),'left_sql'=>'SELECT %s FROM '.TABLE_PREFIX.'Users WHERE %s','left_key_field'=>'PortalUserId','left_title_field'=>USER_TITLE_FIELD,'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),