RLedgerTurnoverType.groupParamValues Method [AX 2012]
Returns a container of grouping parameter values for the transaction.
Syntax
public container groupParamValues(
Common _trans,
container _key,
[Common _transHeader,
Common _transSplit])
Run On
Called
Parameters
- _trans
Type: Common Table
A table buffer holding the transaction.
- _key
Type: container
A container holding the selected grouping parameters of the report.
- _transHeader
Type: Common Table
A table buffer holding the transaction header.
- _transSplit
Type: Common Table
A table buffer holding the split transaction.
Return Value
Type: container
A container of grouping parameter values for the transaction.