At work when someone puts in a ticket in Service Desk we also need to email the customer that the ticket was put in. (the auto notify is not on, for another reason). I made up a web form to make the process easier, but it's still tedious having to basically put in a ticket twice.
Through web coding (javascript? java?) how possible would it to make it so when you hit submit it actually fills out a windows application (ex: finds window open, finds proper fields, fills them)
Think it would be neat if I made it open the tickets too then you just need to add a few things then click save. Without getting into application specific stuff, is this possible to do with a web client based language?
Through web coding (javascript? java?) how possible would it to make it so when you hit submit it actually fills out a windows application (ex: finds window open, finds proper fields, fills them)
Think it would be neat if I made it open the tickets too then you just need to add a few things then click save. Without getting into application specific stuff, is this possible to do with a web client based language?