CommonDatabaseFunctionsClearRecordUpdateCode Method (ODataService, String)

Scanjour Workflow4 Reference Manual
Clears the update code of the specified record.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static Write ClearRecordUpdateCode(
	ODataService ctx,
	string recordId
)

Parameters

ctx
Type: ODataService
The OData Service.
recordId
Type: SystemString
Identity of the record on which the update code will be cleared.

Return Value

Type: Write
The update code of the record before this method was invoked.
See Also

Reference