Global::buf2Con Method [AX 2012]
Converts a record into a container.
Along with method con2buf, this method can be used instead of the methods data and orig of the xRecord class.
client server public static container buf2Con(Common _common, [boolean _packOrigBuffer])
Run On
CalledParameters
- _common
- Type: Common Table
Record to be converted.
- _packOrigBuffer
- Type: boolean
true if the original table buffer must be included as part of the container, false otherwise.
Show: