Cannot see records in browser

Hi,

I faced a new problem, never met before.
I have created a new record, fill the data in edit view but I cannot see it in browser (even the new record persist (is added) in database.
Can you give me a hint please? What should I check?

Best Regards,
-n

Solved: I have to comment:

relatedPurchaseDl.setParameter("organization", getEditedEntity());

still not quite clear…

Regards,
-n

Solved.
I had to comment:
relatedPurchaseDl.setParameter("organization", getEditedEntity())

Not quite clear why…

Regards,
-n

In such cases, I would recommend to set up SQL logging as described here and look at what queries are executed in the database.