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.

Syntax

client server public static container buf2Con(Common _common, [boolean _packOrigBuffer])

Run On

Called

Parameters

  • _packOrigBuffer
    Type: boolean
    true if the original table buffer must be included as part of the container, false otherwise.

Return Value

Type: container
A container with the table buffers of a record.

See Also

Reference

Global Class