RetailReplenishment::findReplenishmentRule Method [AX 2012]

Gets the Id for the Replenishment.

Syntax

client server public static RetailReplenishmentRuleId findReplenishmentRule(
    RetailReplenishmentType _type, 
    ItemId _sItemId, 
   [PurchTable _purchTable])

Run On

Called

Parameters

  • _purchTable
    Type: PurchTable Table
    Purchase order related to the replenishment. Optional.

Return Value

Type: RetailReplenishmentRuleId Extended Data Type
Reference Id for the Replenishment.

See Also

Reference

RetailReplenishment Class