EPDistributionController.updateDistribution Method [AX 2012]
Updates the specified distribution.
public void updateDistribution(
RecId _distributionId,
RecId _ledgerDimension,
DataAreaId _legalEntity,
DistributingType _method,
real _value,
Map _oldValues,
Map _newValues)
Run On
CalledParameters
- _distributionId
- Type: RecId Extended Data Type
The record ID of the distribution to update.
- _ledgerDimension
- Type: RecId Extended Data Type
The new record ID of the ledger dimension.
- _legalEntity
- Type: DataAreaId Extended Data Type
- _method
- Type: DistributingType Enumeration
The method to use to update.
- _value
- Type: real
The new value for the distribution.
- _oldValues
- Type: Map Class
- _newValues
- Type: Map Class
Community Additions
ADD
Show: