Hi Any one know how to get and filter item table c...
# suitetalkapi
r
Hi Any one know how to get and filter item table custom fields with type as multiple select using suiteQL in Rest suitetalk
b
i dont think that getting multiple select fields is any different than any other fields
that said, like with any beta product, you probably want to be doing it on the latest version of netsuite, 2020.2
for filtering, you probably want to build your filter in the suiteanalytics ui and then export it to sql, the function used is custom
r
Thanks It is working for other field but when i try to get multiple select field it gives {     "type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1",     "title": "An unexpected error occurred. Error ID: kema454c1bvfkwyrm4aw6",     "status": 500,     "o:errorCode": "UNEXPECTED_ERROR" }
b
thats an error for netsuite support
r
So how can i solved it any idea
b
Unexpected errors are for netsuite support to solve
There is unlikely to be much else you can do other than trying on an account on 2020.2
Which is again an action with support
r
Thanks I will try 🙂