Skip to content

Instantly share code, notes, and snippets.

@forcementor
Created October 17, 2012 21:32
Show Gist options
  • Select an option

  • Save forcementor/3908367 to your computer and use it in GitHub Desktop.

Select an option

Save forcementor/3908367 to your computer and use it in GitHub Desktop.
Developing Mobile…Force.com and Sencha-Part 2, Step 8: Adjusting the Model and Adding a Data Proxy - QueryRequest stub
...
limitParam: 'recordCount', // maps to QueryRequest.recordCount
...
}
(Apex)
public class QueryRequest {
...
Integer recordCount;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment