module.exports = Self => { Self.validatesPresenceOf('warehouseFk', { message: `Warehouse cannot be blank` }); Self.validatesPresenceOf('agencyModeFk', { message: `Agency cannot be blank` }); };