ProdCapacityReservationsDP.insertData Method [AX 2012]
Inserts a line of data in the temporary table.
private void insertData(
date _date,
CapacityHours _hours,
CapacityReservedHours _reservedHours,
real _percentage,
boolean _avgFlag,
boolean _insertPercentage)
Run On
ServerParameters
- _date
- Type: date
The date field.
- _hours
- Type: CapacityHours Extended Data Type
The capacity in hours field.
- _reservedHours
- Type: CapacityReservedHours Extended Data Type
The reserved hours field.
- _percentage
- Type: real
The percentage field.
- _avgFlag
- Type: boolean
A flag that specifies whether that record is containing the average of the data set.
- _insertPercentage
- Type: boolean
A flag that specifies whether the percentage should be inserted or an empty string instead.
Community Additions
ADD
Show: