Global::con2Buf Method [AX 2012]
Converts a container into a record.
client server public static Common con2Buf(container _container, [Common _rec])
Run On
CalledParameters
- _container
- Type: container
Container to be converted
- _rec
- Type: Common Table
Optional record to which the container is converted, if specified, the conversion is only carried out if the record is the same concrete type of that in the container.
Return Value
Type: Common TableThe record to which the container is converted. A new record will be created and returned if the optional record parameter is not specified or of a different concrete type from that in the container.
Show: