SetProdProcessedFlag Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetProdProcessedFlag() method marks the specified row of the item_prod table as processed.
'Declaration
Public Shared Sub SetProdProcessedFlag( _
ByVal rowID As Integer, _
ByVal lastEditAt As Date _
)
public static void SetProdProcessedFlag(
int rowID,
DateTime lastEditAt
)
Parameters
- rowID
- Required. Holds the ID of the row to mark as processed.
- lastEditAt
- Required. Holds the date/time of the last edit for the row. This date/time must match that of the row in the database for the row to be set as processed. Otherwise, the call with fail.