Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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'] ] });