Hi There,
I’m exploring this background template, I have managed to build one that takes values from the database
i.e queries all names of people who’s birthday is today (TableColumns=> FullName, DateOfBirth) and create a CSV file.
My Questions.
- Is it possible to have this background process in Re-Framework? How
- When having a process in ReFramework, is it wise to through system exceptions or only Business Rules/Exception?