Share via


RetailContosoDemoDataHelper::validateItemParameters Method [AX 2012]

Validates the parameters of a specified item.

Syntax

server private static void validateItemParameters(
    ItemId _itemId, 
    InventModelGroupId _inventModelGroupId, 
    ItemGroupId _itemGroupId, 
    LegalEntityDataAreaId _legalEntity)

Run On

Server

Parameters

Remarks

This method has an implicit conversion from the ProductNumber value to the ItemNumber value.

See Also

Reference

RetailContosoDemoDataHelper Class