Properties installed with Communities
Community administrators can use properties to configure Communities behavior.
| Property | Description |
|---|---|
| sn_communities.adminNoReplyEmail | Email address for community-related notifications. When a notification for an
activity is sent, this email address appears.
|
| sn_communities.additional_search_sources | List of additional search sources to be included for displaying search
results.
|
| sn_communities.scheduling.allow_authors | Allow or restrict authors to schedule the content. If set to "No", only
administrators will be able to schedule the content.
|
| sn_communities.attachments.max_allowed_size | Maximum file size of an attachment in the community. It works as upper-cap
for system property "sn_communities.attachments.max_file_size".
|
| sn_communities.attachments.document.max_allowed_size | Maximum file size of a community document. It works as upper-cap for system
property "sn_communities.attachments.document.max_size".
|
| sn_communities.blog_count | Number of blogs that a user can post per day.
|
| sn_communities.content.meta_description | When generating SEO data for an entity, the number of characters that are fetched from the meta_description column of the record to generate a portion of the SEO <description> tag for the record. Typically, the SEO <description> tag for a Community entity is the combination of ‘forum name’, ‘topics’ and ‘meta description’ of the actual record in the following format: “<forum> - <topics> - <sub string of configured length of the actual description>".
|
| sn_communities.content.views.count.limit | Number of views for content pages that are allowed per session within a time
window specified by sn_communities.content.views.time.limit.
|
| sn_communities.content.views.time.limit | Duration, in seconds, during which a specific number of views are allowed.
The number of views allowed during this time is set by
sn_communities.content.views.count.limit parameter.
|
| sn_communities.disable_terms_conditions_role | Comma-separated list of roles that bypass the terms and conditions and profile name request. |
| sn_communities.edit_content_explicit_role | Comma-separated list of roles with permission to edit existing content, but
not to create content.
|
| sn_communities.enable_session_cache | Enables or disables session caching. True: The permissions of any non-admin users of the community are stored as a part of the session. They are used to determine access to the various forums and community content. While the user is active in that particular session, any changes to the community permissions do not take effect until the user logs out. False: The permissions of any non-admin users of the community are not stored
as a part of the session.
Note: Setting this system property to true increases the overall load time when accessing the forum for the first time in a session. |
| sn_communities.enable_topics | Enables or disables topics within a community. If the property is set to false and gamification is enabled, topic information does not appear on the leaderboard page.
|
| sn_communities.enable_user_mentions | Enables or disables the user-mentions functionality in Communities content. |
| sn_communities.glide.script.block.client.globals | Set the value to true to re-enable most of the inaccessible Client APIs in a
scoped application.
|
| sn_communities.implicit_access_mapping | Assign access implicitly to users based on the permissions they have. For
example:
|
| sn_communities.instance_base_url | Vanity URL for your instance to be used in email notifications to redirect users to the community pages. Set a value only if you want the URL to be different to the instance name.
|
| sn_communities.is_content_write_allowed_for_guest_user | Determines whether Content_write access is allowed for a public or a guest user. False: Content_write access is not given to a public or guest user. True: Content_write access is given to a public or guest user.
|
| sn_communities.knowledge_base_id | All questions created in Communities are entered in
this knowledge base.
|
| sn_communities.logging.destination | Location of the log messages.
|
| sn_communities.log.verbosity | Code Search log verbosity for the community. Set the value as required.
|
| sn_communities.logging.verbosity | Category for writing log messages: Debug (0), Info (1), Warning (2), or Error
(3).
|
| sn_communities.max_topic_limit | Maximum number of topics that can be associated to any content type. The
value of this property should not be set to greater than five.
|
| sn_communities.minimum_activity | Minimum number of activities required to make the activity feed the preferred
feed.
|
| sn_communities.portal_default_config | Community portal default configuration. Used in community-specific widgets.
It is a JSON value.
|
| sn_communities.public_forum_user | sys_id of the public forum user. Used to calculate access
permissions to forums.
|
| sn_communities.registered_forum_user | sys_id of the registered forum user. This value is used to
calculate access permissions to forums.
|
| sn_communities.video_count | Number of videos a user can post per day.
|
| sn_communities.default_permission_for_forum_memberships | Sets the default permission for forum memberships. Specify a value to
determine which permission is used as the default.
|
| sn_communities.forumListBatchSize | Default number of forums to show on the topics list page on the community
portal.
|
| sn_communities.topicListBatchSize | Default number of topics to show on the topics list page on the community
portal.
|
| sn_communities.disableForumInvitesForExternalEmails | Determines if forum invites from the forum page can be sent to external
users. Note:
Do not change this value manually because it may affect forum email
invite functionality.
|
| sn_communities.attachments.document.max_size | Maximum attachment file size in MB. (1 MB = 1024 KB)
|
| sn_communities.attachments.file_extensions | Supported file extensions for community attachments.
|
| sn_communities.attachments.max_attachment_count | Maximum number of attachments that can be attached to community content.
|
| sn_communities.attachments.max_file_size | Maximum attachment file size in MB. The maximum size is capped at 5 MB.
|
| sn_communities.attachments.max_invalid_attempts | Maximum number of invalid attempts a user can make to upload an
attachment.
|
| sn_communities.attachments.max_total_size | Maximum total size (in GB) of attachments. (1 GB = 1024 MB)
|
| sn_communities.attachments.total_size | Total size (in KB) of attachments in the community until date. (1 MB = 1024
KB, 1 GB = 1024 MB)
|
| sn_communities.attachments.user.day_limit | Maximum number of attachments that can be attached to community content per
user per day.
|
| sn_communities.days_to_keep_search_logs | Sets the number of days to keep the search log on an instance.
|
| sn_communities.minimum_characters_to_search | Number of characters before a search engine starts working in a community.
This number must be greater than or equal to 3.
|
| sn_communities.search.blog.enable_acl | Sets how permissions are evaluated for blog type content. True: Permission is evaluated for that specific content type and user. False: Permission is evaluated at the forum and content level.
|
| sn_communities.search.discussion.enable_acl | Sets how permissions are evaluated for question and answer type
content. True: Permission is evaluated for that specific content type and user. False: Permission is evaluated at forum and content level.
|
| sn_communities.search.document.enable_acl | Sets how permissions are evaluated for document type content. True: Permission is evaluated for that specific content type and user. False: Permission is evaluated at the forum and content level.
|
| sn_communities.search.event.enable_acl | Sets how permissions are evaluated for event type content. True: Permission is evaluated for that specific content type and user. False: Permission is evaluated at the forum and content level.
|
| sn_communities.search.video.enable_acl | Sets how permissions are evaluated for video type content. True: Permission is evaluated for that specific content type and user. False: Permission is evaluated at the forum and content level.
|
| sn_communities.user.document_count | Number of documents a user can post per day.
|
| sn_communities.video_count | Number of videos a user can post per day.
|
| sn_communities.view_log_sources | JSON string that provides a mapping of view log source to a static source
type. This static string stores the view source in the View Log
[sn_communities_view_log] table.
|
| sn_communities.knowledge.enable_harvesting | Enables knowledge harvesting from communities.
|
| Property | Description |
|---|---|
| com.snc.actsub.activities.api.fetch.limit | Number of activities in the activity feed.
|
| com.snc.actsub.activity.rate.count.limit | Number of activities that can be created within a certain time frame.
|
| com.snc.actsub.activity.rate.time.limit | Duration, in seconds, during which activities can be created. Activities are no
longer created after the limit.
|
| com.snc.actsub.activity.stream.user.limit | Enter the limit on number of activities stored for a user in the activity feed. The oldest activities are deleted when the limit is reached.
|
| com.snc.actsub.core.disable_plugin | Enable (true) or disable (false) the plugin functionality.
|
| com.snc.actsub.activity.stream.inactive.disabled | Enable pull model for activity feed so that the activity fanouts are disabled and
not pushed to the inactive user streams.
Note: When disabled, run the Manage Activity fanouts scheduled job for the
changes to take immediate effect. |
| com.snc.actsub.activity.stream.inactive.duration | The duration after which fanouts will be disabled for inactive user streams.
|
| com.snc.actsub.activity.stream.inactive.streams | Enter comma separated stream names which can be considered inactive when not
accessed for a certain duration.
|
| com.snc.actsub.activity.enable_fanout_config | Enable the property to trigger Activity Fanouts based on
the configuration at Activity Type. Confirm if they are
properly configured and then enable the flag.
Note: For zboot, this property is enabled by default. You must create this
property for upgrade scenarios. |
| Property | Description |
|---|---|
| sn_ext_usr_reg.allowed_email_domains | Comma-separated list of email domains that can be used to register. By default,
the value is empty, indicating that all email domains are allowed.
|
| sn_ext_usr_reg.captchaEnabled | Enables Google re-CAPTCHA on the self-registration page.
|
| sn_ext_usr_reg.eur_user_role | Adds a role when a sys_user record is created through self-registration.
|
| sn_ext_usr_reg.Reg_link_expiration_days | Number of days that the registration link remains active. Links which are older than the specified number of days are deactivated and cannot be used for completing the registration process.
|
| sn_ext_usr_reg.request_count | Maximum number of times a registration link can be requested.
|
| sn_ext_usr_reg.Temp_user_record_purge_days | Number of days that a registration record is maintained in the User Registration
Request [user_registration_request] table. Records older than the specified number of
days are deleted.
|
| Property | Description |
|---|---|
| sn_communities.enable_gamification | Enables or disables the gamification feature for the community and controls the
appearance of gamification-related widgets on the Community portal. When set to false, no gamification components are displayed. User point totals and badge assignments are not affected.
|
| sn_communities.content.show_gamification_level | Controls the gamification level that is displayed next to the Community user's
name on the Content pages.
|
| sn_gamification.days_to_keep_activity_records | Number of days to keep the gamification activity records in the database. Records
created or updated prior to the specified number of days are purged.
|
| sn_gamification.enable_debug_logs | Enables the debug logs for the gamification feature.
|
| sn_gamification.levels_limit | Maximum number of levels that can be defined for the gamification feature.
|
| Property | Description |
|---|---|
| sn.communities.enable_csm_case_creation_from_question | This property provides access to the “Create Case” option on the Community
Question widget and the “Question to Case” option on the Community header list
menu.
|
| sn_kb_social_qa.max_answers_per_user_daily | Enter the maximum number of times a user can post answers to the Social Q&A
questions per day.
|
| Maximum number of Social Q&A comments that can be posted per user per
day. sn_kb_social_qa.max_comments_per_user_daily |
Enter the maximum number of times a user can post comments to the Social Q&A
questions or answers per day.
|
| Maximum number of Social Q&A questions that can be posted per user per
day. sn_kb_social_qa.max_questions_per_user_daily |
Enter the maximum number of times a user can post Social Q&A questions per
day.
|