Share via


SalesPickingListJournalCreate.createJournalHeader Method [AX 2012]

Creates the journal header record.

Syntax

protected void createJournalHeader()

Run On

Server

Remarks

The createJournalHeader method does not create any journal header records because journal header records are only created if the user is not using consolidated pick for the order lines that are picking list updated.

The creation of a journal header record is moved to after creating the Warehouse Management System (WMS) orders in the createWMSJournal method.

See Also

Reference

SalesPickingListJournalCreate Class