Vincent
08/08/2025, 5:10 PMhow can i remediate the following error: "Search error occurred: Record 'currency' was not found."
Celigo AI
08/08/2025, 5:10 PMAI generated answer (using internal Slack threads):The error "Search error occurred: Record 'currency' was not found" typically occurs when you're trying to access a field that is not directly available or exposed in the context you're working in. In NetSuite, not all data available from one source is available in another. For instance, if you're trying to access the 'currency' field from the 'account' record in a saved search, you might not be able to do so directly because it's not a supported filter or column for Account. However, you can use
N/query
or N/record
to access that field.
If you're trying to access the 'currency' field from the 'Employee' record, you should note that the currency for an employee automatically defaults to the base currency of the associated subsidiary. Therefore, you should use {subsidiary.currency}
instead of {currency}
in your formula field.
******
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
08/08/2025, 5:11 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.834681392
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.824768126
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820725203
Celigo AI
08/08/2025, 5:11 PM