//greg
01/13/2025, 5:04 PMCeligo AI
01/13/2025, 5:04 PMAI generated answer (using internal Slack threads):Based on the conversations, it appears that there isn't a direct list of all supported subrecords and the parent records they correspond to in NetSuite. However, you can identify parent-child relationships in NetSuite by looking for sublist IDs that have
recmach_<child_record_id>
appended to them. This indicates that the record is a child of another record (the "parent"), and the child records will appear as a sublist of the parent record.
Additionally, you can view child items from a parent item directly in the parent item's record, typically found in the Accounting or Matrix tab of the parent. If this doesn't work, you can create a new search and set it as a sublist view, then attach it to the form/item.
In terms of scripting, from the parent record, there are the normal sublist client events, and the usual before submit user event. From the child record, there are edit events when using the attach and detach buttons.
******
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
01/13/2025, 5:04 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821582675
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815753
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.814410746
Celigo AI
01/13/2025, 5:04 PM