EMSSimulation.new Method [AX 2012]
Creates an EMSSimulation instance.
public void new(
utcdatetime _simulationStartDate,
utcdatetime _simulationEndDate,
SysElementName _emsSimulationTemplateResourceNodeName,
Filename _excelFileClientFilename,
[boolean _isShellExecute])
Run On
CalledParameters
- _simulationStartDate
- Type: utcdatetime
The utcDateTime start simulation value.
- _simulationEndDate
- Type: utcdatetime
The utcDateTime end simulation value.
- _emsSimulationTemplateResourceNodeName
- Type: SysElementName Extended Data Type
The SysElementName resource name that is used as a template for the output file.
- _excelFileClientFilename
- Type: Filename Extended Data Type
The Filename path of the output file.
- _isShellExecute
- Type: boolean
A Boolean value that indicates whether to open the output file.
Community Additions
ADD
Show: