Vorheriges Thema: Contract Workflow Methods

Nächstes Thema: ContractWorkflowCancelApprovalRequest

ContractWorkflowRequestApproval

Description

This method sends an e-mail for an approval request as part of a contract version’s workflow.

The email is automatically sent to the address that is set in the address field of the contract's approver.

Syntax

void ContractWorkflowRequestApproval (long ContractVersionID, string WorkFlowRemarks);

Parameters

Name

Type

Description

ContractVersionID

long

The ID of the contract version.

WorkFlowRemarks

string

Any remarks regarding the version and its approval request.

Return Value

None.

Remarks

In order to send e-mail messages, the system's alerts preferences should be provided with the address of an accessible, valid mail server.