This method duplicates a contract.
long DuplicateContract (ContractData cData, long ContractVersionID);
|
Name |
Type |
Description |
|---|---|---|
|
cData |
ContractData |
The contract data to use. |
|
ContractVersionID |
long |
The ID of the contract version to duplicate. |
The ID of the new contract, as type long.
The method validates the data sent to it and may throw a validation exception upon failure.
The ContractData object provided for this method should be filled with an ID for every sub-entity that it contains (for example, the contract’s corresponding primary contract party).
|
Copyright © 2013 CA.
All rights reserved.
|
|