Validates whether main record and attachment records are valid
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static bool IsRecordValid( ActivityContext context, List<string> recordIds, out string errorMessage )
Parameters
- context
- Type: System.ActivitiesActivityContext
Activity context - recordIds
- Type: System.Collections.GenericListString
List of record ids - errorMessage
- Type: SystemString
Message in case of error
Return Value
Type: BooleanReturns true if the records exist and have valid state, otherwise false
See Also