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 - entityPrimaryDatasetType

Description

This type is used to encapsulate the data for primary entity related data operation.

Properties

Name Type Occurrence Description
record propListType Required The data to be inserted into the entity record. For each column in the target table there should be an element by the same name that contains the value to be applied to that column. For the “update” action the primary key value of the table must be provided. The following example shows the expected structure.
 <record>   <column_1>Value for column 1</column_1>   <column_2>Value for column 1</column_2>   … </record> 
In This Document