Skip to content

Instantly share code, notes, and snippets.

@lfreeland
Created March 28, 2016 12:30
Show Gist options
  • Save lfreeland/07cf40b878020f430dcc to your computer and use it in GitHub Desktop.
Save lfreeland/07cf40b878020f430dcc to your computer and use it in GitHub Desktop.
Invalid Dynamic SOQL From Function
String accountQuery = ‘Select id, name from Account where Id in :getAccountids()’;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment