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
- _itemCode
Type: InventPostingItemCode Enumeration
Item code to use.
- _itemRelation
Type: ItemRelation Extended Data Type
Item relation to use.
- _exists
Type: boolean
Boolean indicating if the item relation exists.