CommonDatabaseFunctionsGetNextProcessDisplayOrder Method

Scanjour Workflow4 Reference Manual
Gets next Process DisplayOrder. If processDisplayOrder is provided - it will return a next free value.

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 GetNextProcessDisplayOrder(
	Uri oDataUri,
	string processDisplayOrder = ""
)

Parameters

oDataUri
Type: SystemUri
Uri of OData service
processDisplayOrder (Optional)
Type: SystemString
Process display order we should find next free value for.

Return Value

Type: String
Next value of process display order
See Also

Reference