replace CCMS with Service Advisor
This commit is contained in:
parent
7d0838567e
commit
5ba0c5a215
@ -1,33 +1,33 @@
|
|||||||
#SingleInstance force ; Only one instance at a time
|
#SingleInstance force ; Only one instance at a time
|
||||||
SendMode, Input
|
SendMode, Input
|
||||||
FileEncoding, UTF-8 ; Makes sure the special characters don't break stuff
|
FileEncoding, UTF-8 ; Makes sure the special characters don't break stuff
|
||||||
|
|
||||||
Menu, Tray, Icon, %A_MyDocuments%\D3K\icons\manual.ico
|
Menu, Tray, Icon, %A_MyDocuments%\D3K\icons\manual.ico
|
||||||
|
|
||||||
Gui, +AlwaysOnTop +ToolWindow
|
Gui, +AlwaysOnTop +ToolWindow
|
||||||
|
|
||||||
Gui, Add, Edit, x2 y3 w78 h20 vNumber +Left,
|
Gui, Add, Edit, x2 y3 w78 h20 vNumber +Left,
|
||||||
Gui, Add, Button, x22 y43 w70 h20 Default vHidden, Ok
|
Gui, Add, Button, x22 y43 w70 h20 Default vHidden, Ok
|
||||||
Gui, Add, Button, x81 y3 w17 h20 gHelp +Center, ?
|
Gui, Add, Button, x81 y3 w17 h20 gHelp +Center, ?
|
||||||
Gui, Show, h28 w100, ManSol
|
Gui, Show, h28 w100, ManSol
|
||||||
GuiControl, Hide, Hidden
|
GuiControl, Hide, Hidden
|
||||||
|
|
||||||
Return
|
Return
|
||||||
|
|
||||||
ButtonOk:
|
ButtonOk:
|
||||||
Gui, submit ; I have no idea what the regex means any more...
|
Gui, submit ; I have no idea what the regex means any more...
|
||||||
If RegExMatch(Number, "[[:alpha:]]+")
|
If RegExMatch(Number, "[[:alpha:]]+")
|
||||||
run, % "http://serviceadvisor.deere.com/WebSA/manuals/" . Number
|
run, % "http://serviceadvisor.deere.com/WebSA/manuals/" . Number
|
||||||
Else If RegExMatch(Number, "[[:digit:]]+")
|
Else If RegExMatch(Number, "[[:digit:]]+")
|
||||||
run, % "https://ccms.deere.com/prweb/PRServletCustomAuth/ZDate_MgiNPn1ccL6O6pyBurDs0hjFQ8*/!STANDARD?pyActivity=SolutionsSnapStart&Action=showHarness&className=Deere-Int-Solr-Docs&Purpose=SolutionDescriptionNew&SolutionID=" . Number . "&Language=Default"
|
run, % "https://serviceadvisor.deere.com/WebSA/solutions/en/" . Number
|
||||||
ExitApp
|
ExitApp
|
||||||
Return
|
Return
|
||||||
|
|
||||||
|
|
||||||
Help:
|
Help:
|
||||||
MsgBox, 262176, Maual & Solution opener, Input the TM/OM SKU (easily ofund on TechPubs) or the DTAC solution number to open it in your default browser.`nTMs & OMs open in Service Advisor.
|
MsgBox, 262176, Maual & Solution opener, Input the TM/OM SKU (easily ofund on TechPubs) or the DTAC solution number to open it in your default browser.`nTMs & OMs open in Service Advisor.
|
||||||
Return
|
Return
|
||||||
|
|
||||||
GuiClose:
|
GuiClose:
|
||||||
GuiEscape:
|
GuiEscape:
|
||||||
ExitApp
|
ExitApp
|
Loading…
Reference in New Issue
Block a user