```Search error occurred: Field 'account' for reco...
# ask-stanley-ai
n
Copy code
Search error occurred: Field 'account' for record 'transactionLine' was not found. Reason: NOT_EXPOSED - Field is marked as internal for channel SEARCH
c
AI generated answer (using internal Slack threads):
The error message you're encountering, "Search error occurred: Field 'account' for record 'transactionLine' was not found. Reason: NOT_EXPOSED - Field is marked as internal for channel SEARCH", indicates that the 'account' field is not exposed for search on the 'transactionLine' record. This means that you cannot directly access this field in a search. In NetSuite, not all fields are exposed for search due to various reasons such as performance considerations, data integrity, and security. In this case, the 'account' field is marked as internal, which means it's not exposed for search operations. If you need to access the 'account' field, you might need to find a different approach. For example, you could try to use a SuiteAnalytics Workbook, as it exposes more fields on Account records compared to Saved Searches. Alternatively, you could try to use a formula in an Account saved search, such as
TRIM(REGEXP_SUBSTR({accountgrouped}, '[^:]+'))
. ****** 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.827788532
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826530457
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825154483
Please provide your feedback on this answer.