Isaac Rumbold
02/13/2025, 3:25 PMCeligo AI
02/13/2025, 3:25 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems that it is possible to have a view link on a sublist in NetSuite. In the first thread, the user was trying to maintain a custom sublist view after an end user edits the record. The solution provided was to check if the record has in-line edits configured. If so, the sublist will be based on the "show in list" checkbox on the individual fields, not just the view that is used. In the second thread, the user was trying to have a hyperlink in a sublist field. It was suggested to use the URL field type, which is supported in a sublist. The linkText is set when the field is defined, so the whole column should have the same verbiage for the link. Then, when the rows are inserted via the currentRecord APIs, the URL of the link gets set via setCurrentSublistValue(). In the third thread, the user wanted to see a list of child items from a parent item right in the parent items record. The solution provided was to create a new search and set it as a sublist view, then attach it to the form/item. The criteria should be set to Matrix child item = true, and the available filter should be set to Sub-Item of. Then check make available as sublist view. ****** 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
02/13/2025, 3:25 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830704451
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830040097
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829491854
Celigo AI
02/13/2025, 3:25 PM