RLedgerSheetServer_ActAdjustCustVend.agreementTitleKeyToPartitionKey Method [AX 2012]

Builds a new key based on _conKey parameter for specific partition type. New key reperesents agreement title which could be assotiated with partition type.

public container agreementTitleKeyToPartitionKey(container _conKey, RActAdjustCVPartitionType _actAdjustCVPartitionType)

Run On

Server

Parameters

_conKey
Type: container
Key which represents branc of data holder tree.
_actAdjustCVPartitionType
Type: RActAdjustCVPartitionType Enumeration
Type of partition.

Return Value

Type: container
New key as container.

This method builds new key to aggregate data based on partition type.

Community Additions

ADD
Show: