VersionControl.getChangeNumberContents Method [AX 2012]
Gets a collection of SysVersionControlTmpItem records that is included in the specified change list.
public SysVersionControlTmpItem getChangeNumberContents(
SysVersionControlChangeNumber _changeNumber,
utcdatetime _changeDateTime,
SysVersionControlItemComment _changeComments)
Run On
ClientParameters
- _changeNumber
- Type: SysVersionControlChangeNumber Extended Data Type
The change list in which to retrieve information.
- _changeDateTime
- Type: utcdatetime
The time and date when the change was submitted.
- _changeComments
- Type: SysVersionControlItemComment Extended Data Type
The comments that are associated with the change.
Return Value
Type: SysVersionControlTmpItem TableA SysVersionControlTmpItem record for each change in the change list.
Community Additions
ADD
Show: