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!
search.Type and record.Type
I was wondering if the intellisense on search.Type was missing because of a bug? I can create a type from record.Type with intellisense.
Example"
var mysearch = create.search({
type: search.Type. // No Intellisense
title: 'foo'
filters: [' ', ' ', ' '] // No intellisense
})
var mysearch = create.search({
type: record.Type.CUSTOMER // Has Intellisense
})
If this is a bug, when do you think it will be fixed?
Also creating filters doesn't give any intellisense either, why? (not even on search.createFilter)
Thanks for the help!