any idea what will cause this ``` "name": "SSS_...
# suitescript
a
any idea what will cause this
Copy code
"name": "SSS_INVALID_UI_OBJECT_TYPE",
    "message": "That operation is not supported for this type of UI object: null. It is only supported for type: null.",
w
you are trying to do something with an UI object that isn't defined
a
but I can't see that all the UI objects are defined.
w
Can you show the code were the error occurs?