Hi,
We have a program controlling the Windows SO client. Here we use the following commands for opening a spesific person:
soApp.CurrentPerson.ChangeIdentity(id);
soApp.Context.CurrentPanel = SOContexts.enCtxPersonOnly;
But we now got a new customer using version 8.4.6850.14 and here this funsction doesnt work. We dont get any errors executing the command.
Any ideas what the problem might be?