<@U5W5QEZLJ> that's going to be tricky because of ...
# suitescript
m
@reza.seedin that's going to be tricky because of timezones. The theory would be
SYSDATE-{datecreated}
but the problem is
{datecreated}
seems to be in local time and
SYSDATE
in the server timezone (Pacific Time) netsuite
r
Yeah that was the issue i was facing .. managed to get something working Formula Numeric: ({today} - {datecreated}) * 24 > 1
m
Oh nice I didn't realise {today} worked with the right timezone
r
its a scheduled script so timezone comes into play