PurchReqPreparerCompanyInfoLookup::create Method [AX 2012]
Creates an instance of the PurchReqPreparerCompanyInfoLookup class from the container that was obtained from a prior call to the PurchReqPreparerCompanyInfoLookup.pack method.
client server public static PurchReqPreparerCompanyInfoLookup create(container _pack)
Run On
CalledParameters
- _pack
- Type: container
The container that holds the packed instance of the PurchReqPreparerCompanyInfoLookup class.
Return Value
Type: PurchReqPreparerCompanyInfoLookup ClassA PurchReqPreparerCompanyInfoLookup object, which is the same as the one returned by the PurchReqPreparerCompanyInfoLookup.pack method.
Show: