Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _inventSiteId
Type: InventSiteId Extended Data Type
The site ID field.
- _inventSiteName
Type: InventSiteName Extended Data Type
The site name field.
- _unitRecId
Type: RecId Extended Data Type
The storage load unit record ID field.
- _unitName
Type: Name Extended Data Type
The storage load unit name 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.