Share via


IntrastatTransferIT.calcMarkupAmountAllocationCoefficient Method [AX 2012]

Calculates the ratio of the amount of the specified invoice transaction in the total amount of the journal to which this transaction belongs.

The result should be used as an allocation coefficient when distributing header miscellaneous charges between individual invoice lines

Syntax

private Percent calcMarkupAmountAllocationCoefficient(CustVendInvoiceTrans _custVendInvoiceTrans)

Run On

Called

Parameters

  • _custVendInvoiceTrans
    Type: CustVendInvoiceTrans Map
    Transaction for which the allocation coefficient must be calculated.

Return Value

Type: Percent Extended Data Type
The allocation coefficient

See Also

Reference

IntrastatTransferIT Class