Share via


WMSLocationLoad::selectSummedLoadCreatedBeforeDate Method

Retrieves a WMSLocationLoad buffer that has aggregated values for the load fields and was created before the specified date and time.

Syntax

server public static WMSLocationLoad selectSummedLoadCreatedBeforeDate(
    WMSLocationId _wmsLocationId, 
    InventLocationId _inventLocationId, 
    DataAreaId _wmsLocationDataAreaId, 
    utcdatetime _utcDateTimeDeleteCreatedBefore)

Run On

Server

Parameters

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

Return Value

Type: WMSLocationLoad Table
A WMSLocationLoad buffer that has aggregated values for the load fields.

See Also

Reference

WMSLocationLoad Table