mesper
09/21/2024, 8:05 PMCeligo AI
09/21/2024, 8:05 PMAI generated answer (using internal Slack threads):It seems like you're encountering an issue with CSV import where you're trying to substitute an inventory item with a group item on a sales order. The error message you're getting, "Group item without matching End Of Group at line 2", is likely due to the structure of your CSV file. When dealing with group items in NetSuite, it's important to remember that they have a specific structure that needs to be followed. A group item starts with a line that specifies the group item and quantity, followed by lines for each item in the group, and ends with a line that specifies the end of the group. If this structure is not followed correctly, you will encounter errors like the one you're seeing. Here's an example of how the structure should look:
1,Group Item,10
2,Item 1 in Group,5
3,Item 2 in Group,5
4,End of Group,
In this example, the first line specifies the group item and the total quantity. The next two lines specify the individual items in the group and their quantities. The last line indicates the end of the group.
If you're still encountering issues, it might be worth checking if there are any scripts or workflows running on the sales order items sublist that could be interfering with the import. You can try turning off all the scripts and then turning them back on one by one to test which one is causing the error.
******
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
09/21/2024, 8:05 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.844893932
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.843350112
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841104865
Celigo AI
09/21/2024, 8:05 PM