LedgerPostBatch.setSessionInfo Method [AX 2012]

Sets the journal's session information.

protected boolean setSessionInfo(Common _journalRecord)

Run On

Called

Parameters

_journalRecord
Type: Common Table
The journal to set session information for.

Return Value

Type: boolean
true if the session information was changed; otherwise, false.

To override this method is optional. It only has to be overridden if you must track session information for system recovery, and so on

Community Additions

ADD
Show: