Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _accountType
Type: InventAccountType Enumeration
The account type.
- _itemId
Type: ItemId Extended Data Type
The ID of the item.
- _itemGroup
Type: ItemGroupId Extended Data Type
The account group.
- _itemCategory
Type: InventCategoryRelation Extended Data Type
The product category.
- _accountNum
Type: CustVendAC Extended Data Type
The customer or vendor account numbers.
- _accountGroup
Type: CustVendGroupId Extended Data Type
The customer or vendor group to which the transaction is attached.
- _taxGroup
Type: TaxGroup Extended Data Type
The tax group for the inventory item.
- _siteRelation
Type: InventSiteRelation_CN Extended Data Type
- _inventProfileId
Type: InventProfileId_RU Extended Data Type
- _catalog
Type: CatalogRefRecId Extended Data Type
Return Value
Type: container
A container that contains the ledger dimension.