Deletes the current line.
Returns a result value that indicates success or failure.
Public Sub Delete()
SAPbobsCOM.BusinessPartners oBP; // Delete BP payment date if (oBP.GetByKey("11") == true) { oBP.BPPaymentDates.SetCurrentLine(1); oBP.BPPaymentDates.Delete(); oBP.Update(); }
BPPaymentDates Object