Share via


SrsPrintMgmtExecutionInfo.parmDocumentId Method [AX 2012]

Gets or sets the documentId parameter.

Syntax

public int64 parmDocumentId([int64 _documentId])

Run On

Called

Parameters

  • _documentId
    Type: int64
    The value to set.

Return Value

Type: int64
The value of the documentId parameter.

Remarks

For report running in print management, we have 1..N documents being printed and each document being printed to 1..N print destinations.

The document ID is a unique ID that is given to each document that is being printed out and that is scoped in a print management run.

We will use this document ID for caching purposes.

See Also

Reference

SrsPrintMgmtExecutionInfo Class