Sorry, I need to ask the question again.
I have an IF with 2 lines.
When I select * from transactionline, I received 7 lines.
As we all know, Suiteql return all lines, COGS, TAX, etc..
Do you know the trick to select only the lines like on the IF ?
Same thing for the SO
b
battk
11/12/2022, 1:30 AM
my personal favorite is using the previouslinks join
battk
11/12/2022, 1:31 AM
but otherwise the normal approach is to pick a combination of boolean filters that gets you the lines you want
s
Simon
11/12/2022, 11:55 AM
Previouslinks join ? What is it ?
I just did : Select * from previouslinks
and it return nothing.
b
battk
11/12/2022, 4:37 PM
use the record catalog to see see the joins you have available for transaction line