Share via


InventPostingSetupCache::getAccountItemLedgerDimension Method [AX 2012]

Retrieves the specified posting ledger dimension.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static container getAccountItemLedgerDimension(
            InventAccountType _accountType, 
            ItemId _itemId, 
            ItemGroupId _itemGroup, 
            InventCategoryRelation _itemCategory, 
            CustVendAC _accountNum, 
            CustVendGroupId _accountGroup, 
            TaxGroup _taxGroup, 
           [InventSiteRelation_CN _siteRelation, 
            InventProfileId_RU _inventProfileId, 
            CatalogRefRecId _catalog])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static container getAccountItemLedgerDimension(
            InventAccountType _accountType, 
            ItemId _itemId, 
            ItemGroupId _itemGroup, 
            InventCategoryRelation _itemCategory, 
            CustVendAC _accountNum, 
            CustVendGroupId _accountGroup, 
            TaxGroup _taxGroup, 
           [InventSiteRelation_CN _siteRelation, 
            InventProfileId_RU _inventProfileId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static container getAccountItemLedgerDimension(
            InventAccountType _accountType, 
            ItemId _itemId, 
            ItemGroupId _itemGroup, 
            InventCategoryRelation _itemCategory, 
            CustVendAC _accountNum, 
            CustVendGroupId _accountGroup, 
            TaxGroup _taxGroup)

  Microsoft Dynamics AX 2012 (FPK)
          client server public static container getAccountItemLedgerDimension(
            InventAccountType _accountType, 
            ItemId _itemId, 
            ItemGroupId _itemGroup, 
            InventCategoryRelation _itemCategory, 
            CustVendAC _accountNum, 
            CustVendGroupId _accountGroup, 
            TaxGroup _taxGroup)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static container getAccountItemLedgerDimension(
            InventAccountType _accountType, 
            ItemId _itemId, 
            ItemGroupId _itemGroup, 
            InventCategoryRelation _itemCategory, 
            CustVendAC _accountNum, 
            CustVendGroupId _accountGroup, 
            TaxGroup _taxGroup)

Run On

Called

Parameters

Return Value

Type: container
A container that contains the ledger dimension.

See Also

Reference

InventPostingSetupCache Class