SrsPrintDestinationTokens.selectTokens Method [AX 2012]

Returns a container of selected tokens from a set of available tokens.

protected container selectTokens(str _tokens, container _available)

Run On

Called

Parameters

_tokens
Type: str
A semicolon separated list of token.
_available
Type: container
A container of availabe RecIds and tokens pairs.

Return Value

Type: container
A container of two parallel containers.

The _available parameter is a container of pairs which are held in a container: [[RecId, token]...]. The return value is a container holding two containers: [[RecIds...], [tokens...]].

Community Additions

ADD
Show: