| ||||||||||||||||||||||||||||||||||
|
#1
|
||||
|
||||
|
In order to properly control access to your social network, the people who should have access to your social network need to be identified from your iMIS database. We identify these people with a View called "SocialNetworkAllowView" (sometimes referred to as "SocialNetworkAllow").
View Creation When you create this View/query, it should return the field "Id" for everyone you would like allowed in the community (including staff, board members, volunteers, members). Sample View 1: CREATE VIEW SocialNetworkAllowView as SELECT NAME.ID FROM NAME, NAME_DEMO WHERE NAME.ID = NAME_DEMO.ID AND NAME.MEMBER_RECORD = 1 AND NAME_DEMO.OPT_OUT_SOCIAL_NETWORKING <> 1 Sample View 2: CREATE VIEW SocialNetworkAllowView as SELECT Name.ID FROM Name, Demo1 WHERE Name.MEMBER_TYPE in ('AG', 'CG', 'CDMNC', 'STAFF', 'EG', 'LG', 'PG') AND Demo1.OPT_OUT_SOCIAL_NETWORKING <> 1 AND Name.EMAIL <> '' AND Demo1.EXP_DATE >= getdate() Ongoing Maintenance Once the SocialNetworkAllowView is created and the bridge installation is complete, some members who have signed into your social network may "drop off" this View, and thus no longer be able to get into your community. This can happen because their membership has expired, or for some other reason. When a member is no longer included on the SocialNetworkAllowView, they will receive a message that says: "Your account has been suspended. Please contact us with any questions." If you are the community manager and receive an inquiry from a member regarding why their social network account has been suspended, follow these steps to confirm that the person has dropped off the SocialNetworkAllowView:
See also Group Synchronization: How do I add participants from iMIS? Last edited by Dale John M.; June 18th, 2010 at 09:03 AM.. Reason: Clarified that staff need to be included in this View |
![]() |
| Tags |
| deployment , imis |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
|