Vorheriges Thema: DeleteContractTemplateMetric

Nächstes Thema: GetContractTemplateMetricDetails

CreateContractTemplateMetric

Description

This method creates a metric for the specified contract template.

Syntax

long CreateContractTemplateMetric (long contractTemplateFolderItemId, MetricData metricData);

Parameters

Name

Type

Description

contractTemplateFolderItemId

long

The ID of the contract template folder item.

metricData

MetricData

The data to use to create the new metric.

Return Value

The ID of the new metric, as type long.

Remarks

None.