Login / Register  search  syndication  about

SalesLogix Support

SalesLogix Cloud / Web / LAN Support Topics from Mark Duthoy

Changing the SalesLogix 7.5 Intellisync Group

In SalesLogix 7.5 you only get one chance to select your adhoc contact group for Intellisync, usually that group is SyncSalesLogix.  What if you selected the incorrect group or you decide to change the default sync group?  Well you should delete the bad group from within SalesLogix, but the useroptions table contains an entry that won't change.  Here is a script that will correct the useroptions table.  Please restrict to a specific userid. 

-- Purge the system of all SyncSalesLogix group information.
-- This will allow creation of new groups for Intellisync, which
-- is necessary if the current groups are not functioning properly.
-- One symptom of a bad group is the inability to select an
-- Intellisync group in the normal SalesLogix Options selection view.

-- CAUTION: The below deletes all SyncSalesLogix groups. If some user's
-- Intellisync setup is working properly, the below scripts will need to
-- be modified to do selective deletion by userid.
 
---------------------------------------------------------------------------
-- UserOptions table - Verify the to be deleted records first, then delete.
select * from useroptions where name='SyncGroup' and category='Intellisync'
-- delete from useroptions where name='SyncGroup' and category='Intellisync'

What's This?
  
Bookmark and Share

About Mark Duthoy

  


Related Content
   Upgrading SalesLogix vs Migration to SalesLogix version 8.0
We want to get off the desktop versions and into the Cloud. I have been working with Sage and our BP alr
Posted on Jun 19, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   I receive an error when I try to run the SalesLogix sysdbafix_script.
I receive an error when I try to run the SalesLogix sysdbafix_script. I have: * Windows Serve
Posted on Jun 05, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Web Core Update 03 Now Available for v8
This is an important update that includes several new features as well as addressing multiple defects.&nb
Posted on Jun 05, 2013 by Scott Weber to SalesLogix Product Blog
 
   Can I add Services as Products in SalesLogix?
Can anyone recommend a way to add Services as Products? We are a services based business and our quot
Posted on Jun 04, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Is there an issue with the SalesLogix Web Administrator version 8.0 in regards to adding users to Team Membership?
Question: In my database, it appears two users belonging to the same teams, have access to a different am
Posted on May 22, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
Comments

No Comments

Leave a Comment

(required)  
(optional)
(required)  
Add
All contents Copyright © 2013 Customer FX Corporation
Customer FX Corporation
2324 University Avenue West, Suite 115
Saint Paul, Minnesota 55114
Tel: 800.728.5783

  Follow @CustomerFX on twitter
Follow the best news, tips, and articles
  Subscribe to Customer FX on youtube
Watch SalesLogix tutorial videos from Customer FX
Login / Register