Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - propListMultiValType

Description

This type represents a list of properties, where the element name is the property name, mapped to the value of that property. There can be more that one value provided for each property. In the case of multiple values, element name is the property name as before, but now the value is an array of values, that must contain at least one value.

        <pre>
          &lt;callref&gt;IN00000001&lt;/callref&gt;
          &lt;callref&gt;IN00000002&lt;/callref&gt;
          &lt;callref&gt;IN00000003&lt;/callref&gt;
          &lt;CUSTOMER&gt;Incident User&lt;/CUSTOMER&gt;
        </pre>
        These can be referenced using {{callref}} and {{CUSTOMER}} within the email template for example

Properties

This complex type contains no defined properties.

In This Document