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.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
Parameters
- context
- Type: System.ActivitiesActivityContext
Activity context - error
- Type: SystemString
Error message
Return Value
Type: BooleanTrue if user can edit the case, otherwise false
See Also