Argomento precedente: CreateContractTemplateParameter

Argomento successivo: ContractTemplate Workflow Methods

UpdateContractTemplateParameter

Description

This method updates a specific contract level parameter for the specified contract template.

Syntax

void UpdateContractTemplateParameter (long contractTemplateFolderItemId, ParameterData parameterData);

Parameters

Name

Type

Description

contractTemplateFolderItemId

long

The ID of the contract template folder item.

parameterData

ParameterData

The data to use to update the parameter.

Return Value

None.

Remarks

The ID of the parameter to update is contained in the ParameterData type class (see ParameterData Classes).