Skip to content

Instantly share code, notes, and snippets.

@ericeijkelenboom
Created April 23, 2013 09:19
Show Gist options
  • Save ericeijkelenboom/5442090 to your computer and use it in GitHub Desktop.
Save ericeijkelenboom/5442090 to your computer and use it in GitHub Desktop.
function getCampaignById(id) {
return mgr.fetchEntityByKey('Campaign', id, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment