RLedgerTurnoverTypeable.groupParamValueName Method [AX 2012]

Returns the description of a particular report grouping parameter value.

Syntax

public Name groupParamValueName(
    Name _paramName, 
    container _paramValue, 
   [Common _common])

Run On

Called

Parameters

  • _paramValue
    Type: container
    The value of the report grouping parameter.
  • _common
    Type: Common Table
    The table buffer containing the record of the related entity.

Return Value

Type: Name Extended Data Type
The description of a particular report grouping parameter value.

See Also

Reference

RLedgerTurnoverTypeable Interface