SysQueryForm.packAggregate Method [AX 2012]

Packs an aggregate field.

Syntax

private void packAggregate(
    AbsoluteFieldBinding _surrogateFKFieldBinding, 
    QueryBuildDataSource _surrogateFKDataSource, 
    RelativeFieldBinding _replacementFieldBinding, 
    QueryBuildDataSource _replacementDataSource, 
    TmpSysQuery _tmpSysQueryAggregate, 
    str fieldIdentifierLabel, 
   [boolean isRecId])

Run On

Client

Parameters

  • _tmpSysQueryAggregate
    Type: TmpSysQuery Table
    The instance of TmpSysQuery table which has a list of aggregate fields.
  • fieldIdentifierLabel
    Type: str
    The Label of the field.
  • isRecId
    Type: boolean
    A Boolean value that indicates whether this is a record ID.

See Also

Reference

SysQueryForm Class