JmgProfileCopy::construct Method [AX 2012]

Creates a new instance of one of the subclasses to the JmgProfileCopy class.

Syntax

client server public static JmgProfileCopy construct(Common _record)

Run On

Called

Parameters

  • _record
    Type: Common Table
    The record to use as a source when copying.

Return Value

Type: JmgProfileCopy Class
A new instance of one of the sub classes to the JmgProfileCopy class.

Exceptions

Exception Condition
Error

The method is called with an invalid type of record.

Remarks

The returned instance depends on the specified source record.

See Also

Reference

JmgProfileCopy Class