hello everyone, one of my developers it’s getting ...
# suitescript
m
hello everyone, one of my developers it’s getting this error “UNABLE_TO_DETERMINE_RECORD_TYPE_FOR_SAVED_SEARCH_ID_1” when trying to pull a saved search form scripting, it works well from UI, anyone had this issue before?
b
s
i had it with a certain record type (i can't remember of the top of my head) I change to using the id (number) and specifying the type and it did work
👍 1
e
Maybe inventorybalance or similar. Just specify the type along with the id:
{type: 'inventorybalance', id: 12345}