PrintMgmtReportRun::joinFilenameParts Method [AX 2012]

The joinFilenameParts method joins file name parts.

client server private static str joinFilenameParts(
    str _basename, 
    str _instanceName, 
    str _documentKeyValue)

Run On

Called

Parameters

_basename
Type: str
A path to which a pdf file is saved.
_instanceName
Type: str
A instance name.
_documentKeyValue
Type: str
A document key value.

Return Value

Type: str
A full file name.
Show: