8

There is no out of the box method to clean up the records in the license plate label section (&mi=WHSLicensePlateLabel). There is a disabled delete button on the form and no batch job to delete these records.


Please implement a clean up batch job similar to others in other areas that will delete old entries in the WHSLicensePlateLabel table based on the created date. A parameter with the number of days to keep would work well.

STATUS DETAILS
New

Comments

S

That menuitem does not clean up the WHSlIcensePlateLabel records. It cleans up the InventDim records related to the licenseplate numbers (not the labels). It executes the below code. I think the idea from Suf still needs some consideration.WHSLicensePlate whsLicensePlate;  delete_from inventDimLPCleanupTask    where inventDimLPCleanupTask.SessionId  == _sessionId    exists join whsLicensePlate    where whsLicensePlate.LicensePlateParent == inventDimLPCleanupTask.LicensePlateId;

Category: Warehouse Management

S

&mi=action:InventDimLPCleanupProcess

Category: Warehouse Management