Skip to content

Instantly share code, notes, and snippets.

@samuelsharaf
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save samuelsharaf/44e281a725daf707a5bd to your computer and use it in GitHub Desktop.

Select an option

Save samuelsharaf/44e281a725daf707a5bd to your computer and use it in GitHub Desktop.

Revisions

  1. samuelsharaf revised this gist Sep 17, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Z4SF - LabExercise1
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    opportunityId="{!$CurrentPage.parameters.oppId}"
    crmAccountId="{!$CurrentPage.parameters.crmAccountId}"
    renderBackButton="true"
    title="MyTitle"/>
    title="MyTitle-Change this for lab exercise"/>
    </apex:define>
    </apex:composition>
    </apex:page>
  2. samuelsharaf created this gist Aug 4, 2014.
    12 changes: 12 additions & 0 deletions Z4SF - LabExercise1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <apex:page standardController="zqu__Quote__c" tabStyle="zqu__Quote__c" sidebar="false">
    <apex:composition template="zqu__QuoteWizardTemplateNoForm">
    <apex:define name="PageBody">
    <zqu:CreateQuote subscriptionId="{!$CurrentPage.parameters.subscriptionId}"
    billingAccountId="{!$CurrentPage.parameters.billingAccountId}"
    opportunityId="{!$CurrentPage.parameters.oppId}"
    crmAccountId="{!$CurrentPage.parameters.crmAccountId}"
    renderBackButton="true"
    title="MyTitle"/>
    </apex:define>
    </apex:composition>
    </apex:page>