Click or drag to resize

ValidationHelperCanOriginalRecordBeDeleted Method

Validates whether original record can be deleted, checks for valid record state, and that record is not an appendix, or referenced from other records

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static bool CanOriginalRecordBeDeleted(
	ActivityContext context,
	string recordId,
	out string error
)

Parameters

context  ActivityContext
Activity context
recordId  String
Record id
error  String
Error message

Return Value

Boolean
Whether record can be deleted
See Also