-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.xml
82 lines (65 loc) · 1.97 KB
/
Config.xml
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
<Configuration>
<Name>IDS_ServerRoutingRule</Name>
<Author>Bill Jones, Michael C. Mulligan</Author>
<Version>0.0.2.0</Version>
<Active>false</Active>
<Type>Server</Type>
<Description>
</Description>
<Settings>
<Setting name='NVTGC' value='ILL' type='string'>
<Description>
The NVTGC code for the site you would like the
add-on to run for.
</Description>
</Setting>
<Setting name='ProcessType' value='' type='string'>
<Description>
The ProcessType to look for when identifying
transactions to process.
OPTIONS: Borrowing, Doc Del, Lending
</Description>
</Setting>
<Setting name='RequestType' value='' type='string'>
<Description>
The RequestType to look for when identifying
transactions to process.
OPTIONS: Article, Loan
</Description>
</Setting>
<Setting name='TransactionStatus' value='' type='string'>
<Description>
The TransactionStatus to look for when identifying
transactions to process.
EXAMPLE: Awaiting Request Processing
</Description>
</Setting>
<Setting name='MatchString' value="" type='string'>
<Description>
The query to use when identifying transactions
to process.
NOTES:
- This value must be enclosed in double quotes
- This value must use single quotes for the query
OPTIONS:
- t = Transactions
- u = Users
EXAMPLE: u.Status = 'Student' t.Location like '%Closed%Reserve%'
</Description>
</Setting>
<Setting name='NewProcessType' value='' type='string'>
<Description>
The new ProcessType to set in the transaction
during processing.
OPTIONS: Borrowing, Doc Del, Lending
</Description>
</Setting>
<Setting name='NewTransactionStatus' value='' type='string'>
<Description>
The new TransactionStatus to set in the transaction
during processing.
EXAMPLE: Awaiting Document Delivery Processing
</Description>
</Setting>
</Settings>
</Configuration>