Whether an enterprise application is custom-built or purchased off-the-shelf, you can always delve under the hood into the database layer to add your own specific functionality, like alerting and ...
Assuming that you will have a table that holds the job details, then the obvious way would be to include a 'Job Expiry Date' column, which will be automatically ...
The 'magic' for want of a better word that makes this happen is triggers. This is a feature of high-end database systems like Oracle, SQL Server and MySQL that causes program code to execute via the ...