Click or drag to resize

CommonDatabaseFunctionsAddRecordUpdateCode(ODataService, String, String) Method

Adds an update code to a record.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static Write AddRecordUpdateCode(
	ODataService ctx,
	string recordId,
	string updateCode
)

Parameters

ctx  ODataService
The OData Service.
recordId  String
Identity of the record on which the update code will be added.
updateCode  String
The update code that will be added to the record.

Return Value

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