I have created a Quote Line BAQ, however, the results are returning all lines in the quote. I would like to filter out the kit lines and only see the parent kit line displayed. Looking for suggestions on how to adjust the BAQ to remove the QuoteDtl_DisplaySeq lines and only return the QuoteDtl_KitParentLine.
If you want to see all lines except kit components, I think KitFlag <> āCā does the trick.
If you literally only want to see Kit Parents and nothing else, KitFlag = āPā.
1 Like