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.
onOrAfter on lastmodified not working as expected?
Hi guys,
I am running a search via a restlet and using the customers lastmodified field in the filter.
Like:
filters.push( new nlobjSearchFilter( 'lastmodified', null, 'onOrAfter', dateTime );
This works only on the date and not the time element. So 1/1/2012 11:30pm will really search from 1/1/2012 00:00
Any ideas?
TIA.
0