Skip to content

Instantly share code, notes, and snippets.

@tsmalara
Created December 28, 2018 21:11
Show Gist options
  • Save tsmalara/3023421d62e68fb274f98183b793cfc8 to your computer and use it in GitHub Desktop.
Save tsmalara/3023421d62e68fb274f98183b793cfc8 to your computer and use it in GitHub Desktop.
public class LightningRecordIdExampleController {
@AuraEnabled
public static Account getAccount(String accountId){
return [select Id, Name, Type, Phone, Website, Industry from Account where Id=:accountId];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment