Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 13.x
  • Verint Community
Verint Community 13.x
API Documentation Dynamic Configuration
  • User Documentation
  • Ask the Community
  • API Documentation
  • Manager Training
  • Developer Training
  • Tags
  • More
  • Cancel
  • New
  • API Documentation
  • +In-Process API Documentation
  • +Plugin API Documentation
  • +REST API Documentation
  • -Widget, Theme, and Automation APIs
    • +Automation Events
    • +Client-side APIs
    • -Dynamic Configuration
      • +Property Rules
      • +Property Templates
    • +LESS Functions
    • +Script API Types
    • +Script APIs

Dynamic Configuration


Template and rule definitions.

Property TemplateDescription
articles_v1_articleCollectionLookupEnables articlecollection or group selection using type-ahead search. Represents selections as a querystring: when groups are selected the format is Group=ID&IncludeSubGroups=True, when articlecollections are selected the format is ArticleCollection=ID.
articles_v1_articleCollectionOrderEnables articlecollection selection and ordering. Represents selections as a querystring of ArticleCollection=GUID&ArticleCollection=GUID&...
articles_v1_articleLookupEnables article selection using type-ahead search. Represents selections as a querystring or comma-separated values.
articles_v1_articleOrderEnables Article selection and ordering. Represents selections as a querystring of Article=GUID&Article=GUID&...
articles_v1_articleTypesListLists article types for selection. Selected articles types are stored in querystring format (ArticleTypeId=INT&ArticleTypeId=INT&...) or as the string 'all' if all article types are selected.
articles_v1_categoryLookupEnables category selection using type-ahead search. Represents selections as a querystring or comma-separated values.
boolEnables rendering of boolean configuration properties
calendar_v1_calendarLookupEnables calendar or group selection using type-ahead search. Represents selections as a querystring: when groups are selected the format is Group=ID&IncludeSubGroups=True, when calendars are selected the format is Calendar=ID.
calendar_v1_calendarOrderEnables calendar selection and ordering. Represents selections as a querystring of Calendar=GUID&Calendar=GUID&...
colorEnables rendering of color configuration properties
core_v2_activityStoryFilterLists activity story types for filter selection. Selected story types are stored in querystring format (filters=ACTIVITY_STORY_TYPE_GUID&filters=ACTIVITY_STORY_TYPE_GUID&ACTIVITY_STORY_TYPE_GUID=FILTER_VALUE&ACTIVITY_STORY_TYPE_GUID=FILTER_VALUE&...)
core_v2_applicationLookupEnables application selection using type-ahead search. Represents selections as a querystring or comma-separated values in pairs of [APPLICATION_TYPE_ID]:[APPLICATION_ID]
core_v2_applicationTypeListLists application types for selection. Selected application types are stored in querystring format (ApplicationTypeId=GUID&ApplicationTypeId=GUID&...) or as the string 'all' if all application types are selected.
core_v2_blogLookupEnables blog or group selection using type-ahead search. Represents selections as a querystring: when groups are selected the format is Group=ID&IncludeSubGroups=True, when blogs are selected the format is Blog=ID.
core_v2_blogOrderEnables blog selection and ordering. Represents selections as a querystring of Blog=GUID&Blog=GUID&...
core_v2_contentTypeListLists content types for selection. Selected content types are stored in querystring format (ContentTypeId=GUID&ContentTypeId=GUID&...) or as the string 'all' if all content types are selected.
core_v2_customTokenizedHtmlEnables rendering of HTML configuration properties with support for inserting tokens represented by the selectable values defined by the property. Inserted tokens are placed in curlery braces as {value} and are suitable for processing via $core_v2_language.FormatString().
core_v2_customTokenizedStringEnables the definition of strings containing token placeholders represented by the selectable values of the property. Inserted tokens are placed in curlery braces as {value} and are suitable for processing via $core_v2_language.FormatString().
core_v2_emailAddressEnables entering and rendering email addresses in configuration forms.
core_v2_forumLookupEnables forum or group selection using type-ahead search. Represents selections as a querystring: when groups are selected the format is Group=ID&IncludeSubGroups=True, when forums are selected the format is Forum=ID.
core_v2_forumOrderEnables forum selection and ordering. Represents selections as a querystring of Forum=GUID&Forum=GUID&...
core_v2_galleryLookupEnables mediagallery or group selection using type-ahead search. Represents selections as a querystring: when groups are selected the format is Group=ID&IncludeSubGroups=True, when mediagallerys are selected the format is MediaGallery=ID.
core_v2_galleryOrderEnables gallery selection and ordering. Represents selections as a querystring of Gallery=GUID&Gallery=GUID&...
core_v2_groupCustomNavigationEnables configuration of group custom navigation items.
core_v2_groupLookupEnables group selection using type-ahead search. Represents selections as a querystring or comma-separated values.
core_v2_groupOrderEnables group selection and ordering. Represents selections as a querystring of Group=GUID&Group=GUID&...
core_v2_intRangeEnables rendering of properties representing a range of integers. Stored as a querystring in the format Minimum=INT&Maximum=INT
core_v2_leaderboardLookupEnables leaderboard selection using type-ahead search. Represents selections as a querystring or comma-separated values.
core_v2_leaderboardOrderEnables leaderboard selection and ordering. Represents selections as a querystring of Leaderboard=GUID&Leaderboard=GUID&...
core_v2_multipleSelectionEnables selecting multiple values from a configuration properties set of selectable values.
core_v2_roleLookupEnables role selection using type-ahead search. Represents selections as a querystring or comma-separated values.
core_v2_siteCustomNavigationEnables configuration of site custom navigation items.
core_v2_sortableListEnables item selection and ordering. Represents selections as a querystring of item=ID&item=ID&...
core_v2_tagLookupEnables tag selection using type-ahead search. Represents selections as a querystring with the key Tag and value set to the tag's name.
core_v2_tokenizedStringEnables inclusion of programmatic tokens within strings.
core_v2_userCustomNavigationEnables configuration of user custom navigation items.
core_v2_userLookupEnables user selection using type-ahead search. Represents selections as a querystring or comma-separated values.
core_v2_userProfileFieldOrderEnables user profile field selection and ordering. Represents selections as a querystring of UserProfileField=ID&UserProfileField=ID&...
core_v2_userProfileFieldsEnables rendering of properties to select user profile fields. Stored as a querystring in the format Name=STRING&Name=STRING
core_v2_userProfileGroupLookupEnables userprofilegroup selection using type-ahead search. Represents selections as a querystring or comma-separated values.
core_v2_userProfileGroupOrderEnables user profile group selection and ordering. Represents selections as a querystring of UserProfileGroup=ID&UserProfileGroup=ID&...
core_v2_userProfileSearchEnables rendering of user profile fields linked to search.
core_v2_wikiLookupEnables wiki selection using type-ahead search. Represents selections as a querystring or comma-separated values.
core_v2_wikiOrderEnables wiki selection and ordering. Represents selections as a querystring of Wiki=GUID&Wiki=GUID&...
customEnables rendering of custom configuration properties when custom templates are not defined.
dateEnables rendering of date configuration properties
datetimeEnables rendering of date/time configuration properties
doubleEnables rendering of double configuration properties
guidEnables rendering of GUID configuration properties
htmlEnables rendering of HTML configuration properties.
intEnables rendering of integer configuration properties
selectEnables rendering of selectable configuration properties
stringEnables rendering of string configuration properties
telligentIdeas_v1_challengeLookupEnables ideation selection using type-ahead search. Represents selections as a querystring or comma-separated values.
telligentIdeas_v1_challengeOrderEnables challenge selection and ordering. Represents selections as a querystring of Challenge=GUID&Challenge=GUID&...
themepaletteEnables theme palette selection.
timeEnables rendering of time configuration properties
unitEnables rendering of unit configuration properties
urlEnables rendering of URL configuration properties
urllistEnables rendering of URL list configuration properties
Property RuleDescription
extensionvalidationValidates URLs to have valid extensions or prevents URLs with invalid extensions
minmaxValidates that a value is greater than/equal to a minimum and/or less than/equal to a maximum.
trimTrims input text.

  • Share
  • History
  • More
  • Cancel
Related
Recommended
  • Telligent
  • Professional Services
  • Submit a Support Ticket
  • Become a Partner
  • Request a Demo
  • Contact Us

About
Privacy Policy
Terms of use
Copyright 2024 Verint, Inc.
Powered by Verint Community