Get contact information from employee or department name.
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 ContactData GetEmployeeOrDepartment( ActivityContext context, string nameCode, bool reload = false )
Parameters
- context
- Type: System.ActivitiesActivityContext
The odata context. - nameCode
- Type: SystemString
The name code. - reload (Optional)
- Type: SystemBoolean
Forces a reload to cache.
Return Value
Type: ContactDataA ContactData class with contact information
See Also