SysQueryForm.resolveField Method [AX 2012]

Sets the IsExtendedDimension and DimensionAttributeName fields in the TmpSysQuery record based on the FieldLabel value.

Syntax

public void resolveField(TmpSysQuery _tmpSysQuery)

Run On

Client

Parameters

  • _tmpSysQuery
    Type: TmpSysQuery Table
    The temporary instance of the TmpSysQuery table that must be resolved.

See Also

Reference

SysQueryForm Class