I’ve created a managed ListForm for the document, but when I’m opening the list of this document in runtime the other form is displayed, which differs from the one, I’ve created. What should I do to make it open my form?
In that case you should create not a Managed type form, but a Normal type, or you can check Use Managed Forms in Ordinary Application in the configuration properties.