What field do i need to use to see if a quote was WON or LOST in a BAQ.
When QuoteHed.Ordered = True
I think QuoteHed.QuoteClosed needs to be True as well, not sure.
Look in QuoteHed.ReasonType for āLā = Loss, āWā=Win
You can also see the reason code in QuoteHed.ReasonCode
5 Likes