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.
Syntax
client server public static void createProductionRecord(
ProdId _prodId,
ItemId _itemId,
TransDate _financialDate,
Voucher _financialVoucher,
TransDate _calculationDate,
Voucher _voucher,
CostAmount _costAmount,
CostAmount _diffAmount,
boolean _endJob,
[boolean _postedFromInventClosing,
boolean _canBeCancelled])
Run On
Called
Parameters
- _prodId
Type: ProdId Extended Data Type
- _itemId
Type: ItemId Extended Data Type
- _financialDate
Type: TransDate Extended Data Type
- _financialVoucher
Type: Voucher Extended Data Type
- _calculationDate
Type: TransDate Extended Data Type
- _voucher
Type: Voucher Extended Data Type
- _costAmount
Type: CostAmount Extended Data Type
- _diffAmount
Type: CostAmount Extended Data Type
- _endJob
Type: boolean
- _postedFromInventClosing
Type: boolean
- _canBeCancelled
Type: boolean