-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
45 lines (30 loc) · 1.49 KB
/
README
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
A collection of Powershell scripts for use with a Dovetail/Clarify environment.
Requires the Dovetail SDK.
DovetailCommonFunctions.ps1
A set of common functions for working with the Dovetail SDK
dovetail.config
Database connection and logging configuration
LoadConfig.ps1
Loads config file into global appsettings. Used by DovetailCommonFunctions.ps1
PublishActivity.ps1
Publish an activity to a Socialcast activity stream
PublishActivity.bat
A simple wrapper script that changes to the correct directory and invokes the PublishActivity.ps1 powershell script
saveQueryToExcel.ps1
example of saving data to Excel
CloseCase.ps1
powershell script to close a case
CloseCase.bat
A simple wrapper script that changes to the correct directory and invokes the CloseCase.ps1 powershell script
ChangeCaseStatus.ps1
powershell script to change the status of a case
ChangeCaseStatus.bat
A simple wrapper script that changes to the correct directory and invokes the ChangeCaseStatus.ps1 powershell script
SetInitialResponse.ps1
powershell script to set the initial response flag on a case
SetInitialResponse.bat
A simple wrapper script that changes to the correct directory and invokes the SetInitialResponse.ps1 powershell script
UpdateLastModifyTimestamp.ps1
powershell script to update the last modified timestamp on an object
UpdateLastModifyTimestamp.bat
A simple wrapper script that changes to the correct directory and invokes the UpdateLastModifyTimestamp.ps1 powershell script