Hi everyone
I have to custom entity A and B.
Now I want to add A's notes section into B's form, and I need to be able to edit A's notes in B's form.
I use iframe to get A's entity id and object id, and put the link in the iframe to show.
The note section shows correctly in B's form, and edit existing note record is fine as well.
However, if I try to add a new note, and error happened. I checked details, found that the entity id is not A's entity id in the iframe, but B's entity id. So it throw an error said "the record with id "XXXXXX" in entity A cannot be found. Is there any ideas?
*This post is locked for comments