To delete articles that have not been updated for more than x days (NumberDays). If 'Last received' (see below) is selected, then the 'Last received' date is used for the item, otherwise the 'Last modified' is used. Booking articles using stored procedures will not set separately set this date, as it is always the same as the 'Last modified' date. When booking directly, the 'Last received' date is set.
Deleted are the found articles with their:
| Properties | |
|---|---|
| Name | Description |
| Type | Class name of the jobstep |
| Name | Name for the jobstep that will appears in the job designer |
| Description | Optional description for the jobstep |
| Older than | Remove item details that have not been changed in the last x days. I.e. the 'Last change' date of the item is older than x days. |
| Article mask | Remove Articles of a certain season or something else … |
| Batch size | The number of articles to be processed per pass. The default value is 150. |
| Use last received | Use last received date instead of last changed |
| DB Timeout | The time in seconds to wait until the attempt to execute a command is terminated and an error is generated. If less or equal zero, the default timout will be used. |