Share via


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.

Syntax

public container agreementTitleKeyToPartitionKey(container _conKey, RActAdjustCVPartitionType _actAdjustCVPartitionType)

Run On

Server

Parameters

  • _conKey
    Type: container
    Key which represents branc of data holder tree.

Return Value

Type: container
New key as container.

Remarks

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

See Also

Reference

RLedgerSheetServer_ActAdjustCustVend Class