how to get the info of an local users which I created in the account overview page to a new edit page where I can select the user by reference selector

0
how to get the info of an local users which I created in the account overview page to a new edit page where I can select the user by reference selector
asked
1 answers
2

Hi ,

 

Create an association between the entity which is the page parameter of the new edit page and the Account entity then you can use a reference selector and populate the account there.

Just use the association between account and the entity to populate local users.

 

answered