-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdosm_manager.htm
More file actions
45 lines (45 loc) · 2.51 KB
/
dosm_manager.htm
File metadata and controls
45 lines (45 loc) · 2.51 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
45
<html>
<head>
<title>Dependent Option Set Manager 1.0.0.3</title>
<script src="js/dosm_requirements.js"></script>
<script src="js/dosm_custom.js"></script>
<link rel="stylesheet" href="css/dosm_requirements.css">
<link rel="stylesheet" href="css/dosm_custom.css">
</head>
<body>
<div class="col-lg-12">
<h3>Dependent Option Set Manager 1.0.0.3 <span id="demo"></span></h3>
Created by Guido Preite <a target="_blank" href="https://www.twitter.com/crmanswers">Twitter</a> - <a target="_blank" href="https://www.linkedin.com/in/guidopreite/">LinkedIn</a> - <a target="_blank" href="https://www.crmanswers.net">Blog</a>
<br /><br />
<div class="dropdown">
<button class="btn btn-primary dropdown-toggle" type="button" id="btn_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Menu</button>
<div class="dropdown-menu" aria-labelledby="btn_menu" id="mnu_main">
</div>
<button id="btn_notice" type="button" class="btn btn-secondary">Hide Notice</button>
</div>
<br />
<div id="div_notice" class="notice">
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
<br />
<br />
The Dependent Option Set Manager is able to:
<ul>
<li>Create new Web Resources inside Solutions</li>
<li>Update existing Web Resources</li>
<li>Delete Web Resources</li>
<li>Update selected Forms to add/remove Libraries and Event Handlers</li>
</ul>
<span class="notice-red">Although the code used in this software is fully supported, these operations are considered dangerous if done automatically (buttons executing them are in red color).</span>
<br />
The software provides instructions if a user wants to implement manually the functionalities.
<br />
<br />
</div>
</div>
<div id="div_content"></div>
<br />
<script>
DOSM.Initialize();
</script>
</body>
</html>