Two level relation in select
How can I show the title of two level relation in a Select element e.g. the structure is like this:
accounting->creditCard->bank->bank_name
Now I am in accounting resource and only have access to
accounting->creditCard->bank->bank_name
Now I am in accounting resource and only have access to
bank_id in credit_cards table with creditCard relationship but I want to have access to the next relationship to get access to bank_name value