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
- _wmsLocationId
Type: WMSLocationId Extended Data Type
The WMSLocationId value of the WMSLocation location to use to find the load.
- _inventLocationId
Type: InventLocationId Extended Data Type
The InventLocationId value of the InventLocation warehouse for which to find the load.
- _wmsLocationDataAreaId
Type: DataAreaId Extended Data Type
The dataAreaId value of the WMSLocation location for which to find the load.
- _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.