<p>In Organization Settings, you can create a list of holidays. These are not counted as workdays from workflows.<br>
<br>
Is there any way to import these holidays or edit these entries directly? As far as I know, there is no such feature documented.<br>
Maybe someone here knows of a possibility I don't know about?<br>
<br>
Any way would work for me: txt file import, API call, database manipulation etc.<br>
<br>
<em><strong>EDIT: Found it in the database. Any other way would still be appreciated.</strong></em><br>
Settings is an XML column.</p>
<pre class="linenums prettyprint">SELECT settings FROM [dwsystem].[dbo].[DWOrganization];
Organization -> General -> Calendar -> Holidays
<Holidays>
<Holiday name="Holiday 1" date="2022-11-21" />
<Holiday name="Holiday 2" date="2002-11-21" />
</Holidays>
</pre>
<p></p>
<p>Thanks & Greetings from Germany,<br>
Simon H. Hellmann<br>
DocuWare System Consultant</p>