InventPosting::accountItemExtendParmWithBackup_CN Method

Uses the information of account, item, and extended parameters to find the matched ledger account with specified InventAccountType and backup InventAccountType*.If no ledger account mathch with InventAccountType, then search with the backup InventAccountType*.

Syntax

client server public static LedgerDimensionDefaultAccount accountItemExtendParmWithBackup_CN(
    InventAccountType _accountType, 
    InventAccountType _backupAccountType, 
    InventPostingExtendParm_CN _inventPostingExtendParm, 
    ItemId _itemNum, 
    ItemGroupId _itemGroup, 
    InventCategoryRelation _itemCategory, 
    CustVendAC _accountNum, 
    CustVendGroupId _accountGroup, 
    TaxGroup _taxGroup)

Run On

Called

Parameters

Return Value

Type: LedgerDimensionDefaultAccount Extended Data Type
The matched ledger account.

See Also

Reference

InventPosting Table