Hi!
I have custom entity ( HmsUsers ) and its related ( BelongsTo ) to Accounts
Account have enum field of account country. I need the filter inside ( HmsUsers ) entity of account country.
So, in entity ( HmsUsers ) i need filtering by account country ( cpadminCountry field in Account ).
I have custom entity ( HmsUsers ) and its related ( BelongsTo ) to Accounts
Account have enum field of account country. I need the filter inside ( HmsUsers ) entity of account country.
So, in entity ( HmsUsers ) i need filtering by account country ( cpadminCountry field in Account ).
Comment