Share via


WMSSpaceUtilizationDP.insertData Method [AX 2012]

Inserts a line of data in the table.

Syntax

private void insertData(
    date _date, 
    InventSiteId _inventSiteId, 
    InventSiteName _inventSiteName, 
    RecId _unitRecId, 
    Name _unitName, 
    real _currentSpace, 
    real _maxSpace, 
    real _spaceUtilization, 
    boolean _overloaded, 
    boolean _hasBacklog)

Run On

Server

Parameters

  • _date
    Type: date
    The tracking date field.
  • _currentSpace
    Type: real
    The current space in use field.
  • _maxSpace
    Type: real
    The maximum space field.
  • _spaceUtilization
    Type: real
    The space utilization percentage field.
  • _overloaded
    Type: boolean
    A flag that specifies whether the unit is overloaded for the date.
  • _hasBacklog
    Type: boolean
    A flag that specifies whether the respective unit or site has backlog.

See Also

Reference

WMSSpaceUtilizationDP Class