Last active
August 29, 2015 14:04
-
-
Save samuelsharaf/44e281a725daf707a5bd to your computer and use it in GitHub Desktop.
Revisions
-
samuelsharaf revised this gist
Sep 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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-Change this for lab exercise"/> </apex:define> </apex:composition> </apex:page> -
samuelsharaf created this gist
Aug 4, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>