ReqItemJournalStatic.wrongJournalTypeMessage Method [AX 2012]

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

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.

Community Additions

ADD
Show: