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
Netsuite Tragic
08/24/2021, 12:54 AM
use TO_CHAR({datecreated},'HH24') in your Saved Search criteria.