I am new to this forum and have bee programming on/off in C# for a little while so bare with me! We have a internal site used by our team that processes transactions created by our end users. We process these transactions 5 times a day which is call our cycle run. Our team processes these transactions through our Admin screen which is a series of events/buttons that they click in in order to process the transactions at a given step, produce a text file that is sent to the server and then our mainframe process picks up the text file and processes that file. Once the mainframe job gets done, it sends back a file with the results and our admin users click on the next button to receive the text file. Depending on the results, the transaction could be set to an error or moved on to the next step in the process. This can continue on until the final step is reached. That is the process at a high-level (which I know there is more info needed but this is to get the conversation started).
I would like to know how to get started to make this an automated process so that our admin personal don't have to click on the buttons anymore and it continuously moves through the steps (a cycle) every hour but need the click events to be processed so that the code is still executed. I need this to run in the background even if the site is not open or displayed.
This site has been coded in C# with .Net Framework 4.5
Please ask any questions and ANY help or discussion is greatly appreciated!
I would like to know how to get started to make this an automated process so that our admin personal don't have to click on the buttons anymore and it continuously moves through the steps (a cycle) every hour but need the click events to be processed so that the code is still executed. I need this to run in the background even if the site is not open or displayed.
This site has been coded in C# with .Net Framework 4.5
Please ask any questions and ANY help or discussion is greatly appreciated!