I am trying to determine departments created in the last month. The DEPTCODE table has a date stamp field but that is updated if any changes are made to a department. I do not care about changes just newly created departments. Is there another table I should be looking at?
Julia
Sorry but the only field is the DATE_STAMP that would show new and changed departments... I would usually just create a process flow to send a list in an email saying the department is either new or changed in the last month. If that is not good enough then you will need to do something to list the departments each month and then run a report against the departments from the prior month as a comparison - updating the comparison file each month. Access might be an adequate tool to do it in. (Processflow would be a good tool to do this if you have someone skilled in programming it ... If you have someone that can create a flow you could have a monthly scheduled flow pull Active departments and then write them to a file on your server and then have the flow look at that file as a comparison.)
** Had an additional thought - maybe you could have the descriptions populated one way for new departments and then have processflow identify the new departments from what is entered in the description field and then use an AGS to change it after you are notified. I had a process on a field a while back where we put a code in front of the field + or - and then that was used by the flow to say it was an add or delete... The flow would then remove the extra character... (I don't know how the Security fields are used but maybe you could have them default to one value and then change them in a flow after you get notified of the new department...)
Julia, I could not sleep so I created a processflow that does this... Always wanted a reason to learn how to use the file access and iterator nodes. However, you need to have Process Flow Integrator to do it because it needs to be able to write to and read from a file. It is slower than I expected but it seems fine if it is only going to run monthly... Do you have PFI?
I believe that you could also create a SmartNote to compare the departments and send you an email when something changes.
I don't have Smart Notifications... (I do quite a bit with Process Flow that would probably fit Smart Notifications better but I can't afford to have Smart Notifications. To me it seems like these two should run from the same tool - makes more sense as one integrated tool because they can do some of the same things - in different ways.) Process Flow Integrator question: Does anyone know if you need to "have" PFI to run flows with PFI nodes.... In the past, flows created with Process Flow Professional would run on a system that was not using professional. The license was more for the designer tool. I am wondering if someone creates a flow in PFI - would it run for someone that just has standard?