...
- Save
- Validate and save our changes.
- Reload
- Reload the grid, resetting setting any changes we have made since it was last savedmade to the flock profile form.
Close
- Closes the form.
Delete
- This is a context menu item that appears over a selected row. This will delete the row from the grid once the form has been saved.
The columns on the grid are as follows:
- Effective Date
- Required
- This is the date when the profile item will begin overriding the default feed profile. Changes to this field will update the ages.
- Age in Days
- Required
- This is the age when the profile item will begin overriding the default feed profile. Changes to this field will update the effective date.
- Age in Weeks
- Required
- This is the age when the profile item will begin overriding the default feed profile. Changes to this field will update the effective date.
- Feed Type
- Required
- Setting this will filter the list of formulas to choose.
- Formula Code
- Required
- This is the formula that will be fed to the flock. It is filtered by the feed type, unless it is set first. Then, the list will include all formulas and will set the feed type if it is selected first.
- Formula Name
- This is a read only field that displays the name of the selected formula code.
- The maximum amount that can be delivered in one batch.
- The minimum amount that can be delivered in one size.
- Delivery Units
- Required, when max and min sizes are set.
- These are the units of the max and min settings.
- Feed Buffer
- The amount to buffer deliveries of this type by.
- Feed Buffer Units
- Required, if feed buffer is set.
- These are the units for the buffer, it includes both weights and spans of time (buffers can also be in times).
- Comment
- A comment that we can add to each record.
...
The overrides should go into effect as soon as the effective date is reached. There are some things that may delay this, such as the prior planned delivery not hitting a minimum delivery size.
The code to trigger an auto regenerate (if configured on the flock) was added to the flock profile form. Changes made on the form will recalculate the feed plan in the background. Select the Reset button or close and re-open the feed plan form for the changes to take effect.