Skip to content

Instantly share code, notes, and snippets.

@msrivastav13
Created May 28, 2015 15:25
Show Gist options
  • Save msrivastav13/34ad3455be267a721f5a to your computer and use it in GitHub Desktop.
Save msrivastav13/34ad3455be267a721f5a to your computer and use it in GitHub Desktop.
global class MyAccCtrl{
@RemoteAction
global static list<Account > myAccounts() {
return [select id, name, Phone,Website from Account where Phone!=null Order By LastModifiedDate DESC LIMIT 50];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment