Relative Content

Tag Archive for winforms

Creating in-house automations and management server

So the basic idea is I work for smallish company that uses a number of different solutions like Salesforce to manage our day to day workflow. It works, but there’s clearly a lot of room for automation given many of the processes between the solutions are almost entirely manual. At first I started by automating my own workflow, but I quickly realized I might be able to do the same for the various departments across the business (partially as a way to jump-start my programming career that was put on ice for a few years). I ended up creating the following system:

Should I unify the two methods?

I am working with WinForms. In one of the forms I have two combos that are filled through a method that brings the data from the database.