Skip to content

Instantly share code, notes, and snippets.

@mailtoharshit
Created August 7, 2012 22:45
Show Gist options
  • Save mailtoharshit/3290157 to your computer and use it in GitHub Desktop.
Save mailtoharshit/3290157 to your computer and use it in GitHub Desktop.
public with sharing class RemotingObjectsController {
@RemoteAction
public static void addAccounts(List<Account> accounts){
insert accounts;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment