I think I can get external account from
Quote:
var identityCollection = appCtxt.getIdentityCollection();
var identities = identityCollection.getIdentities();
|
but I not know how I set account I want to use .
I saw this this line
this.identitySelect.setSelectedValue(params.identi ty.id);
but I cannat use "this"
How I do
Please tell me
Thank you