Is it showing only the accounts assigned to you, or only the accounts visible to you? I'll have to dig deeper, but I would expect the account list displayed by the plug-in to match what you see when logged-in to the CRM.
First off let me note that I am seeing this issue with an admin account.
I believe the error lies here (Soap.asmx.cs line 1204):
// my addition// filtering code
Sql.AddParameter(cmd, "@DELETED", Math.Min(deleted, 1)); if ( nACLACCESS == ACL_ACCESS.OWNER ) { // 09/01/2006 Paul. Notes do not have an ASSIGNED_USER_ID. if ( sTABLE_NAME != "NOTES" && sTABLE_NAME != "ACCOUNTS") Sql.AppendParameter(cmd, gUSER_ID, "ASSIGNED_USER_ID"); }
Does this impact anything else - I'm going to try and recompie with this edit.
You need to get the latest version of Teams.ascx.cs and recompile the project. btnSelectTeam should be defined as an HtmlInputButton and not as a Button.