forked from forceworkbench/forceworkbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.php
More file actions
44 lines (43 loc) · 1.59 KB
/
Copy pathhelp.php
File metadata and controls
44 lines (43 loc) · 1.59 KB
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
<?php
require_once 'session.php';
require_once 'shared.php';
require_once 'header.php';
?>
<p>Workbench is not a supported product of or supported by salesforce.com, inc.
For support from the open source community, please visit the resources
below:
<ul>
<li><a href="http://wiki.apexdevnet.com/index.php/Workbench#FAQ"
target="help">FAQs</a>
<ul>
<li><a
href="http://wiki.apexdevnet.com/index.php/Workbench#General"
target="help">General</a></li>
<li><a
href="http://wiki.apexdevnet.com/index.php/Workbench#Login"
target="help">Login</a></li>
<li><a
href="http://wiki.apexdevnet.com/index.php/Workbench#Data_Management"
target="help">Data Management</a></li>
<li><a
href="http://wiki.apexdevnet.com/index.php/Workbench#Query_.26_Search"
target="help">Query & Search</a></li>
<li><a
href="http://wiki.apexdevnet.com/index.php/Workbench#Metadata"
target="help">Metadata</a></li>
<li><a
href="http://wiki.apexdevnet.com/index.php/Workbench#Utilities"
target="help">Utilities</a></li>
<li><a
href="http://wiki.apexdevnet.com/index.php/Workbench#Settings"
target="help">Settings</a></li>
</ul>
</li>
<li><a href="http://groups.google.com/group/forceworkbench"
target="help">Feedback & Discussion</a></li>
<li><a href="https://github.com/ryanbrainard/forceworkbench/issues"
target="help">Report an Issue</a></li>
</ul>
<?php
include_once 'footer.php';
?>