Click or drag to resize

CommonDatabaseFunctionsAddCaseUpdateCode Method

Adds an update code to a case.

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

Parameters

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

Return Value

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