I can’t create invoices anymore, I have this error...
# ask-stanley-ai
c
I can’t create invoices anymore, I have this error : {“type”“error.SuiteScriptError”,“name”“SSS_SEARCH_ERROR_OCCURRED”,“message”:“Search error occurred: Unknown identifier ‘fiscalcalendar’. Available identifiers are: {accountingperiod=accountingperiod}“,”id”“”,“stack”[“Error\n at Object.getPeriodYearsInRange (/SuiteBundles/Bundle 143437/com.netsuite.francelocalization/src/common/accountingPeriods.js8735)\n at Object.validateTransaction (/SuiteBundles/Bundle 143437/com.netsuite.francelocalization/src/validation/validTransaction_ue.js9561)\n at Object.beforeSubmit (/SuiteBundles/Bundle 143437/com.netsuite.francelocalization/src/entrypoints/ue/fl_ue_invoice.js1731)“],“cause”{“type”“internal error”,“code”“SSS SEARCH ERROR OCCURRED”,“details”“Search error occurred: Unknown identifier ‘fiscalcalendar’. Available identifiers are: {accountingperiod=accountingperiod}“,”userEvent”null,“stackTrace”[“Error\n at Object.getPeriodYearsInRange (/SuiteBundles/Bundle 143437/com.netsuite.francelocalization/src/common/accountingPeriods.js8735)\n at Object.validateTransaction (/SuiteBundles/Bundle 143437/com.netsuite.francelocalization/src/validation/validTransaction_ue.js9561)\n at Object.beforeSubmit (/SuiteBundles/Bundle 143437/com.netsuite.francelocalization/src/entrypoints/ue/fl_ue_invoice.js1731)“],“notifyOff”false},“notifyOff”false,“userFacing”:true}
c
AI 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. ******
Slack 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
Please provide your feedback on this answer.
c
what as been modify to have this error ?
r
The agent isn't programmed yet to respond to follow-up questions in the thread. But you can ask it again in the main channel.
🙌 1