In one of the portfolio’s I want to have a customized colum that identifies (Yes / No) if the due date of the project is outdated. I know I can see the dates (start and due date is the same column) and they are displayed in red when the date is in the past. However, I would like to have tis visible in a different way.
@Niels_Oomen You can add a custom field to your portfolio: Due Date Past (or whatever you would like to name it). Set this as a single-select field. You can have Yes and No as options or just Yes. Then add a rule for when work is overdue, change Due Date Past to Yes.
Thanks for the feedback. I added a single-select field and I have created a run. But the single-select field is not changing. How can I trigger to run the rule (btw is the rule correct)? I have various projects where the due date is in the past with more then 1 day.
@Niels_Oomen The rule will only run when a project changes to 1 day overdue. Meaning, any projects that are currently past due, the rule will not trigger. There are a couple ways to do this:
Manually update the custom field for any projects that are overdue (this would be a one-time thing since the rule will run for any future projects that are overdue).
Set the trigger to also be run manually, then run it for current projects past due. This would also be a one time thing so it might be easier to just change the field for those project overdue.
Just in case you aren’t familiar with it, there are a couple of ways you can view your overdue projects.
If all the projects are in a portfolio, you can setup a temp view in that portfolio (or maybe you want to keep it) that uses the Due Date filter “Due date is Due before today”.
This will show only those projects in the portfolio that are overdue. You can then select all the projects by clicking on your first project, hold shift, then click on the last project. Then change your past due field to “Yes”.
The other option is to do a global advanced search for all projects then sort by due date. This will put the most overdue at the top. You will need to add your custom field to this search. Then go through the same process as above - select all past due projects then update your custom field.
Thanks again. I was familiar with the filtering, but I want to see all projects in the view an high-light the projects which needs an update (due date in the past). So, the single-select column should help.
However, I’m not familiair with: “Set the trigger to also be run manually”. I’m ok if this is a one-time actions per project (I know I can do it manually myself) but by using the trigger I also can validate the rule. Any advice on how I can do that?
Apperently I’m doing someting wrong. Below you see the rule, but nothing was set by the rule. I included when the due date was empty. So, I still due not know what is wrong.
@Niels_Oomen The trigger for your rule is When Work is overdue 1 day after. If Due date is empty the rule won’t run because there is no due date to trigger. Try setting a due date for today then see if the rule runs overnight. It should because once tomorrow comes, then the project is overdue by one day. You can do this on a test project if you would like so as to not affect any live projects.
Also, you really don’t need the check if in the rule as you have it above because in your trigger you are already checking for the due date to be 1 day overdue.
Just a reminder, the rule won’t run on projects that are already overdue because the trigger has passed.
Nothing happend. Apperently I’m doing something wrong with this rule
For a project I did set the due date to 14-01-2026. But it is not set to out of date = Yes.
@Niels_Oomen One thing you might try is removing the Check if’s. They are not really needed with the way you structured your When trigger. The rule should then trigger and update the Out of date field.
@Niels_Oomen, I agree with @Ron_Sanga’s last reply that both Check ifs are not needed and you should remove them to simplify. But I suspect the problem is that the due date was 14-1 but just after midnight when the rule ran, today’s date was 16-1, so it’s expected that the action wouldn’t trigger because the task is 2 days overdue not 1 day overdue; it must match exactly as was pointed out earlier.
Hi All,
Last Friday the 16th I updated the rule as suggested (below). I updated various projects with an due date of the 15th and 16th and none of them have “Out of date” = Yes.
What should I do when some projects do not have a due date at all? Because then we do not have the date issue / challenge.
@Niels_Oomen The only thing I can think of with setting the project due date to 1/16 and it not switching is if the work schedule for the project is set to Monday - Friday. I haven’t tested this. @lpb do you know if the project work schedule would impact the rule running for one day past due?
@Niels_Oomen You can check the project schedule by going to the customize button in the project and clicking on Project Settings at the bottom. For projects without a due date, you can add the due date if you know what that is or add a task for the project owner to add the due date.
Thanks for the feedback. I updated a project in the portfolio with a due date to the 20th (today) and then I would expect that the configured field is updated tomorrow the 21st (after midnight).