I am working on a user event script that on submit of a salesorder will check if the sales order has an invoice created and linked to it or not.
My question is that how can I check if a specific record is linked with invoice or not?
b
battk
04/13/2021, 7:14 PM
do a sales order search and use the billing transaction join
battk
04/13/2021, 7:14 PM
You can also use the applying transaction join, which is more generic
s
Sandii
04/13/2021, 7:14 PM
same response I gave on question on the website 4 hours ago
b
battk
04/14/2021, 12:32 AM
nothing involving your ternary operators looks sane
battk
04/14/2021, 12:35 AM
i would expect it to never work, and honestly Im not really sure what its trying to do