Share via


SysCodeCoverageCompareContext.customizeFormDesign Method [AX 2012]

Enables additional customization of the comparison form beyond the standard items that are provided in other methods.

Syntax

public void customizeFormDesign(FormDesign _formDesign)

Run On

Client

Parameters

  • _formDesign
    Type: FormDesign Class
    The FormDesign object that is used by the calling SysCompare object.

Remarks

This method is used to hide the Advanced tab because the settings cannot be changed in Code Coverage.

See Also

Reference

SysCodeCoverageCompareContext Class