Источник:
http://axmas.blogspot.com/2015/11/ca...umentline.html
==============
http://community.dynamics.com/ax/f/3.../337531#337531
http://community.dynamics.com/ax/f/3.../314786#314786
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.
Источник:
http://axmas.blogspot.com/2015/11/ca...umentline.html