Skip to content

Instantly share code, notes, and snippets.

@jkentjnr
Last active October 14, 2015 06:00
Show Gist options
  • Save jkentjnr/d8fdcc9b35e7b2811e24 to your computer and use it in GitHub Desktop.
Save jkentjnr/d8fdcc9b35e7b2811e24 to your computer and use it in GitHub Desktop.
Salesforce Lightning: Navigate to List
<script>
sforce.one.navigateToList("00BB0000001L6FbMAK", "High Value Segment", "Contact");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment