SalesFormLetterContract::newFromPackedVersion Method [AX 2012]
Creates a SalesFormLetterContract object from the given container.
Syntax
client server public static SalesFormLetterContract newFromPackedVersion(container _salesFormLetterContractPacked)
Run On
Called
Parameters
- _salesFormLetterContractPacked
Type: container
A container that holds a packed SalesFormLetterContract object.
Return Value
Type: SalesFormLetterContract Class
An instance of the SalesFormLetterContract class.