Share via


InventPostingSetupCache::insertAccountRelationExists Method [AX 2012]

Inserts the requested value into the cache.

Syntax

client server public static void insertAccountRelationExists(
    TableGroupAll _accountCode, 
    CustVendRel _accountRelation, 
    boolean _exists)

Run On

Called

Parameters

  • _exists
    Type: boolean
    Boolean indicating whether the account relation exists.

See Also

Reference

InventPostingSetupCache Class