Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Accessing the SYNC_ID field for groups
System
With Worksite 8.2 is there a way to read and write the SYNC_ID field in the groups table when using either the imanage.dll or the imanadmin.dll ?
Find more posts tagged with
Comments
jny
The group object in either DLL does not expose a member that you may use to read or write to this field.
Migrateduser
So it seems there is no way to get to these fields without direct access to the SQL database then? Any idea how the Directory Sync application manages to do it ?
jny
The Directory Sync is written by the server team in code that calls the server transactions directly, possible through MLib. The SDK is not used for such low-level implementation.