I need to start a workflow to run once a day at 1am. I watched the workflow video under training and that gave me a good idea of what I would want to do.
However I can not find the field to update .
What I need to do is change a status of a product when one the field called Support expired is less then today (or in the past).
The field is a custom fueld called Status_C. I selected the Base module of Products. I can not find a filter option for the Feild I am attempting to look for. then when I go to action section the Status_C field doesn't show.
Workflow is driven by C# activity classes. This means that custom fields need to be added to the *Activity.cs file and the app will need to be rebuilt.
We have a utility page ~/_devtools/GenerateActivities.aspx that will update all *Activity.cs files.