I've got the following situation; Entity A has a many to many relation with Entity B.
I've got a page which shows Entity A with currently linked Entity B over a reference set. So that list shows the current entities B that have a connection to entity A. The page has a button to add an entity B to that list. That button shows a page with all available entities B which can be added with a default select button. No issues there.
Now my issue, I want to be able to change one of the attributes (a percentage) while adding it. So you select the right entity, and then get a pop up screen where you adjust the percentage and then it gets added. The default button apparently has the right entity A information somewhere.
My main issue right now is that i'm not able to retrieve the correct entity A to which Entity B, with adjusted attribute, should be linked.
Any thoughts or suggestions?
Little added information; i've currently got a workaround in which after the entity B is linked you can view details and then change the attribute. But I want to be able to do it whilst adding the connection, not afterwards.