Hello,
I am trying to add a connection between supplier and register arrivals.
Register arrivals uses the entity ReceiptInfo and view RECEIVABLE_OBJECT_INFO.
When setting up the object connections for the ReceiptInfo entity, by default the view name is RECEIPT_INFO.

By using this setup, together with the object connection transformation, SUPPLIER_ID=SENDER_ID, I was not being able to view the documents in the register arrivals page.

So I changed the view in the object connections to RECEIVABLE_OBJECT_INFO. I also changed the transformation method as SENDER_ID is now SENDER.

This works wonderfull, attachments from supplier are now visible in register arrivals.
The problem exists now in the Receipt page, which uses the same entity but a different view.
When I try to open any record in the receipt page, I got the following error message.

This is understandable since the RECEIPT_SEQUENCE is key for RECEIPT_INFO, but it does not exists in RECEIVABLE_OBJECT_INFO.
Is there any workaround, something that I am missing, or is it impossible to create connection transformation for the register arrivals page, since it uses same entity as receipt?