SrsPrintDestinationTokens.tokenNotFound Method [AX 2012]

Handles the case when a token is unrecognized.

protected str tokenNotFound(SrsPrintDestinationToken _token, SRSPrintDestinationSettings _settings)

Run On

Called

Parameters

_token
Type: SrsPrintDestinationToken Extended Data Type
The token.
_settings
Type: SRSPrintDestinationSettings Class
Print destination settings.

Return Value

Type: str
The value an unrecognized token should have.

The default value returned is the empty string. A warning is also issued.

Community Additions

ADD
Show: