Determines the valid ResponsibleOu (Organizational Unit) of the specified record.
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 OuDomain GetValidResponsibleOu( ActivityContext context, string recordId )
Parameters
- context
- Type: System.ActivitiesActivityContext
Activity context - recordId
- Type: SystemString
Key, which specifies the record entity.
Return Value
Type: OuDomainThe valid ResponsibleOu (Organizational Unit) of the record. If no such OU exists then null is returned.
See Also