Share via


SysVersionControlFilebasedBackEnd.supportReviews Method [AX 2012]

Supports the review of a set of changed files.

Syntax

public boolean supportReviews()

Run On

Client

Return Value

Type: boolean
true if the back end supports review; otherwise, false.

Remarks

If the version control back end support reviews, the Review button is shown on the Pending Objects form.

When the Review button is clicked the reviewFileSet method on this interface will be invoked.

See Also

Reference

SysVersionControlFilebasedBackEnd Interface