WMSLocationLoad::deleteLoadCreatedBeforeDate Method
Deletes all the WMSLocationLoad records that are related to a WMSLocation record and were created before the specified date and time.
Syntax
server public static void deleteLoadCreatedBeforeDate(
WMSLocationId _wmsLocationId,
InventLocationId _inventLocationId,
DataAreaId _wmsLocationDataAreaId,
utcdatetime _utcDateTimeDeleteCreatedBefore)
Run On
Server
Parameters
- _wmsLocationId
Type: WMSLocationId Extended Data Type
The WMSLocationId ID of the WMSLocation location for which to delete the load.
- _inventLocationId
Type: InventLocationId Extended Data Type
The InventLocationId ID of the InventLocation warehouse for which to delete the load.
- _wmsLocationDataAreaId
Type: DataAreaId Extended Data Type
The dataAreaId ID of the WMSLocation location for which to delete the load.
- _utcDateTimeDeleteCreatedBefore
Type: utcdatetime
The UTCDateTime value before which to delete records.