replace ugly CCMS link with Service Advisor

This commit is contained in:
David Daily 2022-01-13 13:47:41 -06:00
parent 0d596fd2d4
commit 2a4cf2dbda
1 changed files with 32 additions and 32 deletions

View File

@ -19,7 +19,7 @@ ButtonOk:
If RegExMatch(Number, "[[:alpha:]]+")
run, % "http://serviceadvisor.deere.com/WebSA/manuals/" . Number
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
Return