Hello, FYI, I've been searching the source code for vwCONTACTS_PortalLogin, -- referenced in SplendidInit.cs but it doesn't seem to exist anywhere.
Nancy Capitanio
sSQL ="select ID " + ControlChars.CrLf" , PORTAL_NAME " + ControlChars.CrLf" , FULL_NAME " + ControlChars.CrLf" , TEAM_ID " + ControlChars.CrLf" , TEAM_NAME " + ControlChars.CrLf" from vwCONTACTS_PortalLogin " + ControlChars.CrLf" where lower(PORTAL_NAME) = @PORTAL_NAME " + ControlChars.CrLf" and PORTAL_PASSWORD = @PORTAL_PASSWORD" + ControlChars.CrLf;