How can we filter inventory items list by custom fields with field type as Multi select
When i am trying to filter item search with custom field and their type is multi select then it is giving error like below
requset data={
“q”:”SELECT id, custitem_psgss_product_size From Item”
}
{
“type”: “https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1“,
“title”: “An unexpected error occurred. Error ID: kecc5a7fyhmh48piq7e3”,
“status”: 500,
“o:errorCode”: “UNEXPECTED_ERROR”
}
custitem_psgss_product_size is a custome field with type as multi select
this happens when field type is multi select and field is customise and for others it is working
Duplicate of this question:
https://netsuiteprofessionals.com/question/how-to-get-custom-fields-with-type-as-multiple-select-from-item-table