Skip to content

Instantly share code, notes, and snippets.

@jbest84
Created February 7, 2013 23:45
Show Gist options
  • Save jbest84/4735300 to your computer and use it in GitHub Desktop.
Save jbest84/4735300 to your computer and use it in GitHub Desktop.
lang.extend(Mobile.SalesLogix.Views.Account.List, {
queryWhere: 'some sdata query'
});
@jbest84
Copy link
Author

jbest84 commented Feb 7, 2013

This assumes 'dojo/_base/lang' has been required via AMD.

@sturev-zz
Copy link

Thanks Jason, I need to test that again because it kept failing when I added the queryWhere saying something it being out of context... It works fine extending/overriding select, orderby but those were already present. I took a different route to solve the issue (just created a new view with my own list, etc...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment