why dont we see contacts sublist under relationshi...
# ask-stanley-ai
s
why dont we see contacts sublist under relationship subtab of vendor record in netsuite? i see other records are showing contact sublist. but specific record not showing.
c
AI generated answer (using internal Slack threads):
The reason you are not seeing the contacts sublist under the relationship subtab of a specific vendor record in NetSuite could be due to the type of sublist. In NetSuite, there are four basic sublist types: Static, Inline Editing, List, and Editor. The contacts sublist is a type of static sublist. Static sublists are typically used for displaying related records, such as contacts, files, or messages. However, they have limited support in SuiteScript. You can see them when you load a record, but you cannot interact with them in the same way as other sublists. For example, you cannot use the
record.getLineCount('contacts')
method on a static sublist, as it will always return 0, even if there are contacts linked to the record in the user interface. This limitation is documented in the SuiteScript 1.0 documentation, starting on page 171. It states that in some cases, you can use search joins in SuiteScript to search the data on a static list sublist, but this is not always possible and depends on the specific record and sublist. In conclusion, the reason you are not seeing the contacts sublist under the relationship subtab of a specific vendor record in NetSuite is likely due to the sublist being a static sublist, which has limited support in SuiteScript. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856323242
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.855957031
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.85369873
Please provide your feedback on this answer.