Skip to content

Instantly share code, notes, and snippets.

@mtetlow
Created November 13, 2017 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtetlow/832a72042f93fba84fea3e50b69046ca to your computer and use it in GitHub Desktop.
Save mtetlow/832a72042f93fba84fea3e50b69046ca to your computer and use it in GitHub Desktop.
<apex:page docType="html-5.0" standardStylesheets="false" showHeader="false" sidebar="false" standardController="Case" applyHtmlTag="false" applyBodyTag="false">
<html>
<body>
<iframe style="width: 100%; height: 300px; border: 0;"
src='/apex/TASKRAY__trChecklistAction?Id={!Case.REPLACE_WITH_YOUR_CUSTOM_FIELD_NAME}' />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment