Mark
11/27/2025, 11:06 AMSteve Goldberg
11/28/2025, 11:57 AMSteve Goldberg
11/28/2025, 11:58 AMSteve Goldberg
11/28/2025, 12:03 PMmountToApp: function mountToApp (container) {
var Environment = container.getComponent('Environment');
if (Environment) {
Environment.defineSearchMasterOptions('Facets', function (searchApiMasterOptions) {
searchApiMasterOptions.custitem_exclude='true'
return searchApiMasterOptions
});
}
}
(I forget the syntax for checkboxes, sorry, but I wrote about it here: https://developers.suitecommerce.com/whats-new-for-developers-in-netsuite-suitecommerce-20212.html#define-item-search-api-master-options)Mark
11/28/2025, 3:44 PM