Hello guys,
I'm a beginner in Business central and AL
I want to import file in the "Item Tracking Lines Page (6510). I created an xml port to insert and tried two ways and both failed.
First : Inserting into Tracking Specification table, the record is inserted perfectly, but when i try to delete it through ui, it gets deleted and when i open the page again it appears again.
Second : Inserting into Reservation entry table, the record is inserted correctly and can be deleted correctly, but after i insert and click on close page i get this error message
'Another user has modified the item tracking data since it was retrieved from the database.\Start again.';
but the record is inserted and can be deleted.
( In my xmlport code i'm not using the Insert() Method because it always gives me " Entry No Existing " error even tho the Entry No is unique
I need help.