DocumentManagementHelper::openFolder Method [AX 2012]
Opens the folder specified by the folderName parameter in the location specified by the exportLocation parameter.
client server public static void openFolder(ExcelExportLocation exportLocation, str folderName)
Run On
CalledParameters
- exportLocation
- Type: ExcelExportLocation Enumeration
A value from the SysExcelExportLocation enumerator that indicates where the folder should be opened.
- folderName
- Type: str
The name of the folder to open.
Show: