Is this possible? In a static resource JS file, when I try something like this: var taskModel = skuid.model.getModel(‘MimeoTask’); var task = taskModel.getFirstRow(); I get the error: Uncaught TypeError: Cannot call method ‘getFirstRow’ of undefined Obviously this code is executing before the model has loaded up, so is there a callback or hook I can attach my code to? I know I can get it to work if I wrap it in a component. Just wondering if it is possible to do without a component, and why there is no documentation of this? The example at the bottom of the Model API reference: Page Not Found — Skuid v15.1.6 Documentation makes it seem like this should work.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.