| Revised | Tuesday, February 2, 2010 1:31 PM PST |
| By | John Mitchell |
| Article ID | 132 (r590) |
| Circulation | PUBLIC
|
The WARN setup string can be used to configure warnings on some event entries.
Example : BRED gives a warning when breeding a cow under 12 months.
I breed some cows at 11 months - can I suppress this warning ?
Yes.
There is a setup string called WARN which takes three parameters :
WARN DryDaysInMilk FreshMonths BredMonths NotDryWarning
| Description | Default | Comment |
|---|---|---|
| DryDaysInMilk | 30 days | FRESH Warns if days dry < 30 |
| FreshMonths | 19 months | FRESH warns if age < 19 months |
| BredMonths | 12 months | BRED warns if age < 12 months |
| NotDryWarning | 0 (No warning) | Set to "1" if want warning if FRESH but not dry |
WARN 30 19 12 0