hwIReportTemplate GetUnresolvedsList
Gets the unresolved list.
Syntax
hwIReportTemplate GetUnresolvedsList list, include_subcase = false, include_resolved = false
Application
Tcl Query
Description
This command gets the unresolved TRC (type-request-component) list for the given report template.
Inputs
- list
- The unresolved TRC (type-request-component) list.
- include_subcase
- The default value to this would be false.
- True
- To include the subcase details in the list.
- False
- To not include the subcase details in the list.
- include_resolved
- The default value to this would be false.
- True
- To include the resolved TRC (type-request-component) in the list.
- False
- To not include the resolved TRC (type-request-component) in the list.
Example
hwi GetSessionHandle sess;
sess GetReportTemplateHandle rep 1;
rep GetUnresolvedsList;
Error
Success (0) or an error code.
Keywords
Tcl
Report Template
Template
Query