I have a project that I'm working on that I need some help on. Kind of new to this whole thing. I will explain, it's pretty simple.
I have a folder that contains three folders - the three folders are labeled. OPEN, CLOSED and ARCHIVED. Inside each of these are client folders. The location of the client folder depends on if the client case is OPEN, CLOSED or ARCHIVED. The client folder has a template with a field named CASE STATUS which includes the three options of OPEN, CLOSED & ARCHIVED.
Example;
What I want to do is if the CASE STATUS field changes to run a workflow that moves the folder to the appropriate folder. In the above example I have Jane Doe as an open case. The CASE STATUS field of the DOE, JANE folder is currently set as OPEN. If the user now wants to close the case they would simply change the CASE STATUS to CLOSED. Workflow would move the DOE, JANE folder under the CLOSED folder.
I don't really want to loop through all the folders each time one changes so I want to locate and change just the one that has changed. The big question is how do I create a query that locates just the folder that recently had a value change in the CASE STATUS field?