CommonDatabaseFunctionsAddCaseUpdateCode Method

Scanjour Workflow4 Reference Manual
Adds an update code to a case.

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 string AddCaseUpdateCode(
	ODataService ctx,
	string caseId,
	string updateCode
)

Parameters

ctx
Type: ODataService
The OData Service.
caseId
Type: SystemString
Identity of the case on which the update code will be added.
updateCode
Type: SystemString
The update code that will be added to the case.

Return Value

Type: String
The update code of the casebefore this method was invoked.
See Also

Reference