Share via


LedgerJournalEngine.rereadWhenDirty Method [AX 2012]

Calls refresh and reRead on the data source of the supplied LedgerJournalTrans record buffer.

Syntax

public boolean rereadWhenDirty(LedgerJournalTrans _ledgerJournalTrans, [boolean _force])

Run On

Called

Parameters

Return Value

Type: boolean
true if a reRead was performed; otherwise, false.

Remarks

This method calls refresh and reRead if the cash discount has been changed for the specific journal line. They are also called if the method is called by using the force argument set to true.

See Also

Reference

LedgerJournalEngine Class