Ext.define('Store', { alias: 'store.workstationType', ... }); Ext.define('View', { viewModel: { stores: { workstationTypeStore: { type: 'workstationType' } } }, ... });