Background:
I have a custom entity named “s_check” which has a custom field named “new_date_issued” of type “date and time”.
Each record in that same custom “s_check” entity also contains a field named “new_processed” of type “single line of text” and there is either a letter “U” or “P” inside that field.
.
Objective:
.
I would like the user to be able to go into some kind of new form to select a “start date” and a “stop date”, which will cause all records from the s_check table that contain a value of “U” in the “new_processed” field AND also contain a date in the“new_date_issued” field that falls between the user selected “start date” and “stop date” to get their “new_processed” field updated to “P”
How might I approach this issue?
I am thinking that perhaps a workflow structure is what I need to use, but I am hoping someone could recommend a method of approach and possibly point me a couple of relevant web resources that address this type of issue.
Any help would be greatly appreciated!