Share via


RAssetLandTaxDeclaration.makeDocument Method [AX 2012]

Opens an XMLExcelDocument object to work with.

Syntax

protected boolean makeDocument(str _declarationFor)

Run On

Called

Parameters

  • _declarationFor
    Type: str
    The name of the printing declaration.

Return Value

Type: boolean
true if the document was opened; otherwise, false.

Remarks

The file is first copied to a subfolder of the current user temp path. If a subfolder doesn't exist, it is created.

See Also

Reference

RAssetLandTaxDeclaration Class