Business Hours Configuration in netflow.cfg
To configure your work calendar in AgilePoint Server, do the procedure in this topic.
Business hours are configured in the <workCalendar> node of the AgilePoint Server configuration file netflow.cfg.
Prerequisites
How to Start
- On the AgilePoint Server machine, in a text editor, open the file netflow.cfg.
XML Node Format
<workCalendar
startAt="[start time (24 hrs. format)]"
endAt="[end time (24 hrs. format)]"
weekDays="[working business days]"
<holidays="[list of public holidays]"/>
<workdays="[Holds the list of days which are marked and secondary holiday in an organization]"/>
/>
XML Node Example
<workCalendar startAt="9" endAt="17" weekDays="1;2;3;4;5">
<holidays year="2017" holiday="11/15;11/23;11/24" />
<workdays year="2017" workday="11/16;11/25;11/29" />
</workCalendar>
Attributes
Field Name | Definition |
---|---|
startAt |
|
endAt |
|
weekDays |
|
holidays |
|
workdays |
|