Show/Hide Toolbars

HistoryRepository Requests Summary

Request

Description

insertHistory

Saves a new history record to the repository.

readHistoriesByCriteria

Retrieves a set of records based on specified criteria. If the criteria is empty, then the search will be for all records. The specified limit takes precedence over the current system setting for the maximum number of search results to obtain. For a list of available properties, see the type class, history.

readHistory

Retrieves a record from the repository based on a unique key. For a list of available properties, see the type class, history.

updateHistory

Updates a previously saved history record.

deleteHistory

Deletes the record specified by the unique key.

readRecentlyViewedHistories

Read recently viewed histories.

HistoryRepository Data Objects Summary

Data Object

Description

1 history

2 historyCreate

3 historyUpdate

1 History record property container returned when you read or search history records. When defining a repository search's return properties, refer to the property names defined in this object.

2 History record property container used to set a new history record's properties. This object is passed as a request parameter when you create (insert) a history record.

3 History record property container used to update or clear a history record's properties. This object is passed as a request parameter when you update a history record.

Note: For more information about the data restrictions for properties that belong to the above-mentioned objects, see the Object Model Reference for the THistory object.

Note: historyOwner refers to the unique key (String) of a parent record that the history describes.