Compartir a través de


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

  • _utcDateTimeDeleteCreatedBefore
    Type: utcdatetime
    The UTCDateTime value before which to delete records.

See Also

Reference

WMSLocationLoad Table