Once a year, I plan a task to extend the time range by one year.
I tried extending it by a year, which resulted in unexpected changes to the time entity relationships.
In the example below, the number of child entities Month for FY=2023 should remain 12, but has become 3.
Before the time change
After the time change
I have two questions.
- Is it common for time entity relationships to break after changing the time range in Board?
- What is the best practice for fixing time entity relationships? My current idea is to extract the time entity tree before the time range change in a CSV (using a procedure), and then import the CSV with one year's worth added (also a procedure).