Hi,
We have entity 'Accounts' and it has foreign field 'Assigned User' from entity 'Users' (client and assigned manager).
Also we have entity 'Debit Cards', which has foreign field 'Assigned User' too, but additionally it has foreign field 'Account' (debit card, manager who responsible for card, client - card's owner).
How can i display in 'Debit card' information from 'Accounts'->'Assigned User' entity?
We have entity 'Accounts' and it has foreign field 'Assigned User' from entity 'Users' (client and assigned manager).
Also we have entity 'Debit Cards', which has foreign field 'Assigned User' too, but additionally it has foreign field 'Account' (debit card, manager who responsible for card, client - card's owner).
How can i display in 'Debit card' information from 'Accounts'->'Assigned User' entity?
Comment