I think `""` is falsey
# suitescript
s
I think
""
is falsey
t
message has been deleted
g
@stalbert what do you mean by falsey ? I tried this with other transaction records(IF and IR) and they return some result. I just can’t make this to return anything for inventory transfer
s
I mean your checks
if(from_time&&from_time!="")
could be simplified to just
if ( from_time )
otherwise I suggest the same as battk - remove filters- start by removing ALL filters and add them back one by one until you see no results (at which point you've identified the culprit)
g
@stalbert Thanks you. I found out the issue. The integration role did not have the inventory transfer permission.