Hello everyone,
I want to create a timer job that can update a list column named "Status" every day.
Here is my requirements:
1, check the list item and update its status to "Approval" if the item's column "Agree" is equal to "Yes"
2, Update every day
Any advice? Thx.