Share via


RetailReplenishmentHierarchy::addToWarehouses Method [AX 2012]

Adds the invent locations associated with the retail channel specified by a RecId value.

Syntax

client server public static boolean addToWarehouses(
    RecId _channelId, 
    RetailTmpInventLocation _warehouses, 
   [RetailBuyersPushId _buyersPushId])

Run On

Called

Parameters

Return Value

Type: boolean
true if the warehouse under the specified channel exists and has been added to the temp table; otherwise false

See Also

Reference

RetailReplenishmentHierarchy Class