Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Can I use a calculated column (not stored in the record) from a custom record as a filter in a searc
Can I use a calculated column (not stored in the record) from a custom record as a filter in a search?
I am using this form
var mySub = search.create({ type : 'customrecord_sv_integrator_profile',
title : 'Integrator',
id : 'customsearch_my_intyyy_search',
columns : ['internalid','custrecord_integrator_type'] ,
filters : [ ['custrecord_product', 'is', 3],
'and', ['custrecord_iso_country', 'is', 'US'] ] });
0