Share via


PurchInvoiceJournalPost.createNotStockedPostCheck Method [AX 2012]

Retrieves a TradeNotStockedPostCheck object that is used to verify order lines when you post.

Syntax

protected TradeNotStockedPostCheck createNotStockedPostCheck()

Run On

Server

Return Value

Type: TradeNotStockedPostCheck Class
A TradeNotStockedPostCheck object that is used to verify order lines when you post.

Remarks

This method returns null Nothing nullptr unit a null reference (Nothing in Visual Basic) when there is no verification to perform.

See Also

Reference

PurchInvoiceJournalPost Class