Join Slack
Powered by
Also over here `productSearchDetail.filters = [cus...
# suitescript
m
michoel
01/16/2020, 6:09 AM
Also over here
productSearchDetail.filters = [customFilters];
you are trying to add your custom filter to the existing filters, but then you are setting the search filter to
customFilters
instead of
defaultFilters
2
Views
Open in Slack
Previous
Next