Share via


SysVersionControlSystemMorphX.getChangeNumberContents Method [AX 2012]

Gets a collection of objects that are included in a specified change list.

Syntax

public SysVersionControlTmpItem getChangeNumberContents(
    SysVersionControlChangeNumber _changeNumber, 
    utcdatetime _changeDateTime, 
    SysVersionControlItemComment _changeComments)

Run On

Client

Parameters

  • _changeDateTime
    Type: utcdatetime
    The time and date when the change was submitted.

Return Value

Type: SysVersionControlTmpItem Table
A SysVersionControlTmpItem table that contains a record for each change in the change list.

See Also

Reference

SysVersionControlSystemMorphX Class