Join Slack
Powered by
hello everyone, one of my developers it’s getting ...
# suitescript
m
Martin
09/21/2023, 8:34 PM
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
battk
09/21/2023, 8:47 PM
search.load
s
Shannon
09/21/2023, 10:12 PM
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
ec
09/22/2023, 3:25 AM
Maybe inventorybalance or similar. Just specify the type along with the id:
{type: 'inventorybalance', id: 12345}
2
Views
Open in Slack
Previous
Next