Skip to main content
Version: 2.4

CRM Widgets


Campaign Select tsm-campaign-lov

Selection of a campaign from a dropdown list.

Widget Or Layout: unknown

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: unknown

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: unknown

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: The custom height is applied only when the Table / TreeTable is in scrollable mode, contains more than 6 records, and the total height of all rows on the page exceeds the custom height value.

If the custom height is larger than the total height of the rows on the page, the Table / TreeTable automatically reduces its height to avoid empty space.

In Full Screen mode, the custom height setting is ignored. The Table / TreeTable uses a flex configuration which automatically manages the final height.

The height can be specified in these units: px, em, rem, vh.
Sample: 500px

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.

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: Allows defining filters for the data displayed in the list.

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 Sorting for Nested Tables

Key: externalTqlSortForNested

Name: TQL Sorting for Nested Tables

Description: Modifies the default sorting for nested tables in TQL. Format: COLUMN_NAME ASC/DESC.

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: unknown

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.

Page Size

Key: pageSize

Name: Page Size

Description: Number of rows displayed on one page.

Table Height

Key: scrollHeight

Name: Table Height

Description: The custom height is applied only when the Table / TreeTable is in scrollable mode, contains more than 6 records, and the total height of all rows on the page exceeds the custom height value.

If the custom height is larger than the total height of the rows on the page, the Table / TreeTable automatically reduces its height to avoid empty space.

In Full Screen mode, the custom height setting is ignored. The Table / TreeTable uses a flex configuration which automatically manages the final height.

The height can be specified in these units: px, em, rem, vh.
Sample: 500px

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.

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: Allows defining filters for the data displayed in the list.

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 Sorting for Nested Tables

Key: externalTqlSortForNested

Name: TQL Sorting for Nested Tables

Description: Modifies the default sorting for nested tables in TQL. Format: COLUMN_NAME ASC/DESC.

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: unknown

Value:

{
"type": "string",
"title": "Select a customer",
"widget": {
"type": "tsm-customer-lov"
}
}

Inputs

Default value

Key: default

Name: Default value

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

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: unknown

Value:

{
"type": "string",
"title": "Select an account",
"widget": {
"type": "tsm-account-lov"
}
}

Inputs

Default value

Key: default

Name: Default value

Customer

Key: customerId

Name: Customer

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: unknown

Value:

{
"type": "layout",
"widget": {
"type": "tsm-ares-new-customer-container"
}
}

Inputs

Redirect to detail

Key: redirectToDetail

Name: Redirect to detail


Lead List tsm-lead-list-widget

Lead list in a tabular view with filtering and editing options.

Widget Or Layout: unknown

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.

Page Size

Key: pageSize

Name: Page Size

Description: Number of rows displayed on one page.

Table Height

Key: scrollHeight

Name: Table Height

Description: The custom height is applied only when the Table / TreeTable is in scrollable mode, contains more than 6 records, and the total height of all rows on the page exceeds the custom height value.

If the custom height is larger than the total height of the rows on the page, the Table / TreeTable automatically reduces its height to avoid empty space.

In Full Screen mode, the custom height setting is ignored. The Table / TreeTable uses a flex configuration which automatically manages the final height.

The height can be specified in these units: px, em, rem, vh.
Sample: 500px

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.

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: Allows defining filters for the data displayed in the list.

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 Sorting for Nested Tables

Key: externalTqlSortForNested

Name: TQL Sorting for Nested Tables

Description: Modifies the default sorting for nested tables in TQL. Format: COLUMN_NAME ASC/DESC.

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: unknown

Value:

{
"type": "layout",
"widget": {
"type": "tsm-accounts-bookmark"
}
}

Inputs

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.

Zobrazit tlačítko vytvořit

Key: showNewAccount

Name: Zobrazit tlačítko vytvořit

New Form Settings

Key: newRecordConfig

Name: New Form Settings

Customer filter

Key: customerFilter

Name: Customer filter

Person filter

Key: personFilter

Name: Person filter


Lead Select tsm-lead-lov

Selection of a lead from a dropdown list.

Widget Or Layout: unknown

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: unknown

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: unknown

Value:

{
"type": "layout",
"widget": {
"type": "tsm-persons-bookmark"
}
}

Inputs

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: unknown

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: unknown

Value:

{
"type": "string",
"title": "Select an address",
"widget": {
"type": "tsm-crm-address-lov"
}
}

Inputs

Default value

Key: default

Name: Default value

Customer

Key: customerId

Name: Customer

Readonly role type

Key: readonlyRoleType

Name: Readonly role type

Description: When enabled, role type field is readonly in address detail

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: unknown

Value:

{
"type": "layout",
"widget": {
"type": "tsm-crm-addresses-bookmark"
}
}

Inputs

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

Script

Key: scriptCode

Name: Script

Filters

Key: filter

Name: Filters


Address Roles Bookmark tsm-crm-address-roles-bookmark

Simple list of address roles in a tabular view.

Widget Or Layout: unknown

Value:

{
"type": "layout",
"widget": {
"type": "tsm-crm-address-roles-bookmark"
}
}

Inputs

Type

Key: type

Name: Type

Customer

Key: customer

Name: Customer

Lead

Key: lead

Name: Lead

Account

Key: account

Name: Account

Person

Key: person

Name: Person

Order

Key: order

Name: Order

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.

Hide button Add

Key: hideAddButton

Name: Hide button Add


Selection of a legal form from a dropdown list.

Widget Or Layout: unknown

Value:

{
"type": "string",
"title": "Select a legal form",
"widget": {
"type": "tsm-customer-legal-form-lov"
}
}

Inputs

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"]


Customer Segment Select tsm-customer-segment-lov

Selection of a customer segment from a dropdown list.

Widget Or Layout: unknown

Value:

{
"type": "string",
"title": "Select a customer segment",
"widget": {
"type": "tsm-customer-segment-lov"
},
"config": {
"selectProperty": "id"
}
}

Inputs

Default value

Key: default

Name: Default value

Show care level

Key: showCareLevel

Name: Show care level

Description: Show care level

Legal form code

Key: legalFormCode

Name: Legal form code

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"]


Responsible Persons Bookmark tsm-responsible-persons-bookmark

Simple list of responsible persons in a tabular view.

Widget Or Layout: unknown

Value:

{
"type": "layout",
"widget": {
"type": "tsm-responsible-persons-bookmark"
}
}

Inputs

Customer

Key: customerId

Name: Customer

Type

Key: type

Name: Type

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: unknown

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: unknown

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: unknown

Value:

{
"title": "Select an account type",
"widget": {
"type": "tsm-account-type-lov"
},
"type": "string",
"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: unknown

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: unknown

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: unknown

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: unknown

Value:

{
"title": "Select a lead type",
"widget": {
"type": "tsm-lead-type-lov"
},
"type": "string",
"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: unknown

Value:

{
"title": "Select a person type",
"widget": {
"type": "tsm-person-type-lov"
},
"type": "string",
"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: unknown

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: unknown

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: unknown

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: unknown

Value:

{
"type": "layout",
"widget": {
"type": "tsm-lead-steps"
}
}

Inputs

Lead

Key: lead

Name: Lead


Person History tsm-person-history

History of actions and changes made to the person in a clear view.

Widget Or Layout: unknown

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: unknown

Value:

{
"type": "layout",
"widget": {
"type": "tsm-person-steps"
}
}

Inputs

Person

Key: person

Name: Person


Customer Status Bar tsm-customer-steps

Overview of the current status of the customer with quick switching options.

Widget Or Layout: unknown

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: unknown

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: unknown

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