Anyone else seeing an unusual amount of "Unexpecte...
# performance
c
Anyone else seeing an unusual amount of "Unexpected Error"s this morning? Getting several of these in a few different scripts that have been rock solid for years. Type: User Event Function: internalScript Error: UNEXPECTED_ERROR Ticket: 504d0f2f-ba17-4488-a552-045b3dc55c51-2d323032362e30322e3136 An unexpected SuiteScript error has occurred Type: Suitelet Function: onRequest Error: UNEXPECTED_ERROR Ticket: 8961beff-f480-4836-8d8c-7263f310af6d-2d323032362e30322e3136 An unexpected SuiteScript error has occurred
g
Had a MR script that got 5 or so this morning. It happens every once in awhile, so far just has been classed as intermittent performance degradation.
c
Found our issue. The sublist function findSublistLineWithValue was failing due to a type switch introduced in 2026.1. The sublist "id" column is now a string rather than a numeric.
🤔 1
j
FFS