Share via


ProjJournalTrans.insertFromCode Method

Inserts a journal transaction line into the table.

Syntax

public LineNum insertFromCode([LineNum _lastLineNum])

Run On

Called

Parameters

  • _lastLineNum
    Type: LineNum Extended Data Type
    The number that is used by the last journal line inserted. May be set to null. The default value is 0; optional.

Return Value

Type: LineNum Extended Data Type
The line number of the inserted journal line.

Remarks

This method can be called programmatically from code.

See Also

Reference

ProjJournalTrans Table