Share via


SalesCalcAvailableDlvDates.marginIssue Method [AX 2012]

Finds issue margin for a given item with given inventory dimensions.

Syntax

public MarginIssue marginIssue(ItemId _itemId, InventDim _inventDim)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The inventory dimensions that are used to find issue margin.

Return Value

Type: MarginIssue Extended Data Type
Issue margin value.

Remarks

If coverage group is defined for the item, issue margin for this coverage group is returned.

Otherwise, issue margin for default coverage group in Master Planning parameters is returned.

See Also

Reference

SalesCalcAvailableDlvDates Class