On the Purch. Comment page I am trying to create a button which sends the lines in which are selected by the user into another function which will create an email. How can I filter by only these highlighted lines?
here's my attempt at what I want to achieve but it's far from correct i guess..
recPurchHeader.GET("Document Type", "No.");
MARKEDONLY(TRUE);
IF Rec.FIND('-') THEN BEGIN
cuPurchMgmnt.SendPurchChangeEmail(Rec, recPurchHeader);
END;
*This post is locked for comments
I have the same question (0)