Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Question

What is the logic behind DataLoad Data Load that generates data for the calendar data source? Specifically:

  1. How far to the future does it generate data?

  2. On every project, should we schedule this job to run automatically after some time to avoid situation where we "run out" of the data there?

...

hiddentrue

...

Answer

  1. It is configurable in the server config – the number of years in the past and in the future.

    Code Block
    <!-- Default calendar generation: years to go back and ahead from the load date -->
    <yearsBackward>4</yearsBackward>
    <yearsForward>2</yearsForward>

    Note: The server config can be only changed by Support.

  2. Correct.