Back to index
Summary
Retrieves a report object association by associated type.reportObjectTypeNameStringrequiredReport object type for which this association is defined. The association is owned by the specified report object type. associatedTypeStringrequiredThe name of the associated type. |
Usage
Perl
$cmdr->getReportObjectAssociation( "test-reportObjectTypeName", # reportObjectTypeName "test-associatedType" # associatedType );
ectool
ectool getReportObjectAssociation \ "test-reportObjectTypeName" `# reportObjectTypeName` \ "test-associatedType" `# associatedType`