Updates a ProcessedExternal flag on the specified table.

If the table includes "Timestamp", "UpdatedUtcDate" and "UpdatedUserPk" columns these are updated.

Syntax

ISDatabaseBL.ProcessedExternalUpdate(tableName, index, newValue, swb)

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISDatabaseBL
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0