-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdd Service Parameter.xml
More file actions
38 lines (34 loc) · 1.01 KB
/
Copy pathAdd Service Parameter.xml
File metadata and controls
38 lines (34 loc) · 1.01 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
<?xml version="1.0" encoding="utf-8" ?>
<DMSScript options="272" xmlns="http://www.skyline.be/automation">
<Name>Add Service Parameter</Name>
<Description></Description>
<Type>Automation</Type>
<Author>SKYLINE2\JonasKO</Author>
<CheckSets>FALSE</CheckSets>
<Folder>Service Management</Folder>
<Protocols>
</Protocols>
<Memory>
</Memory>
<Parameters>
<ScriptParameter id="4" type="string" values="">
<Description>DOM ID</Description>
</ScriptParameter>
<ScriptParameter id="1" type="string" values="">
<Description>Label</Description>
</ScriptParameter>
<ScriptParameter id="2" type="string" values="">
<Description>Profile parameter ID</Description>
</ScriptParameter>
<ScriptParameter id="3" type="string" values="">
<Description>Value</Description>
</ScriptParameter>
</Parameters>
<Script>
<Exe id="10" type="csharp">
<Value><![CDATA[[Project:Add Service Parameter_1]]]></Value>
<!--<Param type="debug">true</Param>-->
<Message></Message>
</Exe>
</Script>
</DMSScript>