I was recently tasked with modifying a Lotus Notes application in my workplace.
Before starting I created a new replica of the live program into my PC drive using Replication
> New Replica
option.
After I modified it and entered some dummy data, I went back to check on the live program. Only to notice that not only did my dummy data appeared in the live server, but also the form design that I modified replaced the live design (luckily I just added some fields, so its no big issue).
Naturally I deleted the dummy data from the live version view. And when I come back to my test version, when I try to delete the exact same dummy data, I get an error saying
Document locking is enabled. You must lock the document before deleting.
So I did that, which gives me another error saying that document has already been deleted. Meaning that although my original form data was deleted, the view data still remains in limbo. I can open it and see the form's content, but I cannot edit it anymore.
I was lucky that I deleted the dummy data through the live version, but now I want to delete the same data from test version.
Is there anything I can do to fix this?