/
How is the data for calendar DS generated?
How is the data for calendar DS generated?
Question
What is the logic behind Data Load that generates data for the calendar data source? Specifically:
How far to the future does it generate data?
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?
Answer
It is configurable in the server config – the number of years in the past and in the future.
<!-- Default calendar generation: years to go back and ahead from the load date --> <yearsBackward>4</yearsBackward> <yearsForward>2</yearsForward>
Note that only the support team can change the server configuration.
Correct.
, multiple selections available,
Related content
cal - Business Calendar Conversion (Data Source)
cal - Business Calendar Conversion (Data Source)
More like this
Configure Business Calendar
Configure Business Calendar
Read with this
Data Sources
Data Sources
Read with this
Data Loads
Data Loads
More like this
Data Analyzer
Data Analyzer
Read with this
ccy - Currency Conversion (Data Source)
ccy - Currency Conversion (Data Source)
Read with this
Found an issue in documentation? Write to us.