Hey folks. I doing some stuff with transactions an...
# suitescript
d
Hey folks. I doing some stuff with transactions and I've hit a bit of a unexpected situation. I added a field to transactions that would either be true or false. I created a search using suitescript that would provide me with the ID of all transactions that meet this criteria. The problem is I'm getting the same ID 2 or even 3 times. Any idea what might be going on here? I don't experience this with your typical record. I'm a bit lost here. Any help would be appreciated.
b
transactions are represented by multiple search rows
basically one for each account modified by the item
set the mainline filter to true to only get the header
d
Awesome. Thanks for this.