deleteReportObjectAssociation

Back to index

Summary

Deletes a report object association.
reportObjectTypeName
Stringrequired
Report object type for which this association is defined. The association is owned by the specified report object type.
associatedType
Stringrequired
The name of the associated type.

Usage

Perl

$cmdr->deleteReportObjectAssociation( "test-reportObjectTypeName", # reportObjectTypeName "test-associatedType" # associatedType );

ectool

ectool deleteReportObjectAssociation \ "test-reportObjectTypeName" `# reportObjectTypeName` \ "test-associatedType" `# associatedType`

Examples

$cmdr->deleteReportObjectAssociation("feature", "MyAssocType");

ectool

ectool deleteReportObjectAssociation "feature" "MyAssocType"