fiogf49gjkf0d SalesLogix Remote Client includes Autosync.
That being said, I think that the problem you may have is that AutoSync uses the Last Connection String and that may cause problems as you would be logging directly into the LAN.
One way may be to restrict update permissions on the Registry key that controls the AutoSync execution, but am not sure if that would cause any problems (or at least error messages) elsewhere:
My computer\HKEY_USERS\...........\Software\Microsoft?\Windows\\CurrentVersion\Run
Value name: SyncClient.exe
Value Data: C:\Program Files\SalesLogix\SyncClient.exe /b"SLXREMOTE" /NOSPLASH
In the sample shown above, the Remote connection is called "SLXREMOTE" (the default value for it), but it may vary depending on how you configured your remote clients. As stated, making this entry read-only may help you (again, if using auto-sync). |