ReqDemPlanExcelFileGenerator.exportResourceAsFile Method [AX 2012]

Exports the specified resource to the specified path, if the file does not yet exist.

private boolean exportResourceAsFile(ResourceName _resourceName, Filename _path)

Run On

Called

Parameters

_resourceName
Type: ResourceName Extended Data Type
The name of the resource to export.
_path
Type: Filename Extended Data Type
The path to export the resource to.

Return Value

Type: boolean
true if the target file already exists; otherwise, false.

Community Additions

ADD
Show: