Share via


SysVersionControlFilebasedBackEnd.supportSubmittedChangeLists Method [AX 2012]

Implements change list functionality.

Syntax

public boolean supportSubmittedChangeLists()

Run On

Client

Return Value

Type: boolean
true if the back end supports submitted change lists; otherwise, false.

Remarks

If the version control back end supports change lists, it supports atomic operations on one or more files.

When supported, change list operations in MorphX will be available, and the change list methods on this interface will be invoked.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface