Share via


ReqItemJournalStatic.wrongJournalTypeMessage Method [AX 2012]

Used to build an error message that is based on the specified value of the _journalTypeId parameter.

Syntax

public str wrongJournalTypeMessage(int _journalTypeId)

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

ReqItemJournalStatic Class