ValidationHelperUserCanUpdateCase Method

Validates if user can update current case, the condition on the case being: * It exists * It is open * User has both read and write access to it.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static bool UserCanUpdateCase(
	ActivityContext context,
	out string error
)

Parameters

context  ActivityContext
Activity context
error  String
Error message

Return Value

Boolean
True if user can edit the case, otherwise false

See Also