-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (159 loc) · 10.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>3B Docs</title>
<meta name="description" content="Contracts & e-Signatures">
<meta name="keywords" content="Document Generation, Electronic Contracts, Native for Salesforce">
<meta name="author" content="3B Soft">
<meta name=”robots” content="index, follow">
<link rel="icon" type="image/x-icon" href="./images/logo-noname.svg">
<script src="./scripts/blockquote/component-blockquote.js" type="module"></script>
<script src="./scripts/header/component-header.js" type="module"></script>
<script src="./scripts/longform/component-longform.js" type="module"></script>
<script src="./scripts/products-compare/products-compare.js" type="module"></script>
<script src="./scripts/main.js" type="module"></script>
<link rel="stylesheet" href="./styles/salesforce-lightning-design-system.css"></link>
<link rel="stylesheet" href="./styles/salesforce-lightning-design-system-offline.css"></link>
<link rel="stylesheet" href="./styles/salesforce-lightning-design-system-legacy.css"></link>
<link rel="stylesheet" href="./styles/salesforce-lightning-design-system_touch.css"></link>
<link rel="stylesheet" href="./styles/custom.css"></link>
<script type="module">
import { init } from './scripts/main.js';
init();
</script>
</head>
<body>
<div class="app viewport">
<c-header active="App"></c-header>
<div class="main">
<div class="content">
<div class="content-inner">
<div class="slds-grid slds-col slds-text slds-grid_vertical">
<div class="slds-col slds-size_1-of-1">
<c-longform>
<h1 class="slds-m-bottom_small slds-text-heading_large">
<span>
Introducing 3B Documents & Electronic Signatures
</span>
</h1>
<p>An application built <u>natively</u> on the Salesforce platform that structures and generates electronic documents and manages collection of required signatures from both Salesforce and non-Salesforce sources.
<p>The application is created using cutting edge technologies that scale without the added transaction costs of third-party software. Agreements are safely and centrally stored for easy access, search, and retrieval. 3B streamlines agreement preparation, supports redlining, facilitates collaboration and maintains approvals.</p>
<br/>
<ul>
<li class="slds-p-bottom_small" >
<strong >
<a href="https://3bknowhow.com/">Nested Related Children</a>
</strong><br >
Supports rendering repeatable blocks with multiple <em>nested child related objects</em>
</li>
<li class="slds-p-bottom_small" >
<strong >
<a href="https://3bknowhow.com/">Unlimited Parent Relationships</a>
</strong><br >
Adds merge tags which traverse an unlimited number of parent relationships
</li>
<li class="slds-p-bottom_small" >
<strong >
<a href="https://3bknowhow.com/">Document Version Control</a>
</strong><br >
Creates a snapshot of a document each time a change is registered. Rewinds back to an older version if needed
</li>
<li class="slds-p-bottom_small" >
<strong >
<a href="https://3bknowhow.com/">Reusable Sub-Templates</a>
</strong><br >
Marks templates as "Sub-Templates" to allow embedding them in other templates. Supports both Static and Dynamic sub-templates
</li>
<li class="slds-p-bottom_small" >
<span class="slds-badge slds-badge_lightest">Coming Soon!</span>
<strong >
<a href="https://3bknowhow.com/">Contract Redlining</a>
</strong><br >
Permits multiple collaborators, in line with their assigned permissions and a configured approval process, to edit and agree on the terms of a contract
</li>
<li class="slds-p-bottom_small" >
<strong >
<a href="https://3bknowhow.com/">Assign Multiple Signatories</a>
</strong><br >
Supports multiple signatories to any document that requires an electronic signature. Structures the order of signing and controls the workflow
</li>
<li class="slds-p-bottom_small" >
<strong >
<a href="https://3bknowhow.com/">Embedded Input Elements</a>
</strong><br >
Supports embedded HTML Elements <em>e.g. drop downs, checkbox(es), radio-buttons, text input, date input</em> on templates that collect user inputs
</li>
<li class="slds-p-bottom_small" >
<strong >
<a href="https://3bknowhow.com/">Extend Functionality With Code Snippets</a>
</strong><br >
Uses <em>Custom Function Expressions</em> that extend the application and integrate with charting software, and supports adding your own logic for rendering
</li>
</ul>
<br/>
<p>Use 3B E-Sign to get generated documents signed securely. Go to <a href="https://app.3bdocs.com/">3B E-Sign</a></p>
</c-longform>
</div>
<div class="slds-col slds-size_1-of-1">
<c-longform>
<h1 class="slds-m-bottom_small slds-text-heading_large">
<span>
Comparison With Other Generators
</span>
</h1>
<p>Not all products are made the same. Here is a quick table to let you compare between the different offerings available on the Salesforce platform.</p>
<br/>
<div class="c-products-wrapper slds-scrollable_x">
<c-products-compare></c-products-compare>
</div>
<p>Note: to use the PDF as an input format, you must use our 3B Sign application</p>
</c-longform>
</div>
<div class="slds-col slds-size_1-of-1">
<c-longform>
<h1 class="slds-m-bottom_small slds-text-heading_large">
<span>
Interested in Learning More?
</span>
</h1>
<p>Jump to our Knowledge Base to learn how to implement 3B Docs in your org.</p>
<br/>
<ul>
<li class="slds-p-bottom_small" >
<strong >
<a href="./contactus.html">Book a Demo</a>
</strong><br >
Support rendering repeatable blocks with multiple <em>nested child related objects</em>
</li>
<li class="slds-p-bottom_small" >
<strong >
<a href="./contactus.html">Get Support or Report Issues</a>
</strong><br >
Send us an email or raise a case and one of our support representatives will be in touch with you very soon
</li>
<li class="slds-p-bottom_small" >
<strong >
<a href="./contactus.html">Recommend App Improvements</a>
</strong><br >
We want to hear from you and improve our products. Feel free to reach out to us using the support channels
</li>
</ul>
<c-blockquote title="">
<p>Download the application by searching <em>"3B Docs"</em> in the AppExchange</p>
<a href="https://appexchange.salesforce.com/" class="slds-button slds-button_brand slds-m-top_x-small">Download Now</a>
</c-blockquote>
</c-longform>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Start of HubSpot Embed Code -->
<!-- <script type="text/javascript" id="hs-script-loader" async defer src="https://js.hs-scripts.com/7533174.js"></script> -->
<!-- End of HubSpot Embed Code -->
</body>
</html>