the SOAP webservice `MessageSearchAdvanced` return...
# ask-stanley-ai
i
the SOAP webservice
MessageSearchAdvanced
returns truncated
message
column. Is there a way to make it return the entire message body content?
c
AI generated answer (using internal Slack threads):
Based on the conversations provided, it appears that the SOAP webservice
MessageSearchAdvanced
does not have a built-in way to return the entire message body content if it is truncated. The truncation issue seems to be a limitation of the NetSuite SOAP API itself, and not something that can be controlled via search preferences or other settings. In one of the threads, a user mentioned a workaround for a similar issue in SuiteScript 2.0, where they checked the length of the returned text, and if it was at the maximum length (indicating possible truncation), they performed an individual lookup for that value. However, this approach might not be feasible if you're dealing with a large number of results or if this is a common occurrence, as it could significantly increase the number of API calls and potentially impact performance. ****** 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.817273736
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81584084
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81578809
Please provide your feedback on this answer.
Thank you for your feedback