StockItem already exists
Published · Updated
"StockItem already exists" error appears when we import the StockItems shown below.
WRONG DATA
The aforesaid error appears if the StockItem Names are repeated (as shown below):
| Item Name | Alias | PartNo |
|---|---|---|
| APPLE | | A1 |
| BALL | | B1 |
| BALL | | B2 |
PS: The StockItem Name cannot be same for two different PartNos.
CORRECT DATA
The same error would be avoided if the Item Names are made unique (as shown below):
| Item Name | Alias | PartNo |
|---|---|---|
| APPLE (A1) | | A1 |
| BALL (B1) | | B1 |
| BALL (B2) | | B2 |
PS: The StockItem Name is now unique.