1.
As checked,
the table “PurchLine” and table “SourceDocumentLine” relation is
one-to-one, but a record in SourceDocumentLine don’t have a correspondent
purchase line(RecId = 6089).
update SourceDocumentLine
set SourceDocumentHeader = 9999999
where RecId = 6089
|
2.
I tried
to unbind their relation, the PO confirm is can be.
Conclusion:
Unbind record
SourceDocumentLine relation to PurchLine, then be ok.