If the table includes "Timestamp", "UpdatedUtcDate" and "UpdatedUserPk" columns these are updated.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| tableName | String | The table to update. | ||
| index | Integer | The ProcessExternal field to update. 0="ProcessedExternal", 1="ProcessedExternal1", 2="ProcessedExternal2" etc | ||
| newValue | Integer | The Value to update the ProcessedExternal field to. 0 indicates Null. | ||
| swb | ISSqlWhereBuilder | An ISSqlWhereBuilder object used to control which records get updated. At least one condition must be specified. |
A Boolean value indicating success.