Share via


InventPostingSetupCache::insertItemRelationExists Method [AX 2012]

Inserts the requested value into the cache.

Syntax

client server public static void insertItemRelationExists(
    InventPostingItemCode _itemCode, 
    ItemRelation _itemRelation, 
    boolean _exists)

Run On

Called

Parameters

  • _exists
    Type: boolean
    Boolean indicating if the item relation exists.

See Also

Reference

InventPostingSetupCache Class