ServiceFunctionsGetContact Method

Scanjour Workflow4 Reference Manual
Locate an employee or contact. If an email address is available this is used to find the contact. The username is located in the employee register, by summary and then by namecode. If not found the username is located in the contact register, by summary and then by namecode.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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

public static Contact GetContact(
	ODataService ctx,
	string userName,
	string email = ""
)

Parameters

ctx
Type: ODataService
The OData context.
userName
Type: SystemString
The user name.
email (Optional)
Type: SystemString
The email address.

Return Value

Type: Contact

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.ServiceFunctions.GetContact(Scanjour.Process.OData.Client.Proxy.ODataService,System.String,System.String)"]

See Also

Reference