Hi,
I'm trying to update the Item Level G/L Accounts in Item Master where my template is as follows...
Header file....
ItemCode | GLMethod | SalesItem | |
ItemCode | GLMethod | SellItem | |
NCUS001 | glm_ItemLevel | tNO |
Any My Base File is ...
ParentKey | WarehouseCode | InventoryAccount | CostAccount | TransferAccount | PriceDifferenceAcc | ExpensesAccount | PurchaseCreditAcc | LineNum |
ItemCode | WhsCode | BalInvntAc | SaleCostAc | TransferAc | PriceDifAc | ExpensesAc | APCMAct | LineNum |
NCUS001 | 01 | 12030112 | 51000130 | 13010130 | 51000700 | 61000550 | 61000550 | 0 |
NCUS001 | 02 | 12030112 | 51000130 | 13010130 | 51000700 | 61000550 | 61000550 | 1 |
NCUS001 | 03 | 12030111 | 51000120 | 13010130 | 51000700 | 61000550 | 61000550 | 2 |
NCUS001 | 04 | 12030113 | 51000140 | 13010130 | 51000700 | 61000550 | 61000550 | 3 |
NCUS001 | 05 | 12030115 | 51000150 | 13010130 | 51000700 | 61000550 | 61000550 | 4 |
NCUS001 | 06 | 12030114 | 51000500 | 13010130 | 51000700 | 61000550 | 61000550 | 5 |
NCUS001 | 07 | 12030110 | 51000110 | 13010130 | 51000700 | 61000550 | 61000550 | 6 |
My Error is Cannot Find this object in B1 Application-defined or object -defined...
What could be the mistake in the template....????
Thanks in advance
Gopi