Clémence Noyelle
11/13/2024, 2:32 PMCeligo AI
11/13/2024, 2:33 PMAI generated answer (using internal Slack threads):The error message you're encountering,
“type”:“error.SuiteScriptError”,“name”:“SSS_SEARCH_ERROR_OCCURRED”,“message”:“Search error occurred: Unknown identifier ‘fiscalcalendar’. Available identifiers are: {accountingperiod=accountingperiod}
indicates that there's an issue with the identifier used in your search.
In this case, the identifier fiscalcalendar
is not recognized. The available identifier according to the error message is accountingperiod
.
This error is likely occurring in a SuiteScript that is trying to perform a search using the fiscalcalendar
identifier. You should review your SuiteScripts, particularly those related to invoice creation, and replace the fiscalcalendar
identifier with accountingperiod
or another valid identifier.
******
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
11/13/2024, 2:33 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851864874
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.850667238
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.849340916
Celigo AI
11/13/2024, 2:33 PMClémence Noyelle
11/13/2024, 2:36 PMrico
11/14/2024, 12:58 PM