I'm trying to set the Deletion Mark, but it does not save!
Here is my code:
	Selection = Documents.MoneyReceipt.Select();
	While Selection.Next() Do
		Selection.GetObject().DeletionMark = True;
		Selection.GetObject().Write();
	EndDo;
Please help!
Understanding basics of 1C:Enterprise platform. To start working with 1C:Enterprise platform visit Getting started page
    
