-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c191adf
commit a36c8e3
Showing
6 changed files
with
83 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
"Id","Name","CreatedById","CreatedDate","IsDeleted","LastModifiedById","LastModifiedDate","LastReferencedDate","LastViewedDate","OwnerId","SBQQ__CustomSource__c","SBQQ__FontFamily__c","SBQQ__FontSize__c","SBQQ__Markup__c","SBQQ__RawMarkup__c","SBQQ__TableStyle__c","SBQQ__TextColor__c","SBQQ__Type__c","SystemModstamp" | ||
"a13f4000001NrzWAAS","a13f4000001NrzW","005f4000002OzPRAA0","2018-06-20T15:49:06.000+0000","FALSE","005f4000002OzPRAA0","2018-06-20T15:51:36.000+0000","2018-06-20T15:51:36.000+0000","2018-06-20T15:51:36.000+0000","005f4000002OzPRAA0","","","","","<table width=""100%""> | ||
<tbody> | ||
<tr> | ||
<td style=""text-align: left; width: 25%;"">{!companyLogo}</td> | ||
<td style=""width: 10%;""> </td> | ||
<td style=""text-align: left; width: 30%;""> | ||
<p><span style=""font-size:10px;"">{!quote.Name__c}<br /> | ||
{!quote.Street__c}<br /> | ||
{!quote.City__c}, {!quote.State__c} {!quote.Postal_Code__c}<br /> | ||
Office: {!quote.Phone__c}<br /> | ||
Fax: {!quote.Fax__c}</span></p> | ||
</td> | ||
<td style=""width: 3%;""> </td> | ||
<td style=""width: 30%;border: 1px solid black;"" valign=""middle"">  | ||
<p><span style=""font-size: 10px;"">  Agreement #: {!quote.Name}-{!document.SBQQ__Version__c}</span></p> | ||
|
||
<p><span style=""font-size: 10px;"">  Start Date: {!quote.SBQQ__StartDate__c}<br /> | ||
  Expiration Date: {!quote.SBQQ__ExpirationDate__c}<br /> | ||
  Sales Contact: {!salesRep.Name}</span></p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table>","Standard","","HTML","2018-06-20T15:51:36.000+0000" |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"Id": "a13f4000001NrzWAAS", | ||
"Name": "a13f4000001NrzW", | ||
"CreatedById": "005f4000002OzPRAA0", | ||
"CreatedDate": "2018-06-20T15:49:06.000+0000", | ||
"IsDeleted": "FALSE", | ||
"LastModifiedById": "005f4000002OzPRAA0", | ||
"LastModifiedDate": "2018-06-20T15:51:36.000+0000", | ||
"LastReferencedDate": "2018-06-20T15:51:36.000+0000", | ||
"LastViewedDate": "2018-06-20T15:51:36.000+0000", | ||
"OwnerId": "005f4000002OzPRAA0", | ||
"SBQQ__CustomSource__c": "", | ||
"SBQQ__FontFamily__c": "", | ||
"SBQQ__FontSize__c": "", | ||
"SBQQ__Markup__c": "", | ||
"SBQQ__RawMarkup__c": "<table width=\"100%\">\n\t<tbody>\n\t\t<tr>\n\t\t\t<td style=\"text-align: left; width: 25%;\">{!companyLogo}</td>\n\t\t\t<td style=\"width: 10%;\"> </td>\n\t\t\t<td style=\"text-align: left; width: 30%;\">\n\t\t\t<p><span style=\"font-size:10px;\">{!quote.Name__c}<br />\n\t\t\t{!quote.Street__c}<br />\n\t\t\t{!quote.City__c}, {!quote.State__c} {!quote.Postal_Code__c}<br />\n\t\t\tOffice: {!quote.Phone__c}<br />\n\t\t\tFax: {!quote.Fax__c}</span></p>\n\t\t\t</td>\n\t\t\t<td style=\"width: 3%;\"> </td>\n\t\t\t<td style=\"width: 30%;border: 1px solid black;\" valign=\"middle\"> \n\t\t\t<p><span style=\"font-size: 10px;\">  Agreement #: {!quote.Name}-{!document.SBQQ__Version__c}</span></p>\n\n\t\t\t<p><span style=\"font-size: 10px;\">  Start Date: {!quote.SBQQ__StartDate__c}<br />\n\t\t\t  Expiration Date: {!quote.SBQQ__ExpirationDate__c}<br />\n\t\t\t  Sales Contact: {!salesRep.Name}</span></p>\n\t\t\t</td>\n\t\t</tr>\n\t</tbody>\n</table>", | ||
"SBQQ__TableStyle__c": "Standard", | ||
"SBQQ__TextColor__c": "", | ||
"SBQQ__Type__c": "HTML", | ||
"SystemModstamp": "2018-06-20T15:51:36.000+0000" | ||
} | ||
] |