NuixCreateNRTReport
Alias:NuixCreateNRTReport
Output:Unit
Requires Nuix.Version 7.4
Requires Nuix.Features: ANALYSIS
Create a case report using an NRT file.
Parameter | Type | Required | Position | Default Value | Example | Summary |
---|---|---|---|---|---|---|
NRTPath Template | string | ✔ | 1 | The NRT file path. | ||
OutputPath ReportPath | string | ✔ | 2 | C:/Temp/report.pdf | The output path. | |
OutputFormat Format | string | 3 | The format of the report file that will be created. | |||
ApplicationName NuixAppName NUIX_APP_NAME | string | Nuix | The application name generating the report. | |||
CasePath Directory | string | Use the current open case | C:/Cases/MyCase | The case path to use. If this is set, that case will be opened. If it is not set, the existing case will be used. If it is not set and no existing case is open this will result in an error. | ||
GlobalResourcesPath GlobalResourcesUrl GLOBAL_RESOURCES_URL | string | No global resource path set | The path to the global resources folder. Must have a trailing '\'. | |||
LocalResourcesPath LocalResourcesUrl LOCAL_RESOURCES_URL | string | NRTPath with extension removed and \resources appended. | C:\ProgramData\Nuix\Reports\Resources\ | The path to the local resources folder. Must have a trailing '\'. The resources folder can be obtained by unzipping the NRT file. | ||
Title ReportTitle NUIX_REPORT_TITLE | string | <Case Name> Report | The report title. | |||
User NuixUser NUIX_USER | string | The case investigator property. | The report user. |