You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fields with No Access - internal use only (member) and Admin Access Only (contact) are only accessible and updated via a successful login for administrative users.
For regular non-admin users, these fields are not accessible via the API and as a result cannot be sync'd
Let's just eliminate from syncing in the Sync Options tab any field that is set to this way because it won't work and there's no reason to show it as a result.
The AdminOnly key in /accounts/:accountId/contactfields API call available via admin specifies these settings. If AdminOnly is set to true, we should not allow syncing of this field because these fields are not accessible to through the API for non-admin users.
We can list these fields below the checkboxes under the button so people know they are admin only, and can switch this value if they want the data sync'd
The text was updated successfully, but these errors were encountered:
We can also state to allow sync'ing of these fields please change the Member access option so that these fields are not set for administrative access only or "View only" for membership fields.
Fields with
No Access - internal use only
(member) andAdmin Access Only
(contact) are only accessible and updated via a successful login for administrative users.For regular non-admin users, these fields are not accessible via the API and as a result cannot be sync'd
Let's just eliminate from syncing in the Sync Options tab any field that is set to this way because it won't work and there's no reason to show it as a result.
The
AdminOnly
key in /accounts/:accountId/contactfields API call available via admin specifies these settings. If AdminOnly is set to true, we should not allow syncing of this field because these fields are not accessible to through the API for non-admin users.We can list these fields below the checkboxes under the button so people know they are admin only, and can switch this value if they want the data sync'd
The text was updated successfully, but these errors were encountered: