formletterParmData::promptChooseLinesOnClient Method [AX 2012]

Displays the chooseLines prompt on the client.

Syntax

client protected static container promptChooseLinesOnClient(container _packedChooseLines, boolean _loadLastUsedQuery)

Run On

Client

Parameters

  • _packedChooseLines
    Type: container
    A packed query.
  • _loadLastUsedQuery
    Type: boolean
    A Boolean value that indicates whether the query that was used last should be loaded.

Return Value

Type: container
A container that contains the result from the prompt.

See Also

Reference

formletterParmData Class