Markup::mcrCopyForReturn Method [AX 2012]

Copies the passed Common buffer information to the other passed Common buffer.

Syntax

server public static void mcrCopyForReturn(Common _bufferFrom, Common _bufferTo)

Run On

Server

Parameters

  • _bufferFrom
    Type: Common Table
    The Common buffer being copied from.
  • _bufferTo
    Type: Common Table
    The Common buffer being copied to.

See Also

Reference

Markup Class