CRM Widgets
Campaign Select tsm-campaign-lov
Selection of a campaign from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select a campaign",
"widget": {
"type": "tsm-campaign-lov"
}
}
Inputs
Default value
Key: default
Name: Default value
Characteristics filters
Key: chars
Name: Characteristics filters
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Campaign Type Select tsm-campaign-type-lov
Selection of a campaign type from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select a campaign type",
"widget": {
"type": "tsm-campaign-type-lov"
}
}
Inputs
Default value
Key: default
Name: Default value
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Customer List tsm-customer-list-widget
Customer list in a tabular view with filtering and editing options.
Widget Or Layout: layout
Value:
{
"title": "Customer List",
"widget": {
"type": "tsm-customer-list-widget"
},
"type": "layout",
"config": {
"pageSize": 10
}
}
Inputs
Page Size
Key: pageSize
Name: Page Size
Description: Number of rows displayed on one page.
Table Height
Key: scrollHeight
Name: Table Height
Description: Height of the table including desired units (px, em, rem, %, vh).
Table Data View Mode
Key: dataViewMode
Name: Table Data View Mode
Description: "Table with scroll" keeps original column widths and a horizontal scrollbar. "FullScreen table" adjusts column widths to the window size.
Hidden
Key: hidden
Name: Hidden
Description: Hides the component. You can also control its visibility with an expression in the expression editor.
Optional CSS class
Key: customStyleClass
Name: Optional CSS class
Description: An optional CSS class to modify the style of this component. Examples: p-datatable-layout-fixed
Additional Context Data
Key: externalData
Name: Additional Context Data
Description: Specifies additional context data for the listing.
Listing Type
Key: listingType
Name: Listing Type
Description: Specifies which listing type is used for display.
Listing Profile
Key: profileId
Name: Listing Profile
Description: Specifies the listing profile, which defines columns, order, and other display settings.
Listing Profile Category
Key: profileCategory
Name: Listing Profile Category
Description: Name of the category from which profiles can be selected.
Filters
Key: filters
Name: Filters
Description: translation.configFormWidgets.basicEditor.filters.tooltip
Hide Export Button
Key: showExport
Name: Hide Export Button
Description: Hides the export button.
Hide Filter
Key: showFilters
Name: Hide Filter
Description: Hides the listing filters.
Hide Refresh Button
Key: showRefresh
Name: Hide Refresh Button
Description: Hides the refresh button.
Hide Paginator
Key: showPaginator
Name: Hide Paginator
Description: Hides the listing pagination.
Hide Columns Manager
Key: showManagerColumns
Name: Hide Columns Manager
Description: Hides the columns manager.
Hide Profiles
Key: showProfiles
Name: Hide Profiles
Description: Hides the listing profiles.
Hide Sort Manager
Key: showManagerSort
Name: Hide Sort Manager
Description: Hides the sort manager.
Hide Color Manager
Key: showManagerColor
Name: Hide Color Manager
Description: Hides the color manager.
Hide Listing Config
Key: showListingConfig
Name: Hide Listing Config
Description: Hides the listing configuration.
Hide Data View Mode
Key: hiddenDataViewMode
Name: Hide Data View Mode
Description: Hides the option to switch between table and kanban view.
Hide Button Section
Key: hideButtonGroup
Name: Hide Button Section
Description: Hides the button section.
Disable Sticky Header
Key: scrollable
Name: Disable Sticky Header
Description: Disables the fixed table header while scrolling.
TQL WHERE Extension
Key: extendTqlWhere
Name: TQL WHERE Extension
Description: Adds a WHERE condition in TQL. Format: COLUMN_NAME OPERATOR VALUE.
TQL Sorting
Key: externalTqlSort
Name: TQL Sorting
Description: Modifies the default sorting in TQL. Format: COLUMN_NAME ASC/DESC.
TQL Nested Sorting
Key: externalTqlSortForNested
Name: TQL Nested Sorting
Description: Modifies the default sorting in TQL for nested attributes.
TQL Query Params
Key: tqlQueryParams
Name: TQL Query Params
Description: Adds query parameters to the TQL request.
Campaign Wave List tsm-campaign-wave-list-widget
Campaign wave list in a tabular view with filtering and editing options.
Widget Or Layout: layout
Value:
{
"title": "Campaign Wave List",
"widget": {
"type": "tsm-campaign-wave-list-widget"
},
"type": "layout",
"config": {}
}
Inputs
Export Privilege
Key: exportPriv
Name: Export Privilege
Description: Defines export permissions for the user.
ID
Key: id
Name: ID
Description: Unique identifier of the record.
Page Size
Key: pageSize
Name: Page Size
Description: Number of rows displayed on one page.
Table Height
Key: scrollHeight
Name: Table Height
Description: Height of the table including desired units (px, em, rem, %, vh).
Table Data View Mode
Key: dataViewMode
Name: Table Data View Mode
Description: "Table with scroll" keeps original column widths and a horizontal scrollbar. "FullScreen table" adjusts column widths to the window size.
Hidden
Key: hidden
Name: Hidden
Description: Hides the component. You can also control its visibility with an expression in the expression editor.
Optional CSS class
Key: customStyleClass
Name: Optional CSS class
Description: An optional CSS class to modify the style of this component. Examples: p-datatable-layout-fixed
Additional Context Data
Key: externalData
Name: Additional Context Data
Description: Specifies additional context data for the listing.
Listing Type
Key: listingType
Name: Listing Type
Description: Specifies which listing type is used for display.
Listing Profile
Key: profileId
Name: Listing Profile
Description: Specifies the listing profile, which defines columns, order, and other display settings.
Listing Profile Category
Key: profileCategory
Name: Listing Profile Category
Description: Name of the category from which profiles can be selected.
Filters
Key: filters
Name: Filters
Description: translation.configFormWidgets.basicEditor.filters.tooltip
Hide Export Button
Key: showExport
Name: Hide Export Button
Description: Hides the export button.
Hide Filter
Key: showFilters
Name: Hide Filter
Description: Hides the listing filters.
Hide Refresh Button
Key: showRefresh
Name: Hide Refresh Button
Description: Hides the refresh button.
Hide Paginator
Key: showPaginator
Name: Hide Paginator
Description: Hides the listing pagination.
Hide Columns Manager
Key: showManagerColumns
Name: Hide Columns Manager
Description: Hides the columns manager.
Hide Profiles
Key: showProfiles
Name: Hide Profiles
Description: Hides the listing profiles.
Hide Sort Manager
Key: showManagerSort
Name: Hide Sort Manager
Description: Hides the sort manager.
Hide Color Manager
Key: showManagerColor
Name: Hide Color Manager
Description: Hides the color manager.
Hide Listing Config
Key: showListingConfig
Name: Hide Listing Config
Description: Hides the listing configuration.
Hide Data View Mode
Key: hiddenDataViewMode
Name: Hide Data View Mode
Description: Hides the option to switch between table and kanban view.
Hide Button Section
Key: hideButtonGroup
Name: Hide Button Section
Description: Hides the button section.
Disable Sticky Header
Key: scrollable
Name: Disable Sticky Header
Description: Disables the fixed table header while scrolling.
TQL WHERE Extension
Key: extendTqlWhere
Name: TQL WHERE Extension
Description: Adds a WHERE condition in TQL. Format: COLUMN_NAME OPERATOR VALUE.
TQL Sorting
Key: externalTqlSort
Name: TQL Sorting
Description: Modifies the default sorting in TQL. Format: COLUMN_NAME ASC/DESC.
TQL Nested Sorting
Key: externalTqlSortForNested
Name: TQL Nested Sorting
Description: Modifies the default sorting in TQL for nested attributes.
TQL Query Params
Key: tqlQueryParams
Name: TQL Query Params
Description: Adds query parameters to the TQL request.
Customer Select tsm-customer-lov
Selection of a customer from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select a customer",
"widget": {
"type": "tsm-customer-lov"
}
}
Inputs
Show address
Key: addressLocation
Name: Show address
Description: If available, also show the selected customer´s address (customer´s address with the "Permanent address/Headquarters" role.
Show email
Key: emailDefault
Name: Show email
Description: If available, also show the primary email of the primary person when the customer is selected (Primary person = person registered with the customer, whose Role has the code "Primary“).
Show mobile number
Key: phoneDefault
Name: Show mobile number
Description: If available, also show the primary phone number of the primary person when the customer is selected (Primary person = person registered with the customer, whose Role has the code "Primary“).
Segment
Key: segmentDefault
Name: Segment
Description: Segment
Add customer button
Key: addCustomerButton
Name: Add customer button
Description: Add customer button
Customer type codes
Key: customerTypeCodes
Name: Customer type codes
Customer type ids
Key: customerTypeIds
Name: Customer type ids
Default value
Key: default
Name: Default value
Characteristics filters
Key: chars
Name: Characteristics filters
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Account Select tsm-account-lov
Selection of an account from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select an account",
"widget": {
"type": "tsm-account-lov"
}
}
Inputs
Customer
Key: customerId
Name: Customer
Default value
Key: default
Name: Default value
Characteristics filters
Key: chars
Name: Characteristics filters
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Create from Ares Button tsm-ares-new-customer-container
Button to create a customer from the ares register.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-ares-new-customer-container"
}
}
Lead List tsm-lead-list-widget
Lead list in a tabular view with filtering and editing options.
Widget Or Layout: layout
Value:
{
"title": "Lead List",
"widget": {
"type": "tsm-lead-list-widget"
},
"type": "layout",
"config": {}
}
Inputs
Export Privilege
Key: exportPriv
Name: Export Privilege
Description: Defines export permissions for the user.
ID
Key: id
Name: ID
Description: Unique identifier of the record.
Page Size
Key: pageSize
Name: Page Size
Description: Number of rows displayed on one page.
Table Height
Key: scrollHeight
Name: Table Height
Description: Height of the table including desired units (px, em, rem, %, vh).
Table Data View Mode
Key: dataViewMode
Name: Table Data View Mode
Description: "Table with scroll" keeps original column widths and a horizontal scrollbar. "FullScreen table" adjusts column widths to the window size.
Hidden
Key: hidden
Name: Hidden
Description: Hides the component. You can also control its visibility with an expression in the expression editor.
Optional CSS class
Key: customStyleClass
Name: Optional CSS class
Description: An optional CSS class to modify the style of this component. Examples: p-datatable-layout-fixed
Additional Context Data
Key: externalData
Name: Additional Context Data
Description: Specifies additional context data for the listing.
Listing Type
Key: listingType
Name: Listing Type
Description: Specifies which listing type is used for display.
Listing Profile
Key: profileId
Name: Listing Profile
Description: Specifies the listing profile, which defines columns, order, and other display settings.
Listing Profile Category
Key: profileCategory
Name: Listing Profile Category
Description: Name of the category from which profiles can be selected.
Filters
Key: filters
Name: Filters
Description: translation.configFormWidgets.basicEditor.filters.tooltip
Hide Export Button
Key: showExport
Name: Hide Export Button
Description: Hides the export button.
Hide Filter
Key: showFilters
Name: Hide Filter
Description: Hides the listing filters.
Hide Refresh Button
Key: showRefresh
Name: Hide Refresh Button
Description: Hides the refresh button.
Hide Paginator
Key: showPaginator
Name: Hide Paginator
Description: Hides the listing pagination.
Hide Columns Manager
Key: showManagerColumns
Name: Hide Columns Manager
Description: Hides the columns manager.
Hide Profiles
Key: showProfiles
Name: Hide Profiles
Description: Hides the listing profiles.
Hide Sort Manager
Key: showManagerSort
Name: Hide Sort Manager
Description: Hides the sort manager.
Hide Color Manager
Key: showManagerColor
Name: Hide Color Manager
Description: Hides the color manager.
Hide Listing Config
Key: showListingConfig
Name: Hide Listing Config
Description: Hides the listing configuration.
Hide Data View Mode
Key: hiddenDataViewMode
Name: Hide Data View Mode
Description: Hides the option to switch between table and kanban view.
Hide Button Section
Key: hideButtonGroup
Name: Hide Button Section
Description: Hides the button section.
Disable Sticky Header
Key: scrollable
Name: Disable Sticky Header
Description: Disables the fixed table header while scrolling.
TQL WHERE Extension
Key: extendTqlWhere
Name: TQL WHERE Extension
Description: Adds a WHERE condition in TQL. Format: COLUMN_NAME OPERATOR VALUE.
TQL Sorting
Key: externalTqlSort
Name: TQL Sorting
Description: Modifies the default sorting in TQL. Format: COLUMN_NAME ASC/DESC.
TQL Nested Sorting
Key: externalTqlSortForNested
Name: TQL Nested Sorting
Description: Modifies the default sorting in TQL for nested attributes.
TQL Query Params
Key: tqlQueryParams
Name: TQL Query Params
Description: Adds query parameters to the TQL request.
Accounts Bookmark tsm-accounts-bookmark
Simple list of accounts in a tabular view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-accounts-bookmark"
}
}
Inputs
Default value
Key: default
Name: Default value
Customer filter
Key: customerFilter
Name: Customer filter
Person filter
Key: personFilter
Name: Person filter
Account type
Key: accountTypeId
Name: Account type
Preview mode
Key: previewMode
Name: Preview mode
Preview mode - display only count.
Key: displayOnlyPreviewModeCount
Name: Preview mode - display only count.
Lead Select tsm-lead-lov
Selection of a lead from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select a lead",
"widget": {
"type": "tsm-lead-lov"
}
}
Inputs
Default value
Key: default
Name: Default value
Characteristics filters
Key: chars
Name: Characteristics filters
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Person Select tsm-person-lov
Selection of a person from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select a person",
"widget": {
"type": "tsm-person-lov"
}
}
Inputs
Default value
Key: default
Name: Default value
Customer
Key: customerId
Name: Customer
Show key
Key: keyDefault
Name: Show key
Description: Display the key of the selected person in readonly mode.
Show email
Key: emailDefault
Name: Show email
Description: If available, also show the selected person´s primary e-mail.
Show mobile number
Key: phoneDefault
Name: Show mobile number
Description: If available, also show the selected person´s primary phone number.
Add customer button
Key: addPersonButton
Name: Add customer button
Description: Add customer button
Allowed person role type codes
Key: personRoleTypeCodes
Name: Allowed person role type codes
Description: Allowed person role type codes
The role in creating the person will be mandatory
Key: personRoleObligation
Name: The role in creating the person will be mandatory
Description: The role in creating the person will be mandatory
Hide person button for disabled
Key: hidePersonButtonForDisabled
Name: Hide person button for disabled
Description: Hide person button for disabled
Filtered person role type codes
Key: filteredPersonRoleTypeCodes
Name: Filtered person role type codes
Description: Filtered person role type codes
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Persons Bookmark tsm-persons-bookmark
Simple list of persons in a tabular view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-persons-bookmark"
}
}
Inputs
Default value
Key: default
Name: Default value
Preview mode
Key: previewMode
Name: Preview mode
Preview mode - display only count.
Key: displayOnlyPreviewModeCount
Name: Preview mode - display only count.
Show usage column
Key: showUsage
Name: Show usage column
Filters
Key: filter
Name: Filters
Address Role Type Select tsm-crm-address-role-type-lov
Selection of an address role type from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select an address role type",
"widget": {
"type": "tsm-crm-address-role-type-lov"
}
}
Inputs
Default value
Key: default
Name: Default value
Characteristics filters
Key: chars
Name: Characteristics filters
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Address Select tsm-crm-address-lov
Selection of an address from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select an address",
"widget": {
"type": "tsm-crm-address-lov"
}
}
Inputs
Customer
Key: customerId
Name: Customer
Default value
Key: default
Name: Default value
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Addresses Bookmark tsm-crm-addresses-bookmark
Simple list of addresses in a tabular view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-crm-addresses-bookmark"
}
}
Inputs
Default value
Key: default
Name: Default value
Filters
Key: filter
Name: Filters
Preview mode
Key: previewMode
Name: Preview mode
Preview mode - display only count.
Key: displayOnlyPreviewModeCount
Name: Preview mode - display only count.
Show usage column
Key: showUsage
Name: Show usage column
Address Roles Bookmark tsm-crm-address-roles-bookmark
Simple list of address roles in a tabular view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-crm-address-roles-bookmark"
}
}
Legal Form Select tsm-customer-legal-form-lov
Selection of a legal form from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select a legal form",
"widget": {
"type": "tsm-customer-legal-form-lov"
}
}
Inputs
Default value
Key: default
Name: Default value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Value
Key: selectProperty
Name: Value
Select first value
Key: selectFirstValue
Name: Select first value
Multiselect
Key: multiselect
Name: Multiselect
Customer Segment Select tsm-customer-segment-lov
Selection of a customer segment from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select a customer segment",
"widget": {
"type": "tsm-customer-segment-lov"
},
"config": {
"selectProperty": "id"
}
}
Inputs
Show clear
Key: showClear
Name: Show clear
Description: Show clear
Show care level
Key: showCareLevel
Name: Show care level
Description: Show care level
Legal form code
Key: legalFormCode
Name: Legal form code
Value
Key: selectProperty
Name: Value
Default value
Key: default
Name: Default value
Responsible Persons Bookmark tsm-responsible-persons-bookmark
Simple list of responsible persons in a tabular view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-responsible-persons-bookmark"
}
}
Inputs
Default value
Key: default
Name: Default value
Customer
Key: customerId
Name: Customer
Type
Key: type
Name: Type
Read only
Key: readonly
Name: Read only
Description: Read only
Parent privilege
Key: parentPriv
Name: Parent privilege
Description: Parent privilege
Preview mode
Key: previewMode
Name: Preview mode
Preview mode - display only count.
Key: displayOnlyPreviewModeCount
Name: Preview mode - display only count.
Contacts Bookmark tsm-contacts-manager
Simple list of contacts in a tabular view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-contacts-manager"
}
}
Inputs
Parent privilege
Key: privRoot
Name: Parent privilege
Owner type
Key: ownerType
Name: Owner type
Customer
Key: entity
Name: Customer
Preview mode
Key: previewMode
Name: Preview mode
Preview mode - display only count.
Key: displayOnlyPreviewModeCount
Name: Preview mode - display only count.
Customer Type Select tsm-customer-type-lov
Selection of a customer type from a dropdown list.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select a customer type",
"widget": {
"type": "tsm-customer-type-lov"
}
}
Inputs
Default value
Key: default
Name: Default value
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Account type select tsm-account-type-lov
Selection of an account type from a dropdown list.
Widget Or Layout: widget
Value:
{
"title": "Select an account type",
"widget": {
"type": "tsm-account-type-lov"
},
"type": "widget",
"config": {}
}
Inputs
Default value
Key: default
Name: Default value
Characteristics filters
Key: chars
Name: Characteristics filters
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Caimpaign Wave Definition tsm-campaign-wave-definition-lov
Overview of the current campaign wave definition with quick switching options.
Widget Or Layout: widget
Value:
{
"type": "string",
"title": "Select a campaign wave definition",
"widget": {
"type": "tsm-campaign-wave-definition-lov"
}
}
Inputs
Default value
Key: default
Name: Default value
Characteristics filters
Key: chars
Name: Characteristics filters
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Campaign Status Bar tsm-campaign-status-steps
Overview of the current status of the campaign with quick switching options.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-campaign-status-steps"
}
}
Inputs
Campaign
Key: campaign
Name: Campaign
Customer History tsm-customer-history
History of actions and changes made to the customer in a clear view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-customer-history"
}
}
Inputs
Owner Id
Key: ownerId
Name: Owner Id
Owner type
Key: ownerType
Name: Owner type
Compact
Key: compact
Name: Compact
Lead type Select tsm-lead-type-lov
Selection of a lead type from a dropdown list.
Widget Or Layout: widget
Value:
{
"title": "Select a lead type",
"widget": {
"type": "tsm-lead-type-lov"
},
"type": "widget",
"config": {}
}
Inputs
Default value
Key: default
Name: Default value
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Person Type Select tsm-person-type-lov
Selection of a person type from a dropdown list.
Widget Or Layout: widget
Value:
{
"title": "Select a person type",
"widget": {
"type": "tsm-person-type-lov"
},
"type": "widget",
"config": {}
}
Inputs
Default value
Key: default
Name: Default value
Filters
Key: defaultFilters
Name: Filters
Keyboard on mobile
Key: keyboardOnMobile
Name: Keyboard on mobile
Show clear
Key: showClear
Name: Show clear
Show none text
Key: showNoneText
Name: Show none text
Select first value
Key: selectFirstValue
Name: Select first value
Selection using a listing (one or more values)
Key: multiselect
Name: Selection using a listing (one or more values)
Value
Key: selectProperty
Name: Value
Display
Key: displayField
Name: Display
Description: It is possible to add multiple values using autocomplete or with source code ["key", "name"]
Account History tsm-account-history
History of actions and changes made to the account in a clear view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-account-history"
}
}
Inputs
Owner Id
Key: ownerId
Name: Owner Id
Owner type
Key: ownerType
Name: Owner type
Compact
Key: compact
Name: Compact
Account Status Bar tsm-account-steps
Overview of the current status of the account with quick switching options.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-account-steps"
}
}
Inputs
Account
Key: account
Name: Account
Lead History tsm-lead-history
History of actions and changes made to the lead in a clear view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-lead-history"
}
}
Inputs
Owner Id
Key: ownerId
Name: Owner Id
Owner type
Key: ownerType
Name: Owner type
Compact
Key: compact
Name: Compact
Lead Status Bar tsm-lead-steps
Overview of the current status of the lead with quick switching options.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-lead-steps"
}
}
Person History tsm-person-history
History of actions and changes made to the person in a clear view.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-person-history"
}
}
Inputs
Owner Id
Key: ownerId
Name: Owner Id
Owner type
Key: ownerType
Name: Owner type
Compact
Key: compact
Name: Compact
Person Status Bar tsm-person-steps
Overview of the current status of the person with quick switching options.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-person-steps"
}
}
Customer Status Bar tsm-customer-steps
Overview of the current status of the customer with quick switching options.
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "tsm-customer-steps"
}
}
Inputs
Customer
Key: customer
Name: Customer
Planned task char demo-planned-task-char
Planned task char
Widget Or Layout: widget
Value:
{
"type": "object",
"title": "Detailtaskuplanovace",
"widget": {
"notitle": true,
"type": "demo-planned-task-char"
}
}
Product cards demo-entity-instance-configuration-widget
Product cards
Widget Or Layout: layout
Value:
{
"type": "layout",
"widget": {
"type": "demo-entity-instance-configuration-widget"
}
}
Inputs
Selection
Key: select
Name: Selection
ID
Key: entityInstanceConfigurationIds
Name: ID
Customer
Key: customerId
Name: Customer
Account
Key: accountId
Name: Account
Ticket
Key: ticketId
Name: Ticket
Ref type související entity for ticket
Key: relatedEntityRefType
Name: Ref type související entity for ticket
Characteristics
Key: chars
Name: Characteristics
Chars path to ID
Key: charsPath
Name: Chars path to ID