Share via


SrsPrintDestinationTokens.selectTokens Method [AX 2012]

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

Syntax

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.

Remarks

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...]].

See Also

Reference

SrsPrintDestinationTokens Class