Is there a way to filter a search a transaction th...
# suitescript
a
Is there a way to filter a search a transaction that is created before a certain hour of the day when creating a saved search in the Netsuite UI or is that only possible in code?
n
use TO_CHAR({datecreated},'HH24') in your Saved Search criteria.
a
Thanks!