Share via


ProjJournalStatic.wrongJournalTypeMessage Method [AX 2012]

Builds an error message that is based on the specified journal type.

Syntax

public str wrongJournalTypeMessage(int _journalTypeId)

Run On

Called

Parameters

  • _journalTypeId
    Type: int
    The ID of the journal type that is considered the wrong journal type.

Return Value

Type: str
An error message.

Remarks

The error message is built from the @SYS22977 label and the specified journal type.

See Also

Reference

ProjJournalStatic Class