YASSER
08/27/2024, 2:42 PMCeligo AI
08/27/2024, 2:42 PMAI generated answer (using internal Slack threads):The error message "You cannot create an inventory detail for this item" typically appears when you're trying to create an inventory detail for a non-inventory item or a service item. In NetSuite, only inventory items can have inventory details. In your CSV file, you're trying to upload an invoice that contains both a lot inventory item and a service item. The error is likely occurring because the system is trying to create an inventory detail for the service item, which is not allowed. To resolve this issue, you should ensure that your CSV file only includes inventory details for inventory items. For service items, you should not include any inventory details. Here's a simplified example of how your CSV file should look:
Invoice Number, Item, Quantity, Inventory Detail
INV001, InventoryItem1, 10, Lot1
INV001, ServiceItem1, 5,
INV002, InventoryItem2, 20, Lot2
INV002, ServiceItem2, 10,
In this example, the inventory details are only provided for the inventory items (InventoryItem1 and InventoryItem2), and not for the service items (ServiceItem1 and ServiceItem2).
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
08/27/2024, 2:42 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.850108206
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848032117
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.8403368
Celigo AI
08/27/2024, 2:42 PM