Skip to content

Converting a manual process to an automated one

I recently completed project was for a CAMS college that wanted to automate the inputting of faculty contracts into CAMS Enterprise. It used to be a process where someone would have to manually calculate the contract amount and enter in the courses an instructor would be teaching.

I ended up writing a couple of SQL stored procedures that they can run that populate the faculty contracts in a matter of seconds. Not only will it save them time, but it will also eliminate the possibility of human error.

Best of all, the employees who were entering the contracts can now focus on more important tasks in service of the students and the college.

Leave a Reply