TrackRecordPro API Documentation TrackRecordPro

updateExternaltypes()

Summary

Method Name

updateExternaltypes

Minimum Supported API Version3.0

updateExternaltypes

$result = updateExternaltypes($filters, $newdata)

Details

Updates values in all entries matching $filter from the externaltypes table.

Parameters

$filtersThe filter specifies the range of data to act upon. Empty arrays are not allowed.
$newdataThe new data to apply to the matched records.

Return value

The method returns a status object indicating the number of rows updated.