Share via


ProdJournalStatic.wrongJournalTypeMessage Method [AX 2012]

Builds an error message that is based on the journalTypeId parameter that is being passed.

Syntax

public str wrongJournalTypeMessage(int _journalTypeId)

Run On

Called

Parameters

  • _journalTypeId
    Type: int
    The ID of the journal type, which is considered to be the wrong journal type.

Return Value

Type: str
A string that is built from the @SYS22977 label and the found journal type.

See Also

Reference

ProdJournalStatic Class