PurchCORRejectsTable::createReject Method
Creates a new record in the PurchCORRejectsTable table that is based on the specified parameters.
Syntax
server public static void createReject(
TradeInventTransId _inventTransId,
Qty _rejectQty,
Notes _notes)
Run On
Server
Parameters
- _inventTransId
Type: TradeInventTransId Extended Data Type
A unique identifier of the purchase line for which the reject will be created.
- _rejectQty
Type: Qty Extended Data Type
The Qty field.
- _notes
Type: Notes Extended Data Type
The Notes field.