RetailProductAttributesReference::create Method [AX 2012]
This creates an instance of a class from a container representing a previously packed object.
Syntax
client server public static RetailProductAttributesReference create(container _packedObject)
Run On
Called
Parameters
- _packedObject
Type: container
A previously packed object
Return Value
Type: RetailProductAttributesReference Class
an instance of the class.
Remarks
The unpacked object will miss the category id and legal entity on the deserialized records.
Make sure that you dont count on those values.