I am working on a user event script that on submit...
# general
h
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
do a sales order search and use the billing transaction join
You can also use the applying transaction join, which is more generic
s
same response I gave on question on the website 4 hours ago
b
nothing involving your ternary operators looks sane
i would expect it to never work, and honestly Im not really sure what its trying to do