bhigh
09/26/2024, 4:47 PMCeligo AI
09/26/2024, 4:47 PMAI generated answer (using internal Slack threads):The first member item of an assembly item does not necessarily have to be
item.memberline = 1
. If an item with item.memberline = 1
is deleted, the first line could indeed be item.memberline = 2
. The line id does not reset or resequence when lines are removed. Therefore, it is not reliable to assume that the first line will always have the line id 1 and the second line will have the id 2.
In the context of NetSuite, the "line" value of the first item within the item sublist on a transaction may not necessarily start with 1. This is because "line" is the line id, not the line sequence number. Deleted lines can affect this numbering, as the line count does not 'reset' if lines are removed.
It's also worth noting that the line sequence field is usually not accessible on the record, though it can be used as a search column.
******
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/26/2024, 4:48 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813779712
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.801249743
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.794223249
Celigo AI
09/26/2024, 4:48 PMCeligo AI
09/26/2024, 4:48 PM