Is there something wrong with this? I'm getting `A...
# suitescript
r
Is there something wrong with this? I'm getting
An nlobjSearchFilter contains an invalid operator, or is not in proper syntax: internalid.
The id is correct. It appears to be succeeding but also throwing an error?!?
When I moved this from a Suitelet to a UE afterSubmit, it no longer throws an error and continues to succeed.
s
that error is not related to this call
r
I beg to differ... I removed this call from the suitelet and it succeeds. I add it and it fails.
I'm logging the internalid of the case and it matches type and value.
s
Soemthing else is most likely firing when you are updating the CASE record, this bit itself it not related to an invalid search filter
👍 1
m
It's probably a user event on case record. When you submit the field in a user event it doesn't happen because user events don't trigger other user events.
👍 2